private final class AbstractComboBoxBrowser.DecoratingComboBoxEditor extends Object implements ComboBoxEditor
ComboBoxEditor
installed by the client application or the pluggable look and feel.
It is used to inhibit mutual recursion caused by modifications to
the list model in the JComboBox.| Modifier and Type | Field and Description |
|---|---|
private ComboBoxEditor |
delegate |
| Constructor and Description |
|---|
AbstractComboBoxBrowser.DecoratingComboBoxEditor(ComboBoxEditor comboBoxEditor) |
| Modifier and Type | Method and Description |
|---|---|
void |
addActionListener(ActionListener actionListener) |
(package private) ComboBoxEditor |
getEditor()
Returns the decorated combo box editor.
|
Component |
getEditorComponent() |
Object |
getItem() |
void |
removeActionListener(ActionListener actionListener) |
void |
selectAll() |
void |
setItem(Object item) |
private final ComboBoxEditor delegate
AbstractComboBoxBrowser.DecoratingComboBoxEditor(ComboBoxEditor comboBoxEditor)
ComboBoxEditor getEditor()
public Component getEditorComponent()
getEditorComponent in interface ComboBoxEditorpublic void setItem(@CheckForNull
Object item)
setItem in interface ComboBoxEditor@CheckForNull public Object getItem()
getItem in interface ComboBoxEditorpublic void selectAll()
selectAll in interface ComboBoxEditorpublic void addActionListener(ActionListener actionListener)
addActionListener in interface ComboBoxEditorpublic void removeActionListener(ActionListener actionListener)
removeActionListener in interface ComboBoxEditorCopyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.