gate.gui
Class ApplicationViewer.ParameterValueEditor
java.lang.Object
|
+--javax.swing.AbstractCellEditor
|
+--gate.gui.ApplicationViewer.ParameterValueEditor
- All Implemented Interfaces:
- CellEditor, Serializable, TableCellEditor
- Enclosing class:
- ApplicationViewer
- class ApplicationViewer.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
ApplicationViewer.ParameterValueEditor
ApplicationViewer.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