private final class AbstractComboBoxBrowser.DecoratingComboBoxEditor
extends java.lang.Object
implements javax.swing.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 javax.swing.ComboBoxEditor |
delegate |
| Constructor and Description |
|---|
AbstractComboBoxBrowser.DecoratingComboBoxEditor(javax.swing.ComboBoxEditor comboBoxEditor) |
| Modifier and Type | Method and Description |
|---|---|
void |
addActionListener(java.awt.event.ActionListener actionListener) |
(package private) javax.swing.ComboBoxEditor |
getEditor()
Returns the decorated combo box editor.
|
java.awt.Component |
getEditorComponent() |
java.lang.Object |
getItem() |
void |
removeActionListener(java.awt.event.ActionListener actionListener) |
void |
selectAll() |
void |
setItem(java.lang.Object item) |
AbstractComboBoxBrowser.DecoratingComboBoxEditor(javax.swing.ComboBoxEditor comboBoxEditor)
javax.swing.ComboBoxEditor getEditor()
public java.awt.Component getEditorComponent()
getEditorComponent in interface javax.swing.ComboBoxEditorpublic void setItem(@CheckForNull
java.lang.Object item)
setItem in interface javax.swing.ComboBoxEditor@CheckForNull public java.lang.Object getItem()
getItem in interface javax.swing.ComboBoxEditorpublic void selectAll()
selectAll in interface javax.swing.ComboBoxEditorpublic void addActionListener(java.awt.event.ActionListener actionListener)
addActionListener in interface javax.swing.ComboBoxEditorpublic void removeActionListener(java.awt.event.ActionListener actionListener)
removeActionListener in interface javax.swing.ComboBoxEditorCopyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.