Module java.desktop

Interface TreeCellEditor

All Superinterfaces:
CellEditor
All Known Implementing Classes:
DefaultCellEditor, DefaultTreeCellEditor

public interface TreeCellEditor extends CellEditor
Adds to CellEditor the extensions necessary to configure an editor in a tree.
See Also: