Searched refs:addSelectionInterval (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DListSelectionModel.java111 void addSelectionInterval(int index0, int index1); method in interface:ListSelectionModel
155 * setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
163 * @see #addSelectionInterval
178 * setSelectionInterval(), addSelectionInterval() or removeSelectionInterval().
182 * @see #addSelectionInterval
262 * {@code setSelectionInterval} and {@code addSelectionInterval} are
267 * In this mode, {@code addSelectionInterval} behaves like
296 * @see #addSelectionInterval
H A DJList.java1913 * {@code setSelectionInterval} and {@code addSelectionInterval} are
1918 * In this mode, {@code addSelectionInterval} behaves like
2063 * @see #addSelectionInterval
2083 * @see ListSelectionModel#addSelectionInterval
2084 * @see DefaultListSelectionModel#addSelectionInterval
2089 public void addSelectionInterval(int anchor, int lead) { method in class:JList
2090 getSelectionModel().addSelectionInterval(anchor, lead);
2110 * @see #addSelectionInterval
2220 * {@code addSelectionInterval} on the selection model to add the indices.
2226 * @see ListSelectionModel#addSelectionInterval
[all...]
H A DDefaultListSelectionModel.java488 public void addSelectionInterval(int index0, int index1) method in class:DefaultListSelectionModel
H A DJTable.java2192 selectionModel.addSelectionInterval(boundRow(index0), boundRow(index1));
2206 columnModel.getSelectionModel().addSelectionInterval(boundColumn(index0), boundColumn(index1));
2364 sm.addSelectionInterval(anchor, index);
2369 sm.addSelectionInterval(index, index);
2384 sm.addSelectionInterval(index, index);
3924 modelSelection.addSelectionInterval(
4036 viewSelection.addSelectionInterval(viewIndex,
4212 selectionModel.addSelectionInterval(selection[i],
H A DJTree.java2560 * addSelectionInterval(x, y)} is equivalent to
2561 * {@code addSelectionInterval(y, x)}.
2566 public void addSelectionInterval(int index0, int index1) { method in class:JTree
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DDefaultTableColumnModel.java202 selectionModel.addSelectionInterval(newIndex, newIndex);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTableUI.java571 rsm.addSelectionInterval(leadRow, leadRow);
577 csm.addSelectionInterval(leadColumn, leadColumn);
1058 table.getSelectionModel().addSelectionInterval(pressedRow,
1061 addSelectionInterval(pressedCol, pressedCol);
1215 table.getSelectionModel().addSelectionInterval(pressedRow,
1218 addSelectionInterval(pressedCol, pressedCol);
H A DBasicListUI.java1947 list.addSelectionInterval(index, index);
1959 list.addSelectionInterval(index, index);
2675 list.addSelectionInterval(row, row);
2723 list.addSelectionInterval(anchorIndex, row);
2727 list.addSelectionInterval(row, row);
2734 list.addSelectionInterval(row, row);
2747 list.addSelectionInterval(row, row);
H A DBasicTreeUI.java2366 tree.addSelectionInterval(anchorRow, row);
2369 tree.addSelectionInterval(row, row);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DOptionListModel.java352 public void addSelectionInterval(int index0, int index1) method in class:OptionListModel
H A DFormView.java913 model.addSelectionInterval(i, i);
H A DHTMLDocument.java3382 m.addSelectionInterval(optionCount, optionCount);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java2253 super.addSelectionInterval(start, end);
2280 public void addSelectionInterval(final int index0, final int index1) { method in class:AquaFileChooserUI.MacListSelectionModel
2284 if (isSelectableInListIndex(index1)) super.addSelectionInterval(index1, index1);
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultTreeSelectionModel.java777 listSelectionModel.addSelectionInterval(aRow, aRow);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DOption.java497 jlist.addSelectionInterval(curindex, curindex);
/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java726 model.addSelectionInterval(lead, lead);
H A DFilePane.java1586 listSelectionModel.addSelectionInterval(index, index);

Completed in 133 milliseconds