Package org.fest.swing.driver
Class JComboBoxSelectedIndexQuery
java.lang.Object
org.fest.swing.driver.JComboBoxSelectedIndexQuery
Understands an action, executed in the event dispatch thread, that returns the selected index in a
JComboBox
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
selectedIndexOf
(JComboBox comboBox) Returns the selected index in the given
.JComboBox
-
Constructor Details
-
JComboBoxSelectedIndexQuery
private JComboBoxSelectedIndexQuery()
-
-
Method Details
-
selectedIndexOf
Returns the selected index in the given
. This action is executed in the event dispatch thread.JComboBox
- Parameters:
comboBox
- the givenJComboBox
.- Returns:
- the selected index in the given
JComboBox
. - See Also:
-