com.jidesoft.plaf.basic
Class ExComboBoxEditor
java.lang.Object
com.jidesoft.plaf.basic.ExComboBoxEditor
- All Implemented Interfaces:
- ComboBoxEditor
public class ExComboBoxEditor
- extends Object
- implements ComboBoxEditor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
oldValue
protected Object oldValue
ExComboBoxEditor
public ExComboBoxEditor(ComboBoxEditor delegate,
ExComboBox comboBox)
getEditorComponent
public Component getEditorComponent()
- Specified by:
getEditorComponent
in interface ComboBoxEditor
selectAll
public void selectAll()
- Specified by:
selectAll
in interface ComboBoxEditor
addActionListener
public void addActionListener(ActionListener l)
- Specified by:
addActionListener
in interface ComboBoxEditor
removeActionListener
public void removeActionListener(ActionListener l)
- Specified by:
removeActionListener
in interface ComboBoxEditor
setItem
public void setItem(Object item)
- Specified by:
setItem
in interface ComboBoxEditor
getItem
public Object getItem()
- Specified by:
getItem
in interface ComboBoxEditor
registerActions
protected void registerActions(JComponent component)