Searched defs:DISCONTIGUOUS_TREE_SELECTION (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DTreeSelectionModel.java51 * discontiguous paths (<code>DISCONTIGUOUS_TREE_SELECTION</code>).
55 * <code>DISCONTIGUOUS_TREE_SELECTION</code> behave the same, that is they
96 * this behaves the same as DISCONTIGUOUS_TREE_SELECTION. */
101 public static final int DISCONTIGUOUS_TREE_SELECTION = 4; field in interface:TreeSelectionModel
105 * CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
119 * <code>DISCONTIGUOUS_TREE_SELECTION</code>.

Completed in 30 milliseconds