Class JComboBoxAccessibleEditorValidator

java.lang.Object
org.fest.swing.driver.JComboBoxAccessibleEditorValidator

final class JComboBoxAccessibleEditorValidator extends Object
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 Details

    • JComboBoxAccessibleEditorValidator

      private JComboBoxAccessibleEditorValidator()
  • Method Details