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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DListSelectionModel.java204 boolean isSelectionEmpty(); method in interface:ListSelectionModel
H A DDefaultListSelectionModel.java75 public int getMinSelectionIndex() { return isSelectionEmpty() ? -1 : minIndex; }
108 public boolean isSelectionEmpty() { method in class:DefaultListSelectionModel
326 if (isSelectionEmpty()) {
H A DJList.java2028 * @see ListSelectionModel#isSelectionEmpty
2031 public boolean isSelectionEmpty() { method in class:JList
2032 return getSelectionModel().isSelectionEmpty();
2037 * Clears the selection; after calling this method, {@code isSelectionEmpty}
2042 * @see #isSelectionEmpty
H A DJTree.java2667 public boolean isSelectionEmpty() { method in class:JTree
2668 return getSelectionModel().isSelectionEmpty();
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DTreeSelectionModel.java207 boolean isSelectionEmpty(); method in interface:TreeSelectionModel
H A DDefaultTreeSelectionModel.java552 public boolean isSelectionEmpty() { method in class:DefaultTreeSelectionModel
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DOptionListModel.java66 public int getMinSelectionIndex() { return isSelectionEmpty() ? -1 : minIndex; }
90 public boolean isSelectionEmpty() { method in class:OptionListModel
241 if (isSelectionEmpty()) {

Completed in 197 milliseconds