Package org.fest.swing.driver
Class JComboBoxSetSelectedIndexTask
java.lang.Object
org.fest.swing.driver.JComboBoxSetSelectedIndexTask
Understands a task that selects the element in the given index in the given
JComboBox
. This task
is executed in the event dispatch thread.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
setSelectedIndex
(JComboBox comboBox, int index)
-
Constructor Details
-
JComboBoxSetSelectedIndexTask
private JComboBoxSetSelectedIndexTask()
-
-
Method Details
-
setSelectedIndex
-