gate.gui
Class ApplicationViewer.ParameterDisjunctionEditor
java.lang.Object
|
+--javax.swing.AbstractCellEditor
|
+--javax.swing.DefaultCellEditor
|
+--gate.gui.ApplicationViewer.ParameterDisjunctionEditor
- All Implemented Interfaces:
- CellEditor, Serializable, TableCellEditor, TreeCellEditor
- Enclosing class:
- ApplicationViewer
- class ApplicationViewer.ParameterDisjunctionEditor
- extends DefaultCellEditor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
combo
JComboBox combo
ApplicationViewer.ParameterDisjunctionEditor
public ApplicationViewer.ParameterDisjunctionEditor()
getTreeCellEditorComponent
public Component getTreeCellEditorComponent(JTree tree,
Object value,
boolean isSelected,
boolean expanded,
boolean leaf,
int row)
- Overrides:
getTreeCellEditorComponent
in class DefaultCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Overrides:
getCellEditorValue
in class DefaultCellEditor