Package com.cosylab.vdct.inspector
Class InspectorCellEditor.EditorDelegate
- java.lang.Object
-
- com.cosylab.vdct.inspector.InspectorCellEditor.EditorDelegate
-
- All Implemented Interfaces:
ActionListener,ItemListener,EventListener
- Enclosing class:
- InspectorCellEditor
protected class InspectorCellEditor.EditorDelegate extends Object implements ActionListener, ItemListener
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEditorDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(ActionEvent e)voidcancelCellEditing()Not implemented.ObjectgetCellEditorValue()Not implemented.booleanisCellEditable(EventObject anEvent)Not implemented.voiditemStateChanged(ItemEvent e)voidsetValue(Object value)Not implemented.booleanstartCellEditing(EventObject anEvent)Not implemented.booleanstopCellEditing()Not implemented.
-
-
-
Field Detail
-
value
protected Object value
Not implemented.
-
-
Method Detail
-
getCellEditorValue
public Object getCellEditorValue()
Not implemented.- Returns:
- something
-
setValue
public void setValue(Object value)
Not implemented.- Parameters:
value- value
-
isCellEditable
public boolean isCellEditable(EventObject anEvent)
Not implemented.- Parameters:
anEvent- anEvent- Returns:
- something
-
startCellEditing
public boolean startCellEditing(EventObject anEvent)
Not implemented.- Parameters:
anEvent- anEvent- Returns:
- something
-
stopCellEditing
public boolean stopCellEditing()
Not implemented.- Returns:
- something
-
cancelCellEditing
public void cancelCellEditing()
Not implemented.
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformedin interfaceActionListener
-
itemStateChanged
public void itemStateChanged(ItemEvent e)
- Specified by:
itemStateChangedin interfaceItemListener
-
-