public class StringComboboxEditor extends EditorComboBoxEditor
Modifier and Type | Field and Description |
---|---|
static Key<javax.swing.JComboBox> |
COMBO_BOX_KEY |
static Key<java.lang.Boolean> |
USE_PLAIN_PREFIX_MATCHER |
NAME
Constructor and Description |
---|
StringComboboxEditor(Project project,
FileType fileType,
ComboBox comboBox) |
StringComboboxEditor(Project project,
FileType fileType,
ComboBox comboBox,
boolean usePlainMatcher) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getItem() |
protected void |
onEditorCreate(EditorEx editor) |
void |
setItem(java.lang.Object anObject) |
addActionListener, getDocument, getEditor, getEditorComponent, removeActionListener, selectAll
public static final Key<javax.swing.JComboBox> COMBO_BOX_KEY
public static final Key<java.lang.Boolean> USE_PLAIN_PREFIX_MATCHER
public StringComboboxEditor(Project project, FileType fileType, ComboBox comboBox)
protected void onEditorCreate(EditorEx editor)
onEditorCreate
in class EditorComboBoxEditor
public java.lang.Object getItem()
getItem
in interface javax.swing.ComboBoxEditor
getItem
in class EditorComboBoxEditor
public void setItem(java.lang.Object anObject)
setItem
in interface javax.swing.ComboBoxEditor
setItem
in class EditorComboBoxEditor