public interface ComboBoxEditor
| Modifier and Type | Method and Description |
|---|---|
void |
addActionListener(ActionListener
Add an ActionListener.
|
Component |
getEditorComponent()
Return the component that should be added to the tree hierarchy for this editor
|
Object |
getItem()
Return the edited item
|
void |
removeActionListener(ActionListener
Remove an ActionListener
|
void |
selectAll()
Ask the editor to start editing and to select everything
|
void |
setItem(Object
Set the item that should be edited.
|
ComponentgetEditorComponent()
void setItem(ObjectanObject)
ObjectgetItem()
void selectAll()
void addActionListener(ActionListenerl)
void removeActionListener(ActionListenerl)