public class PromptedComboBoxEditor
extends javax.swing.plaf.basic.BasicComboBoxEditor
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PromptedComboBoxEditor.BorderlessPromptedTextField |
| Constructor and Description |
|---|
PromptedComboBoxEditor() |
PromptedComboBoxEditor(java.lang.String prompt) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.JTextField |
createEditorComponent() |
PromptedTextField |
getEditorComponent() |
public PromptedComboBoxEditor()
public PromptedComboBoxEditor(java.lang.String prompt)
protected javax.swing.JTextField createEditorComponent()
createEditorComponent in class javax.swing.plaf.basic.BasicComboBoxEditorpublic PromptedTextField getEditorComponent()
getEditorComponent in interface javax.swing.ComboBoxEditorgetEditorComponent in class javax.swing.plaf.basic.BasicComboBoxEditor