gate.gui
Class ResourceParametersEditor.ParameterValueEditor
java.lang.Object
|
+--javax.swing.AbstractCellEditor
|
+--gate.gui.ResourceParametersEditor.ParameterValueEditor
- All Implemented Interfaces:
- CellEditor, Serializable, TableCellEditor
- Enclosing class:
- ResourceParametersEditor
- class ResourceParametersEditor.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
- The type of the value currently being edited
combo
JComboBox combo
- Combobox use as editor for Gate objects (chooses between instances)
label
JLabel label
- Editor used for boolean values
textField
JTextField textField
- Generic editor for all types that are not treated special
fileChooser
JFileChooser fileChooser
- A pointer to the filechooser from MainFrame;
listEditor
ListEditorDialog listEditor
listValue
List listValue
comboUsed
boolean comboUsed
listUsed
boolean listUsed
fileButton
JButton fileButton
listButton
JButton listButton
textButtonBox
JPanel textButtonBox
ResourceParametersEditor.ParameterValueEditor
ResourceParametersEditor.ParameterValueEditor()
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent
in interface TableCellEditor
textForList
protected String textForList(List list)
- Gets a string representation for a list value
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface CellEditor
- Overrides:
getCellEditorValue
in class AbstractCellEditor