Uses of Interface javax.swing.tree.TreeSelectionModel

Uses in package javax.swing

Classes implementing javax.swing.tree.TreeSelectionModel

class
A TreeModel that does not allow anything to be selected.

Fields of type javax.swing.tree.TreeSelectionModel

TreeSelectionModel

Methods with parameter type javax.swing.tree.TreeSelectionModel

void

Methods with return type javax.swing.tree.TreeSelectionModel

TreeSelectionModel

Uses in package javax.swing.tree

Classes implementing javax.swing.tree.TreeSelectionModel

class
The implementation of the default tree selection model.

Fields of type javax.swing.tree.TreeSelectionModel

TreeSelectionModel
treeSelectionModel

Methods with parameter type javax.swing.tree.TreeSelectionModel

void
setSelectionModel

Methods with return type javax.swing.tree.TreeSelectionModel

TreeSelectionModel
getSelectionModel

Uses in package javax.swing.plaf.basic

Fields of type javax.swing.tree.TreeSelectionModel

TreeSelectionModel
Model maintaining the selection.

Methods with parameter type javax.swing.tree.TreeSelectionModel

void
Resets the selection model.

Methods with return type javax.swing.tree.TreeSelectionModel

TreeSelectionModel
Returns the current selection model.