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)
public void addActionListener(ActionListener actionListener)
addActionListener in interface ComboBoxEditorComboBoxEditor getEditor()
public Component getEditorComponent()
getEditorComponent in interface ComboBoxEditor@CheckForNull public Object getItem()
getItem in interface ComboBoxEditorpublic void removeActionListener(ActionListener actionListener)
removeActionListener in interface ComboBoxEditorpublic void selectAll()
selectAll in interface ComboBoxEditorpublic void setItem(@CheckForNull Object item)
setItem in interface ComboBoxEditorCopyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.