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, selectAllpublic 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 EditorComboBoxEditorpublic java.lang.Object getItem()
getItem in interface javax.swing.ComboBoxEditorgetItem in class EditorComboBoxEditorpublic void setItem(java.lang.Object anObject)
setItem in interface javax.swing.ComboBoxEditorsetItem in class EditorComboBoxEditor