Uses of Class
javax.swing.JTree.EmptySelectionModel
Packages that use JTree.EmptySelectionModel
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
-
Uses of JTree.EmptySelectionModel in javax.swing
Fields in javax.swing declared as JTree.EmptySelectionModelModifier and TypeFieldDescriptionprotected static final JTree.EmptySelectionModel
JTree.EmptySelectionModel.sharedInstance
The single instance ofEmptySelectionModel
.Methods in javax.swing that return JTree.EmptySelectionModelModifier and TypeMethodDescriptionstatic JTree.EmptySelectionModel
JTree.EmptySelectionModel.sharedInstance()
Returns the single instance ofEmptySelectionModel
.