public class JaxxComboBoxEditor<O> extends Object implements ComboBoxEditor
| Constructor and Description |
|---|
JaxxComboBoxEditor(JaxxComboBox<O> ui) |
| Modifier and Type | Method and Description |
|---|---|
void |
addActionListener(ActionListener l) |
JTextComponent |
getEditorComponent() |
Object |
getItem() |
void |
removeActionListener(ActionListener l) |
void |
resetFilter(boolean force) |
void |
selectAll() |
void |
setItem(Object anObject) |
public JaxxComboBoxEditor(JaxxComboBox<O> ui)
public JTextComponent getEditorComponent()
getEditorComponent in interface ComboBoxEditorpublic Object getItem()
getItem in interface ComboBoxEditorpublic void setItem(Object anObject)
setItem in interface ComboBoxEditorpublic void selectAll()
selectAll in interface ComboBoxEditorpublic void addActionListener(ActionListener l)
addActionListener in interface ComboBoxEditorpublic void removeActionListener(ActionListener l)
removeActionListener in interface ComboBoxEditorpublic void resetFilter(boolean force)
Copyright © 2008–2020 Ultreia.io. All rights reserved.