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

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DTreeSelectionModel.java50 * continguous paths (<code>CONTIGUOUS_TREE_SELECTION</code>) or a number of
54 * In the absence of a RowMapper <code>CONTIGUOUS_TREE_SELECTION</code> and
60 * For a selection model of <code>CONTIGUOUS_TREE_SELECTION</code> any
97 public static final int CONTIGUOUS_TREE_SELECTION = 2; field in interface:TreeSelectionModel
105 * CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
118 * <code>CONTIGUOUS_TREE_SELECTION</code> or

Completed in 34 milliseconds