Uses of Interface
javax.swing.tree.TreeSelectionModel
Packages that use TreeSelectionModel
包
描述
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 TreeSelectionModel修饰符和类Class描述protected static classEmptySelectionModelis aTreeSelectionModelthat does not allow anything to be selected.Fields in javax.swing declared as TreeSelectionModel修饰符和类Field描述protected TreeSelectionModelJTree.selectionModelModels the set of selected nodes in this tree.Methods in javax.swing that return TreeSelectionModelMethods in javax.swing with parameters of type TreeSelectionModel修饰符和类方法描述voidJTree.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 TreeSelectionModel修饰符和类Field描述protected TreeSelectionModelBasicTreeUI.treeSelectionModelModel maintaining the selection.Methods in javax.swing.plaf.basic that return TreeSelectionModel修饰符和类方法描述protected TreeSelectionModelBasicTreeUI.getSelectionModel()Returns the current instance of theTreeSelectionModelwhich is the model for selections.Methods in javax.swing.plaf.basic with parameters of type TreeSelectionModel修饰符和类方法描述protected voidBasicTreeUI.setSelectionModel(TreeSelectionModel newLSM) Resets the selection model. -
Uses of TreeSelectionModel in javax.swing.tree
Classes in javax.swing.tree that implement TreeSelectionModelFields in javax.swing.tree declared as TreeSelectionModelMethods in javax.swing.tree that return TreeSelectionModel修饰符和类方法描述AbstractLayoutCache.getSelectionModel()Returns the model used to maintain the selection.Methods in javax.swing.tree with parameters of type TreeSelectionModel修饰符和类方法描述voidAbstractLayoutCache.setSelectionModel(TreeSelectionModel newLSM) Sets theTreeSelectionModelused to manage the selection to new LSM.