gate.gui
Class ApplicationEditor.ParameterValueEditor
java.lang.Object
|
+--javax.swing.AbstractCellEditor
|
+--gate.gui.ApplicationEditor.ParameterValueEditor
- All Implemented Interfaces:
- CellEditor, Serializable, TableCellEditor
- Enclosing class:
- ApplicationEditor
- class ApplicationEditor.ParameterValueEditor
- extends AbstractCellEditor
- implements TableCellEditor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
type
String type
combo
JComboBox combo
textField
JTextField textField
comboUsed
boolean comboUsed
button
JButton button
textButtonBox
Box textButtonBox
ApplicationEditor.ParameterValueEditor
ApplicationEditor.ParameterValueEditor()
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent
in interface TableCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface CellEditor
- Overrides:
getCellEditorValue
in class AbstractCellEditor