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.ComboBoxEditor
public Editor getEditor()
public EditorTextField getEditorComponent()
getEditorComponent
in interface javax.swing.ComboBoxEditor
public void addActionListener(java.awt.event.ActionListener l)
addActionListener
in interface javax.swing.ComboBoxEditor
public void removeActionListener(java.awt.event.ActionListener l)
removeActionListener
in interface javax.swing.ComboBoxEditor
public java.lang.Object getItem()
getItem
in interface javax.swing.ComboBoxEditor
protected Document getDocument()
public void setItem(java.lang.Object anObject)
setItem
in interface javax.swing.ComboBoxEditor