public class ComboBoxSearch extends AbstractComponentSearch<JComboBox<Object>>
Constructor and Description |
---|
ComboBoxSearch() |
Modifier and Type | Method and Description |
---|---|
protected Object[] |
getComponentsInternal(JComboBox<Object> component) |
protected HighlightedComponent |
highlightAsParentInternal(JComboBox<Object> component) |
protected HighlightedComponent |
highlightInternal(JComboBox<Object> component) |
protected boolean |
isSearchMatchingInternal(JComboBox<Object> component,
SearchQuery query) |
protected void |
undoHighlightAsParentInternal(HighlightedComponent highlightedComponent,
JComboBox<Object> component) |
protected void |
undoHighlightInternal(HighlightedComponent highlightedComponent,
JComboBox<Object> component) |
getComponents, highlight, highlightAsParent, isResponsible, isSearchMatching, uncheckedCast, undoHighlight, undoHighlightAsParent
protected boolean isSearchMatchingInternal(JComboBox<Object> component, SearchQuery query)
isSearchMatchingInternal
in class AbstractComponentSearch<JComboBox<Object>>
protected HighlightedComponent highlightInternal(JComboBox<Object> component)
highlightInternal
in class AbstractComponentSearch<JComboBox<Object>>
protected void undoHighlightInternal(HighlightedComponent highlightedComponent, JComboBox<Object> component)
undoHighlightInternal
in class AbstractComponentSearch<JComboBox<Object>>
protected Object[] getComponentsInternal(JComboBox<Object> component)
getComponentsInternal
in class AbstractComponentSearch<JComboBox<Object>>
protected HighlightedComponent highlightAsParentInternal(JComboBox<Object> component)
highlightAsParentInternal
in class AbstractComponentSearch<JComboBox<Object>>
protected void undoHighlightAsParentInternal(HighlightedComponent highlightedComponent, JComboBox<Object> component)
undoHighlightAsParentInternal
in class AbstractComponentSearch<JComboBox<Object>>