Package org.fest.swing.driver
Class JComboBoxItemIndexValidator
java.lang.Object
org.fest.swing.driver.JComboBoxItemIndexValidator
Understands verification that a given number is a valid index of an item in a
JComboBox
.
Note: Methods in this class are not executed in the event dispatch thread (EDT.) Clients are responsible for invoking them in the EDT.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static IndexOutOfBoundsException
invalidIndex
(String msg) private static String
itemIndex
(int index) (package private) static void
validateIndex
(JComboBox comboBox, int index)
-
Constructor Details
-
JComboBoxItemIndexValidator
private JComboBoxItemIndexValidator()
-
-
Method Details
-
validateIndex
-
itemIndex
-
invalidIndex
-