Searched defs:checkSelection (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/javax/swing/JTable/6263446/
H A Dbug6263446.java137 checkSelection(sel);
165 private static void checkSelection(final String sel) throws Exception { method in class:bug6263446
/openjdk7/jdk/test/javax/swing/JTree/6263446/
H A Dbug6263446.java110 checkSelection(null);
113 checkSelection(FIRST);
116 checkSelection(ALL);
209 private static void checkSelection(final String sel) throws Exception { method in class:bug6263446
241 checkSelection(sel);
/openjdk7/jdk/test/javax/swing/JList/6462008/
H A Dbug6462008.java83 checkSelection();
94 checkSelection();
105 checkSelection();
118 checkSelection();
157 checkSelection(5);
168 checkSelection(9, 9, 9);
188 checkSelection(0, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
368 private static void checkSelection(int... sels) throws Exception { method in class:bug6462008

Completed in 23 milliseconds