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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DListSelectionModel.java144 int getMaxSelectionIndex(); method in interface:ListSelectionModel
H A DDefaultListSelectionModel.java78 public int getMaxSelectionIndex() { return maxIndex; } method in class:DefaultListSelectionModel
H A DJList.java1999 * @see ListSelectionModel#getMaxSelectionIndex
2001 public int getMaxSelectionIndex() { method in class:JList
2002 return getSelectionModel().getMaxSelectionIndex();
2175 int iMax = sm.getMaxSelectionIndex();
2260 int iMax = sm.getMaxSelectionIndex();
2294 int iMax = sm.getMaxSelectionIndex();
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DOptionListModel.java68 public int getMaxSelectionIndex() { return maxIndex; } method in class:OptionListModel
119 fireValueChanged(getMinSelectionIndex(), getMaxSelectionIndex(), isAdjusting);

Completed in 42 milliseconds