Package org.fest.swing.driver
Class JComboBoxMatchingItemQuery
java.lang.Object
org.fest.swing.driver.JComboBoxMatchingItemQuery
Understands lookup of the first item in a
JComboBox
whose value matches a given one.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static int
matchingItemIndex
(JComboBox comboBox, TextMatcher matcher, JComboBoxCellReader cellReader)
-
Constructor Details
-
JComboBoxMatchingItemQuery
private JComboBoxMatchingItemQuery()
-
-
Method Details
-
matchingItemIndex
@RunsInEDT static int matchingItemIndex(JComboBox comboBox, TextMatcher matcher, JComboBoxCellReader cellReader)
-