class FileBrowser.MyComboBox.MyComboBoxEditor extends java.lang.Object implements javax.swing.ComboBoxEditor
Modifier and Type | Field and Description |
---|---|
(package private) javax.swing.JTextField |
editor |
(package private) static long |
serialVersionUID |
Constructor and Description |
---|
MyComboBoxEditor() |
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(java.awt.event.ActionListener l) |
java.awt.Component |
getEditorComponent() |
java.lang.Object |
getItem() |
void |
removeActionListener(java.awt.event.ActionListener l) |
void |
selectAll() |
void |
setItem(java.lang.Object newValue) |
static final long serialVersionUID
javax.swing.JTextField editor
MyComboBoxEditor()
public void addActionListener(java.awt.event.ActionListener l)
addActionListener
in interface javax.swing.ComboBoxEditor
public java.awt.Component getEditorComponent()
getEditorComponent
in interface javax.swing.ComboBoxEditor
public java.lang.Object getItem()
getItem
in interface javax.swing.ComboBoxEditor
public void removeActionListener(java.awt.event.ActionListener l)
removeActionListener
in interface javax.swing.ComboBoxEditor
public void selectAll()
selectAll
in interface javax.swing.ComboBoxEditor
public void setItem(java.lang.Object newValue)
setItem
in interface javax.swing.ComboBoxEditor