Uses of Interface
javax.swing.tree.TreeModel
Packages that use TreeModel
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 TreeModel in javax.swing
Fields in javax.swing declared as TreeModelModifier and TypeFieldDescriptionprotected TreeModel
JTree.treeModel
The model that defines the tree displayed by this object.Methods in javax.swing that return TreeModelModifier and TypeMethodDescriptionprotected 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 TreeModelModifier and TypeMethodDescriptionvoid
Sets theTreeModel
that will provide the data.Constructors in javax.swing with parameters of type TreeModel -
Uses of TreeModel in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic declared as TreeModelModifier and TypeFieldDescriptionprotected TreeModel
BasicTreeUI.treeModel
Used to determine what to display.Methods in javax.swing.plaf.basic that return TreeModelModifier and TypeMethodDescriptionprotected TreeModel
BasicTreeUI.getModel()
Returns the tree model.Methods in javax.swing.plaf.basic with parameters of type TreeModel -
Uses of TreeModel in javax.swing.tree
Classes in javax.swing.tree that implement TreeModelModifier and TypeClassDescriptionclass
A simple tree data model that uses TreeNodes.Fields in javax.swing.tree declared as TreeModelModifier and TypeFieldDescriptionprotected TreeModel
AbstractLayoutCache.treeModel
Model providing information.Methods in javax.swing.tree that return TreeModelModifier and TypeMethodDescriptionAbstractLayoutCache.getModel()
Returns theTreeModel
that is providing the data.Methods in javax.swing.tree with parameters of type TreeModelModifier and TypeMethodDescriptionvoid
Sets theTreeModel
that will provide the data.void
Sets the TreeModel that will provide the data.void
Sets theTreeModel
that will provide the data.