public class EditorComboBoxEditor
extends java.lang.Object
implements javax.swing.ComboBoxEditor
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
NAME |
| Constructor and Description |
|---|
EditorComboBoxEditor(Project project,
FileType fileType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addActionListener(java.awt.event.ActionListener l) |
protected Document |
getDocument() |
Editor |
getEditor() |
EditorTextField |
getEditorComponent() |
java.lang.Object |
getItem() |
protected void |
onEditorCreate(EditorEx editor) |
void |
removeActionListener(java.awt.event.ActionListener l) |
void |
selectAll() |
void |
setItem(java.lang.Object anObject) |
protected static final java.lang.String NAME
protected void onEditorCreate(EditorEx editor)
public void selectAll()
selectAll in interface javax.swing.ComboBoxEditorpublic Editor getEditor()
public EditorTextField getEditorComponent()
getEditorComponent in interface javax.swing.ComboBoxEditorpublic void addActionListener(java.awt.event.ActionListener l)
addActionListener in interface javax.swing.ComboBoxEditorpublic void removeActionListener(java.awt.event.ActionListener l)
removeActionListener in interface javax.swing.ComboBoxEditorpublic java.lang.Object getItem()
getItem in interface javax.swing.ComboBoxEditorprotected Document getDocument()
public void setItem(java.lang.Object anObject)
setItem in interface javax.swing.ComboBoxEditor