Uses of Interface
javax.swing.tree.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
Modifier and TypeFieldDescriptionprotected TreeModel
JTree.treeModel
The model that defines the tree displayed by this object.Modifier 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.Modifier and TypeMethodDescriptionvoid
Sets theTreeModel
that will provide the data. -
Uses of TreeModel in javax.swing.plaf.basic
Modifier and TypeFieldDescriptionprotected TreeModel
BasicTreeUI.treeModel
Used to determine what to display. -
Uses of TreeModel in javax.swing.tree
Modifier and TypeClassDescriptionclass
A simple tree data model that uses TreeNodes.Modifier and TypeFieldDescriptionprotected TreeModel
AbstractLayoutCache.treeModel
Model providing information.Modifier and TypeMethodDescriptionAbstractLayoutCache.getModel()
Returns theTreeModel
that is providing the data.Modifier 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.