Uses of Interface
javax.swing.tree.TreeCellEditor
Packages that use TreeCellEditor
包
描述
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
Classes in javax.swing that implement TreeCellEditorFields in javax.swing declared as TreeCellEditorMethods in javax.swing that return TreeCellEditorMethods in javax.swing with parameters of type TreeCellEditor -
Uses of TreeCellEditor in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic declared as TreeCellEditorMethods in javax.swing.plaf.basic that return TreeCellEditor修饰符和类方法描述protected 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.Methods in javax.swing.plaf.basic with parameters of type TreeCellEditor -
Uses of TreeCellEditor in javax.swing.tree
Classes in javax.swing.tree that implement TreeCellEditorFields in javax.swing.tree declared as TreeCellEditor修饰符和类Field描述protected TreeCellEditor
DefaultTreeCellEditor.realEditor
Editor handling the editing.Methods in javax.swing.tree that return TreeCellEditor修饰符和类方法描述protected TreeCellEditor
DefaultTreeCellEditor.createTreeCellEditor()
This is invoked if aTreeCellEditor
is not supplied in the constructor.Constructors in javax.swing.tree with parameters of type TreeCellEditorModifierConstructor描述DefaultTreeCellEditor
(JTree tree, DefaultTreeCellRenderer renderer, TreeCellEditor editor) Constructs aDefaultTreeCellEditor
object for aJTree
using the specified renderer and the specified editor.