Searched refs:removeIndexInterval (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DListSelectionModel.java218 void removeIndexInterval(int index0, int index1); method in interface:ListSelectionModel
300 * @see #removeIndexInterval
H A DDefaultListSelectionModel.java642 public void removeIndexInterval(int index0, int index1) method in class:DefaultListSelectionModel
H A DJTable.java3945 modelSelection.removeIndexInterval(change.startModelIndex,
4508 selectionModel.removeIndexInterval(start, end);
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DDefaultTableColumnModel.java147 selectionModel.removeIndexInterval(columnIndex,columnIndex);
197 selectionModel.removeIndexInterval(columnIndex,columnIndex);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DOptionListModel.java435 public void removeIndexInterval(int index0, int index1) method in class:OptionListModel
H A DFormView.java908 model.removeIndexInterval(i, i);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicListUI.java2601 sm.removeIndexInterval(e.getIndex0(), e.getIndex1());

Completed in 72 milliseconds