Uses of Class javax.swing.JComboBox

Uses in package javax.swing.plaf

Methods with parameter type javax.swing.JComboBox

boolean
Determines whether the combo box can receive input focus.
boolean
Determines whether the popup button is currently visible.
void
ComboBoxUI.setPopupVisible(JComboBox c, boolean visible)
Sets the visibility of the popup button.

Uses in package javax.swing.plaf.multi

Methods with parameter type javax.swing.JComboBox

boolean
Calls the ComboBoxUI.isFocusTraversable(JComboBox) method for all the UI delegates managed by this MultiComboBoxUI, returning the result for the UI delegate from the primary look and feel.
boolean
Calls the ComboBoxUI.isPopupVisible(JComboBox) method for all the UI delegates managed by this MultiComboBoxUI, returning the result for the UI delegate from the primary look and feel.
void
Calls the ComboBoxUI.setPopupVisible(JComboBox,boolean) method for all the UI delegates managed by this MultiComboBoxUI.

Uses in package javax.swing

Constructors with parameter type javax.swing.JComboBox

Constructor DefaultCellEditor that uses the combo box.

Uses in package javax.swing.plaf.metal

Constructors with parameter type javax.swing.JComboBox

Creates a new button.
Creates a new button.
Creates a new popup.

Fields of type javax.swing.JComboBox

JComboBox
A reference to the JComboBox that the button belongs to.

Methods with parameter type javax.swing.JComboBox

void
Sets the combo box that the button is used with.

Methods with return type javax.swing.JComboBox

JComboBox
Returns the combo box that the button is used with.

Uses in package javax.swing.plaf.basic

Constructors with parameter type javax.swing.JComboBox

Creates a new BasicComboPopup object.

Fields of type javax.swing.JComboBox

JComboBox
The combo box represented by this UI delegate.
JComboBox
ComboBox associated with this popup

Methods with parameter type javax.swing.JComboBox

boolean
JComboBox is focus traversable if it is editable and not otherwise.
boolean
Returns true if the popup is visible, and false otherwise.
void
Displays/hides the JComboBox's list of items on the screen.