Uses of Interface
javax.swing.tree.TreeModel
Packages that use TreeModel
包
描述
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 TreeModel in javax.swing
Fields in javax.swing declared as TreeModel修饰符和类Field描述protected TreeModel
JTree.treeModel
The model that defines the tree displayed by this object.Methods in javax.swing that return TreeModel修饰符和类方法描述protected static TreeModel
JTree.createTreeModel
(Object value) Returns aTreeModel
wrapping the specified object.protected static TreeModel
JTree.getDefaultTreeModel()
Creates and returns a sampleTreeModel
.JTree.getModel()
Returns theTreeModel
that is providing the data.Methods in javax.swing with parameters of type TreeModelConstructors in javax.swing with parameters of type TreeModel -
Uses of TreeModel in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic declared as TreeModelMethods in javax.swing.plaf.basic that return TreeModelMethods in javax.swing.plaf.basic with parameters of type TreeModel -
Uses of TreeModel in javax.swing.tree
Classes in javax.swing.tree that implement TreeModelFields in javax.swing.tree declared as TreeModelMethods in javax.swing.tree that return TreeModelMethods in javax.swing.tree with parameters of type TreeModel修饰符和类方法描述void
Sets theTreeModel
that will provide the data.void
Sets the TreeModel that will provide the data.void
Sets theTreeModel
that will provide the data.