public final class ComboBoxObjectFieldEditor<T> extends Object implements ComboBoxEditor
| Constructor and Description |
|---|
ComboBoxObjectFieldEditor(AbstractObjectTextField<T> field) |
| Modifier and Type | Method and Description |
|---|---|
void |
addActionListener(ActionListener l) |
Component |
getEditorComponent() |
Object |
getItem() |
net.anwiba.commons.model.IObjectModel<T> |
getModel() |
void |
removeActionListener(ActionListener l) |
void |
selectAll() |
void |
setItem(Object anObject) |
public ComboBoxObjectFieldEditor(AbstractObjectTextField<T> field)
public void setItem(Object anObject)
setItem in interface ComboBoxEditorpublic void selectAll()
selectAll in interface ComboBoxEditorpublic void removeActionListener(ActionListener l)
removeActionListener in interface ComboBoxEditorpublic Object getItem()
getItem in interface ComboBoxEditorpublic Component getEditorComponent()
getEditorComponent in interface ComboBoxEditorpublic void addActionListener(ActionListener l)
addActionListener in interface ComboBoxEditorpublic net.anwiba.commons.model.IObjectModel<T> getModel()
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.