public abstract class ComboEditor extends PropertyEditor
| Modifier and Type | Class and Description |
|---|---|
static class |
ComboEditor.ComboEditorListener |
| Modifier and Type | Field and Description |
|---|---|
protected ComboBox |
myCombo |
protected javax.swing.border.Border |
myComboBorder |
| Constructor and Description |
|---|
ComboEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
protected ComboEditor.ComboEditorListener |
createComboListeners() |
javax.swing.JComponent |
getPreferredFocusedComponent() |
static void |
installListeners(javax.swing.JComboBox myCombo,
ComboEditor.ComboEditorListener listener) |
void |
updateUI() |
addPropertyEditorListener, fireEditingCancelled, fireValueCommitted, getComponent, getValue, preferredSizeChanged, removePropertyEditorListenerprotected final ComboBox myCombo
protected final javax.swing.border.Border myComboBorder
protected ComboEditor.ComboEditorListener createComboListeners()
public static void installListeners(javax.swing.JComboBox myCombo,
ComboEditor.ComboEditorListener listener)
public javax.swing.JComponent getPreferredFocusedComponent()
getPreferredFocusedComponent in class PropertyEditorpublic void activate()
activate in class PropertyEditorpublic void updateUI()
updateUI in class PropertyEditor