Searched refs:CONTIGUOUS_TREE_SELECTION (Results 1 - 3 of 3) 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
H A DDefaultTreeSelectionModel.java87 * CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
138 * CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION. If mode
155 selectionMode != TreeSelectionModel.CONTIGUOUS_TREE_SELECTION &&
167 * <code>CONTIGUOUS_TREE_SELECTION</code>.
197 * mode is {@code CONTIGUOUS_TREE_SELECTION} and the supplied paths
237 TreeSelectionModel.CONTIGUOUS_TREE_SELECTION) {
319 * <p>If the selection mode is <code>CONTIGUOUS_TREE_SELECTION</code>,
336 CONTIGUOUS_TREE_SELECTION && !canPathsBeAdded(paths)) {
871 * If the selection mode is <code>CONTIGUOUS_TREE_SELECTION</code>
883 if(selectionMode == TreeSelectionModel.CONTIGUOUS_TREE_SELECTION
[all...]
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTree.java205 TreeSelectionModel.CONTIGUOUS_TREE_SELECTION);

Completed in 204 milliseconds