Uses of Interface javax.swing.ComboBoxEditor

Uses in package javax.swing.plaf.basic

Classes implementing javax.swing.ComboBoxEditor

class
This is a component that is responsible for displaying/editting selected item in comboBox.
class

Methods with return type javax.swing.ComboBoxEditor

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

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.