edu.stanford.smi.protegex.owl.ui.cls
Class ClassNameTreeCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
edu.stanford.smi.protegex.owl.ui.cls.ClassNameTreeCellEditor
- All Implemented Interfaces:
- Serializable, CellEditor, TableCellEditor, TreeCellEditor
public class ClassNameTreeCellEditor
- extends DefaultCellEditor
A tree cell editor that allows the name of a class to be edited
- Author:
- Nick Drummond, Medical Informatics Group, University of Manchester
17-Jan-2006
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassNameTreeCellEditor
public ClassNameTreeCellEditor()
getTreeCellEditorComponent
public Component getTreeCellEditorComponent(JTree tree,
Object value,
boolean isSelected,
boolean expanded,
boolean leaf,
int row)
- Specified by:
getTreeCellEditorComponent
in interface TreeCellEditor
- Overrides:
getTreeCellEditorComponent
in class DefaultCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface CellEditor
- Overrides:
getCellEditorValue
in class DefaultCellEditor
fireEditingStopped
protected void fireEditingStopped()
- Overrides:
fireEditingStopped
in class AbstractCellEditor
cancelCellEditing
public void cancelCellEditing()
- Specified by:
cancelCellEditing
in interface CellEditor
- Overrides:
cancelCellEditing
in class DefaultCellEditor
Submit a bug report or feature request
Copyright (c) 1998-2007 Stanford University.