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