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 TreeModelJTree.treeModelThe model that defines the tree displayed by this object.Methods in javax.swing that return TreeModel修饰符和类方法描述protected static TreeModelJTree.createTreeModel(Object value) Returns aTreeModelwrapping the specified object.protected static TreeModelJTree.getDefaultTreeModel()Creates and returns a sampleTreeModel.JTree.getModel()Returns theTreeModelthat 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修饰符和类方法描述voidSets theTreeModelthat will provide the data.voidSets the TreeModel that will provide the data.voidSets theTreeModelthat will provide the data.