Uses of Class javax.swing.JComboBox

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 for which this UI delegate is for
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
This method checks if popup part of the combo box is visible on the screen
void
Displays/Hides JComboBox's list of items on the screen.

Uses in package javax.swing

Constructors with parameter type javax.swing.JComboBox

Constructor DefaultCellEditor

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.