Uses of Class
javax.swing.JTree.EmptySelectionModel
Packages that use JTree.EmptySelectionModel
包
描述
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.EmptySelectionModel修饰符和类Field描述protected static final JTree.EmptySelectionModel
JTree.EmptySelectionModel.sharedInstance
The single instance ofEmptySelectionModel
.Methods in javax.swing that return JTree.EmptySelectionModel修饰符和类方法描述static JTree.EmptySelectionModel
JTree.EmptySelectionModel.sharedInstance()
Returns the single instance ofEmptySelectionModel
.