Uses of Class
javax.swing.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
Modifier and TypeFieldDescriptionprotected static final JTree.EmptySelectionModel
JTree.EmptySelectionModel.sharedInstance
The single instance ofEmptySelectionModel
.Modifier and TypeMethodDescriptionstatic JTree.EmptySelectionModel
JTree.EmptySelectionModel.sharedInstance()
Returns the single instance ofEmptySelectionModel
.