Package org.fest.swing.driver
Class JComboBoxAccessibleEditorValidator
java.lang.Object
org.fest.swing.driver.JComboBoxAccessibleEditorValidator
Understands an action that validates that the editor of a
JComboBox
is accessible or not. To be
accessible, a JComboBox
needs to be enabled and editable.
Note: Methods in this class are not executed in the event dispatch thread (EDT.) Clients are responsible for invoking them in the EDT.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
validateEditorIsAccessible
(JComboBox comboBox)
-
Constructor Details
-
JComboBoxAccessibleEditorValidator
private JComboBoxAccessibleEditorValidator()
-
-
Method Details
-
validateEditorIsAccessible
-