protected class ReplyFormUIHandler.FileComboBoxEditor extends Object implements ComboBoxEditor
| Modifier and Type | Field and Description |
|---|---|
protected JTextField |
editorComponent |
protected ReplyAttachmentModel |
oldValue |
| Modifier | Constructor and Description |
|---|---|
protected |
ReplyFormUIHandler.FileComboBoxEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addActionListener(ActionListener l) |
Component |
getEditorComponent() |
Object |
getItem() |
void |
removeActionListener(ActionListener l) |
void |
selectAll() |
void |
setItem(Object anObject) |
protected ReplyAttachmentModel oldValue
protected JTextField editorComponent
protected ReplyFormUIHandler.FileComboBoxEditor()
public Component getEditorComponent()
getEditorComponent in interface ComboBoxEditorpublic void setItem(Object anObject)
setItem in interface ComboBoxEditorpublic Object getItem()
getItem in interface ComboBoxEditorpublic void selectAll()
selectAll in interface ComboBoxEditorpublic void addActionListener(ActionListener l)
addActionListener in interface ComboBoxEditorpublic void removeActionListener(ActionListener l)
removeActionListener in interface ComboBoxEditorCopyright © 2014–2016 CodeLutin. All rights reserved.