Uses of Interface javax.swing.ComboBoxEditor

Uses in package javax.swing

Fields of type javax.swing.ComboBoxEditor

ComboBoxEditor
Editor that is responsible for editing an object in a combo box list.

Methods with parameter type javax.swing.ComboBoxEditor

void
This method initializes specified ComboBoxEditor to display given item.
void
Sets editor for this JComboBox

Methods with return type javax.swing.ComboBoxEditor

ComboBoxEditor
Returns editor component that is responsible for displaying/editing selected item in the combo box.

Uses in package javax.swing.plaf.metal

Classes implementing javax.swing.ComboBoxEditor

class
An editor used by the MetalComboBoxUI class.
class
A subclass of MetalComboBoxEditor that implements the UIResource interface.

Methods with return type javax.swing.ComboBoxEditor

ComboBoxEditor
Creates an editor for the combo box.

Uses in package javax.swing.plaf.basic

Classes implementing javax.swing.ComboBoxEditor

class
An editor used by the BasicComboBoxUI class.
class
A subclass of BasicComboBoxEditor that implements the BasicComboBoxEditor.UIResource interface.

Methods with return type javax.swing.ComboBoxEditor

ComboBoxEditor
Creates the component that will be responsible for displaying/editing the selected item in the combo box.