Package org.fest.swing.driver
Class JComboBoxSetPopupVisibleTask
java.lang.Object
org.fest.swing.driver.JComboBoxSetPopupVisibleTask
Understands a task that shows/hides the drop-down menu of a
JComboBox
. This task is executed in
the event dispatch thread.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
setPopupVisible
(JComboBox comboBox, boolean visible)
-
Constructor Details
-
JComboBoxSetPopupVisibleTask
private JComboBoxSetPopupVisibleTask()
-
-
Method Details
-
setPopupVisible
-