Uses of Interface
javax.swing.ComboBoxEditor
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
-
Uses of ComboBoxEditor in javax.swing
Modifier and TypeFieldDescriptionprotected ComboBoxEditor
JComboBox.editor
This protected field is implementation specific.Modifier and TypeMethodDescriptionJComboBox.getEditor()
Returns the editor used to paint and edit the selected item in theJComboBox
field.Modifier and TypeMethodDescriptionvoid
JComboBox.configureEditor
(ComboBoxEditor anEditor, Object anItem) Initializes the editor with the specified item.void
JComboBox.setEditor
(ComboBoxEditor anEditor) Sets the editor used to paint and edit the selected item in theJComboBox
field. -
Uses of ComboBoxEditor in javax.swing.plaf.basic
Modifier and TypeClassDescriptionclass
The default editor for editable combo boxes.static class
A subclass of BasicComboBoxEditor that implements UIResource.Modifier and TypeMethodDescriptionprotected ComboBoxEditor
BasicComboBoxUI.createEditor()
Creates the default editor that will be used in editable combo boxes. -
Uses of ComboBoxEditor in javax.swing.plaf.metal
Modifier and TypeClassDescriptionclass
The default editor for Metal editable combo boxesstatic class
A subclass of BasicComboBoxEditor that implements UIResource.