public class AbstractComboBoxAccessibleEditorValidator extends Object
ListComboBox is
accessible or not. To be accessible, a ListComboBox 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.
AbstractComboBox.isEditable(),
Component.isEnabled()| Modifier and Type | Method and Description |
|---|---|
static void |
validateEditorIsAccessible(com.jidesoft.combobox.AbstractComboBox comboBox) |
@RunsInCurrentThread public static void validateEditorIsAccessible(com.jidesoft.combobox.AbstractComboBox comboBox)
Copyright © 2014–2016 AssertJ. All rights reserved.