edu.stanford.smi.protegex.owl.ui.code
Class SymbolCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
edu.stanford.smi.protegex.owl.ui.code.SymbolCellEditor
- All Implemented Interfaces:
- CellEditor, Serializable, SymbolEditorHandler, TableCellEditor, TreeCellEditor
- public class SymbolCellEditor
- extends AbstractCellEditor
- implements TableCellEditor, TreeCellEditor, SymbolEditorHandler
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Sep 6, 2005
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
editorComponent
private SymbolEditorComponent editorComponent
SymbolCellEditor
public SymbolCellEditor(SymbolEditorComponent editorComponent)
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface CellEditor
isCellEditable
public boolean isCellEditable(EventObject e)
- Specified by:
isCellEditable
in interface CellEditor
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent
in interface TableCellEditor
getTreeCellEditorComponent
public Component getTreeCellEditorComponent(JTree tree,
Object value,
boolean isSelected,
boolean expanded,
boolean leaf,
int row)
- Specified by:
getTreeCellEditorComponent
in interface TreeCellEditor
stopEditing
public void stopEditing()
- Specified by:
stopEditing
in interface SymbolEditorHandler
cancelEditing
public void cancelEditing()
- Specified by:
cancelEditing
in interface SymbolEditorHandler