Home
last modified time | relevance | path

Searched refs:checkSelection (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/x11-toolkits/p5-Tk-JComboBox/Tk-JComboBox-1.14/t/
H A D05_Methods.t46 checkSelection($jcb, -1, "", "");
61 checkSelection($jcb, 2, "DC", "DC");
67 checkSelection($jcb, 3, "DC", "DC");
84 checkSelection($jcb, -1, "", "");
88 checkSelection($jcb, -1, "", "");
116 checkSelection($jcb, -1, "", "");
120 checkSelection($jcb, -1, "", "");
123 checkSelection($jcb, -1, "", "");
127 checkSelection($jcb, -1, "", "");
130 checkSelection($jcb, -1, "", "");
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/JList/
H A DListSelectionModelTest.java77 checkSelection(list, new int[]{0, 1}, lookAndFeel); in CreateGUIAndTest()
82 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
85 checkSelection(list, new int[]{0, 1, 2, 5, 6, 7}, lookAndFeel); in CreateGUIAndTest()
89 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
92 checkSelection(list, new int[]{0}, lookAndFeel); in CreateGUIAndTest()
97 checkSelection(list, new int[]{4, 5}, lookAndFeel); in CreateGUIAndTest()
100 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
105 checkSelection(list, new int[]{0, 1, 2, 6, 7}, lookAndFeel); in CreateGUIAndTest()
110 static void checkSelection(JList list, int[] selectionArray, in checkSelection() method in ListSelectionModelTest
H A DGetSelectedValuesListTest.java59 checkSelection(list, List.of("1", "2")); in main()
64 checkSelection(list, Collections.emptyList()); in main()
70 checkSelection(list, List.of("1", "2")); in main()
75 static void checkSelection(JList list, List<String> selectionList) in checkSelection() method in GetSelectedValuesListTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/swing/JList/
H A DListSelectionModelTest.java77 checkSelection(list, new int[]{0, 1}, lookAndFeel); in CreateGUIAndTest()
82 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
85 checkSelection(list, new int[]{0, 1, 2, 5, 6, 7}, lookAndFeel); in CreateGUIAndTest()
89 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
92 checkSelection(list, new int[]{0}, lookAndFeel); in CreateGUIAndTest()
97 checkSelection(list, new int[]{4, 5}, lookAndFeel); in CreateGUIAndTest()
100 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
105 checkSelection(list, new int[]{0, 1, 2, 6, 7}, lookAndFeel); in CreateGUIAndTest()
110 static void checkSelection(JList list, int[] selectionArray, in checkSelection() method in ListSelectionModelTest
H A DGetSelectedValuesListTest.java59 checkSelection(list, List.of("1", "2")); in main()
64 checkSelection(list, Collections.emptyList()); in main()
70 checkSelection(list, List.of("1", "2")); in main()
75 static void checkSelection(JList list, List<String> selectionList) in checkSelection() method in GetSelectedValuesListTest
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/JList/
H A DListSelectionModelTest.java77 checkSelection(list, new int[]{0, 1}, lookAndFeel); in CreateGUIAndTest()
82 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
85 checkSelection(list, new int[]{0, 1, 2, 5, 6, 7}, lookAndFeel); in CreateGUIAndTest()
89 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
92 checkSelection(list, new int[]{0}, lookAndFeel); in CreateGUIAndTest()
97 checkSelection(list, new int[]{4, 5}, lookAndFeel); in CreateGUIAndTest()
100 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
105 checkSelection(list, new int[]{0, 1, 2, 6, 7}, lookAndFeel); in CreateGUIAndTest()
110 static void checkSelection(JList list, int[] selectionArray, in checkSelection() method in ListSelectionModelTest
H A DGetSelectedValuesListTest.java59 checkSelection(list, List.of("1", "2")); in main()
64 checkSelection(list, Collections.emptyList()); in main()
70 checkSelection(list, List.of("1", "2")); in main()
75 static void checkSelection(JList list, List<String> selectionList) in checkSelection() method in GetSelectedValuesListTest
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/swing/JList/
H A DListSelectionModelTest.java77 checkSelection(list, new int[]{0, 1}, lookAndFeel); in CreateGUIAndTest()
82 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
85 checkSelection(list, new int[]{0, 1, 2, 5, 6, 7}, lookAndFeel); in CreateGUIAndTest()
89 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
92 checkSelection(list, new int[]{0}, lookAndFeel); in CreateGUIAndTest()
97 checkSelection(list, new int[]{4, 5}, lookAndFeel); in CreateGUIAndTest()
100 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
105 checkSelection(list, new int[]{0, 1, 2, 6, 7}, lookAndFeel); in CreateGUIAndTest()
110 static void checkSelection(JList list, int[] selectionArray, in checkSelection() method in ListSelectionModelTest
H A DGetSelectedValuesListTest.java59 checkSelection(list, List.of("1", "2")); in main()
64 checkSelection(list, Collections.emptyList()); in main()
70 checkSelection(list, List.of("1", "2")); in main()
75 static void checkSelection(JList list, List<String> selectionList) in checkSelection() method in GetSelectedValuesListTest
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/swing/JList/
H A DListSelectionModelTest.java77 checkSelection(list, new int[]{0, 1}, lookAndFeel); in CreateGUIAndTest()
82 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
85 checkSelection(list, new int[]{0, 1, 2, 5, 6, 7}, lookAndFeel); in CreateGUIAndTest()
89 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
92 checkSelection(list, new int[]{0}, lookAndFeel); in CreateGUIAndTest()
97 checkSelection(list, new int[]{4, 5}, lookAndFeel); in CreateGUIAndTest()
100 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
105 checkSelection(list, new int[]{0, 1, 2, 6, 7}, lookAndFeel); in CreateGUIAndTest()
110 static void checkSelection(JList list, int[] selectionArray, in checkSelection() method in ListSelectionModelTest
H A DGetSelectedValuesListTest.java59 checkSelection(list, List.of("1", "2")); in main()
64 checkSelection(list, Collections.emptyList()); in main()
70 checkSelection(list, List.of("1", "2")); in main()
75 static void checkSelection(JList list, List<String> selectionList) in checkSelection() method in GetSelectedValuesListTest
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/swing/JList/
H A DListSelectionModelTest.java77 checkSelection(list, new int[]{0, 1}, lookAndFeel); in CreateGUIAndTest()
82 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
85 checkSelection(list, new int[]{0, 1, 2, 5, 6, 7}, lookAndFeel); in CreateGUIAndTest()
89 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
92 checkSelection(list, new int[]{0}, lookAndFeel); in CreateGUIAndTest()
97 checkSelection(list, new int[]{4, 5}, lookAndFeel); in CreateGUIAndTest()
100 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
105 checkSelection(list, new int[]{0, 1, 2, 6, 7}, lookAndFeel); in CreateGUIAndTest()
110 static void checkSelection(JList list, int[] selectionArray, in checkSelection() method in ListSelectionModelTest
H A DGetSelectedValuesListTest.java59 checkSelection(list, List.of("1", "2")); in main()
64 checkSelection(list, Collections.emptyList()); in main()
70 checkSelection(list, List.of("1", "2")); in main()
75 static void checkSelection(JList list, List<String> selectionList) in checkSelection() method in GetSelectedValuesListTest
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/swing/JList/
H A DListSelectionModelTest.java77 checkSelection(list, new int[]{0, 1}, lookAndFeel); in CreateGUIAndTest()
82 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
85 checkSelection(list, new int[]{0, 1, 2, 5, 6, 7}, lookAndFeel); in CreateGUIAndTest()
89 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
92 checkSelection(list, new int[]{0}, lookAndFeel); in CreateGUIAndTest()
97 checkSelection(list, new int[]{4, 5}, lookAndFeel); in CreateGUIAndTest()
100 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
105 checkSelection(list, new int[]{0, 1, 2, 6, 7}, lookAndFeel); in CreateGUIAndTest()
110 static void checkSelection(JList list, int[] selectionArray, in checkSelection() method in ListSelectionModelTest
H A DGetSelectedValuesListTest.java59 checkSelection(list, List.of("1", "2")); in main()
64 checkSelection(list, Collections.emptyList()); in main()
70 checkSelection(list, List.of("1", "2")); in main()
75 static void checkSelection(JList list, List<String> selectionList) in checkSelection() method in GetSelectedValuesListTest
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/swing/JList/
H A DListSelectionModelTest.java77 checkSelection(list, new int[]{0, 1}, lookAndFeel); in CreateGUIAndTest()
82 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
85 checkSelection(list, new int[]{0, 1, 2, 5, 6, 7}, lookAndFeel); in CreateGUIAndTest()
89 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
92 checkSelection(list, new int[]{0}, lookAndFeel); in CreateGUIAndTest()
97 checkSelection(list, new int[]{4, 5}, lookAndFeel); in CreateGUIAndTest()
100 checkSelection(list, new int[]{0, 1, 2}, lookAndFeel); in CreateGUIAndTest()
105 checkSelection(list, new int[]{0, 1, 2, 6, 7}, lookAndFeel); in CreateGUIAndTest()
110 static void checkSelection(JList list, int[] selectionArray, in checkSelection() method in ListSelectionModelTest
H A DGetSelectedValuesListTest.java59 checkSelection(list, List.of("1", "2")); in main()
64 checkSelection(list, Collections.emptyList()); in main()
70 checkSelection(list, List.of("1", "2")); in main()
75 static void checkSelection(JList list, List<String> selectionList) in checkSelection() method in GetSelectedValuesListTest
/dports/editors/texmaker/texmaker-5.0.3/
H A Dreplacewidget.cpp30 ui.checkSelection->setChecked( false ); in ReplaceWidget()
65 if (ui.checkSelection->isChecked()) in doReplace()
84 ui.checkSelection->setChecked( false ); in doReplace()
88 else ui.checkSelection->setChecked( false ); in doReplace()
135 if (ui.checkSelection->isChecked()) in doReplaceAll()
150 ui.checkSelection->setChecked( false ); in doReplaceAll()
190 ui.checkSelection->setChecked( false ); in expand()
231 ui.checkSelection->setChecked( false ); in updateSelection()
247 ui.checkSelection->setChecked( false ); in updateReg()
248 ui.checkSelection->setEnabled(false); in updateReg()
[all …]
H A Dfindwidget.cpp34 ui.checkSelection->setChecked( false ); in FindWidget()
35 connect(ui.checkSelection, SIGNAL(toggled(bool)), this, SLOT(updateSelection(bool))); in FindWidget()
64 if (ui.checkSelection->isChecked()) in doFind()
70 else ui.checkSelection->setChecked( false ); in doFind()
110 ui.checkSelection->setChecked( false ); in expand()
139 ui.checkSelection->setChecked( false ); in updateSelection()
H A Dlightfindwidget.cpp32 ui.checkSelection->setChecked( false ); in LightFindWidget()
33 connect(ui.checkSelection, SIGNAL(toggled(bool)), this, SLOT(updateSelection(bool))); in LightFindWidget()
61 if (ui.checkSelection->isChecked()) in doFind()
67 else ui.checkSelection->setChecked( false ); in doFind()
106 ui.checkSelection->setChecked( false ); in expand()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/
H A DBreakContinueTargetFinderTest.java140 checkSelection(s, offset, length, ranges); in testBreakFor()
156 checkSelection(s, offset, length, ranges); in testBreakForeach()
173 checkSelection(s, offset, length, ranges); in testBreakWhile()
190 checkSelection(s, offset, length, ranges); in testBreakDo()
207 checkSelection(s, offset, length, ranges); in testBreakSwitch()
225 checkSelection(s, offset, length, ranges); in testLabeledBreakFor()
243 checkSelection(s, offset, length, ranges); in testLabeledBreakFor1()
261 checkSelection(s, offset, length, ranges); in testBreakFor2()
284 checkSelection(s, offset, length, ranges); in testLabeledBreakIf()
300 checkSelection(s, offset, length, ranges); in testContinueFor()
[all …]
H A DMarkOccurrenceTest1d7.java159 checkSelection(s, offset, length, ranges); in testMarkMethodExits1()
184 checkSelection(s, offset, length, ranges); in testMarkMethodExits2()
209 checkSelection(s, offset, length, ranges); in testMarkMethodExits3()
237 checkSelection(s, offset, length, ranges); in testMarkMethodExits4()
265 checkSelection(s, offset, length, ranges); in testMarkMethodExits5()
293 checkSelection(s, offset, length, ranges); in testMarkMethodExits6()
319 checkSelection(s, offset, length, ranges); in testMarkMethodExits7()
346 checkSelection(s, offset, length, ranges); in testThrowingException1()
371 checkSelection(s, offset, length, ranges); in testThrowingException2()
399 checkSelection(s, offset, length, ranges); in testThrowingException3()
[all …]
H A DMarkOccurrenceTest1d8.java94 …private void checkSelection(StringBuffer s, int offset, int length, OccurrenceLocation[] expected)… in checkSelection() method in MarkOccurrenceTest1d8
182 checkSelection(s, offset, length, ranges); in testThrowingAnnotatedException1()
187 checkSelection(s, offset, length, ranges); in testThrowingAnnotatedException1()
192 checkSelection(s, offset, length, ranges); in testThrowingAnnotatedException1()
198 checkSelection(s, offset, length, ranges); in testThrowingAnnotatedException1()
204 checkSelection(s, offset, length, ranges); in testThrowingAnnotatedException1()
210 checkSelection(s, offset, length, ranges); in testThrowingAnnotatedException1()
239 checkSelection(buf, offset, length, ranges); in testThrownExceptionInLambda()
263 checkSelection(buf, offset, length, ranges); in testTryCatchInLambda()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/
H A DTextCellEditor.java134 private void checkSelection() { in checkSelection() method in TextCellEditor
158 checkSelection(); // see explanation below in createControl()
175 checkSelection(); in createControl()
210 checkSelection(); in doSetFocus()
427 checkSelection(); in performCut()
451 checkSelection(); in performDelete()
464 checkSelection(); in performPaste()
477 checkSelection(); in performSelectAll()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/navigator/
H A DDuplicateMenuItemTest.java48 checkSelection(selection); in testSelection()
50 checkSelection(selection); in testSelection()
52 checkSelection(selection); in testSelection()
79 private void checkSelection(IStructuredSelection selection) { in checkSelection() method in DuplicateMenuItemTest

123456789