All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.java.swing.TreeCellEditor
- public interface TreeCellEditor
- extends CellEditor
Adds to CellEditor the extensions necessary to configure an editor
in a tree.
-
configureTreeCellEditor(Object, boolean, boolean, boolean)
- Sets an initial value for the editor.
configureTreeCellEditor
public abstract void configureTreeCellEditor(Object value,
boolean isSelected,
boolean expanded,
boolean leaf)
- Sets an initial value for the editor. This will cause
the editor to stopEditing and lose any partially edited value
if the editor is editing when this method is called.
- Parameters:
- value - the new value
All Packages Class Hierarchy This Package Previous Next Index