org.oddjob.arooa.design.view.multitype
Class MultiTypeTableWidget.DialogEditor
java.lang.Object
javax.swing.AbstractCellEditor
org.oddjob.arooa.design.view.multitype.MultiTypeTableWidget.DialogEditor
- All Implemented Interfaces:
- Serializable, CellEditor, TableCellEditor
- Enclosing class:
- MultiTypeTableWidget
public class MultiTypeTableWidget.DialogEditor
- extends AbstractCellEditor
- implements TableCellEditor
The editor for the value.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiTypeTableWidget.DialogEditor
public MultiTypeTableWidget.DialogEditor()
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface CellEditor
stopCellEditing
public boolean stopCellEditing()
- Specified by:
stopCellEditing
in interface CellEditor
- Overrides:
stopCellEditing
in class AbstractCellEditor
cancelCellEditing
public void cancelCellEditing()
- Specified by:
cancelCellEditing
in interface CellEditor
- Overrides:
cancelCellEditing
in class AbstractCellEditor
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent
in interface TableCellEditor