Example usage for Java javax.swing.tree DefaultTreeSelectionModel fields, constructors, methods, implement or subclass
The text is from its open source code.
DefaultTreeSelectionModel() Creates a new instance of DefaultTreeSelectionModel that is empty, with a selection mode of DISCONTIGUOUS_TREE_SELECTION. |
void | setSelectionMode(int mode) Sets the selection model, which must be one of SINGLE_TREE_SELECTION, CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION. |