Uses of Interface
javax.swing.tree.TreeSelectionModel
Packages that use TreeSelectionModel
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 TreeSelectionModel in javax.swing
Classes in javax.swing that implement TreeSelectionModelModifier and TypeClassDescriptionprotected static class
EmptySelectionModel
is aTreeSelectionModel
that does not allow anything to be selected.Fields in javax.swing declared as TreeSelectionModelModifier and TypeFieldDescriptionprotected TreeSelectionModel
JTree.selectionModel
Models the set of selected nodes in this tree.Methods in javax.swing that return TreeSelectionModelMethods in javax.swing with parameters of type TreeSelectionModelModifier and TypeMethodDescriptionvoid
JTree.setSelectionModel
(TreeSelectionModel selectionModel) Sets the tree's selection model. -
Uses of TreeSelectionModel in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic declared as TreeSelectionModelModifier and TypeFieldDescriptionprotected TreeSelectionModel
BasicTreeUI.treeSelectionModel
Model maintaining the selection.Methods in javax.swing.plaf.basic that return TreeSelectionModelModifier and TypeMethodDescriptionprotected TreeSelectionModel
BasicTreeUI.getSelectionModel()
Returns the current instance of theTreeSelectionModel
which is the model for selections.Methods in javax.swing.plaf.basic with parameters of type TreeSelectionModelModifier and TypeMethodDescriptionprotected void
BasicTreeUI.setSelectionModel
(TreeSelectionModel newLSM) Resets the selection model. -
Uses of TreeSelectionModel in javax.swing.tree
Classes in javax.swing.tree that implement TreeSelectionModelModifier and TypeClassDescriptionclass
Default implementation of TreeSelectionModel.Fields in javax.swing.tree declared as TreeSelectionModelModifier and TypeFieldDescriptionprotected TreeSelectionModel
AbstractLayoutCache.treeSelectionModel
Selection model.Methods in javax.swing.tree that return TreeSelectionModelModifier and TypeMethodDescriptionAbstractLayoutCache.getSelectionModel()
Returns the model used to maintain the selection.Methods in javax.swing.tree with parameters of type TreeSelectionModelModifier and TypeMethodDescriptionvoid
AbstractLayoutCache.setSelectionModel
(TreeSelectionModel newLSM) Sets theTreeSelectionModel
used to manage the selection to new LSM.