Uses of Interface
javax.swing.tree.TreeCellEditor
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides user interface objects built according to the Basic look and feel.
Provides classes and interfaces for dealing with
javax.swing.JTree
.-
Uses of TreeCellEditor in javax.swing
Modifier and TypeClassDescriptionclass
The default editor for table and tree cells.Modifier and TypeFieldDescriptionprotected TreeCellEditor
JTree.cellEditor
Editor for the entries.Modifier and TypeMethodDescriptionJTree.getCellEditor()
Returns the editor used to edit entries in the tree.Modifier and TypeMethodDescriptionvoid
JTree.setCellEditor
(TreeCellEditor cellEditor) Sets the cell editor. -
Uses of TreeCellEditor in javax.swing.plaf.basic
Modifier and TypeFieldDescriptionprotected TreeCellEditor
BasicTreeUI.cellEditor
Editor for the tree.Modifier and TypeMethodDescriptionprotected TreeCellEditor
BasicTreeUI.createDefaultCellEditor()
Creates a default cell editor.protected TreeCellEditor
BasicTreeUI.getCellEditor()
Returns the editor used to edit entries in the drawn tree component, ornull
if the tree cannot be edited.Modifier and TypeMethodDescriptionprotected void
BasicTreeUI.setCellEditor
(TreeCellEditor editor) Sets the cell editor. -
Uses of TreeCellEditor in javax.swing.tree
Modifier and TypeFieldDescriptionprotected TreeCellEditor
DefaultTreeCellEditor.realEditor
Editor handling the editing.Modifier and TypeMethodDescriptionprotected TreeCellEditor
DefaultTreeCellEditor.createTreeCellEditor()
This is invoked if aTreeCellEditor
is not supplied in the constructor.ModifierConstructorDescriptionDefaultTreeCellEditor
(JTree tree, DefaultTreeCellRenderer renderer, TreeCellEditor editor) Constructs aDefaultTreeCellEditor
object for aJTree
using the specified renderer and the specified editor.