Uses of Class
javax.swing.JComboBox
Packages that use JComboBox
包
描述
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides one interface and many abstract classes that Swing uses to provide
its pluggable look-and-feel capabilities.
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.
Provides user interface objects that combine two or more look and feels.
-
Uses of JComboBox in javax.swing
Constructors in javax.swing with parameters of type JComboBoxModifierConstructor描述DefaultCellEditor
(JComboBox<?> comboBox) Constructs aDefaultCellEditor
object that uses a combo box. -
Uses of JComboBox in javax.swing.plaf
Methods in javax.swing.plaf with parameters of type JComboBox修饰符和类方法描述abstract boolean
ComboBoxUI.isFocusTraversable
(JComboBox<?> c) Determine whether or not the combo box itself is traversableabstract boolean
ComboBoxUI.isPopupVisible
(JComboBox<?> c) Determine the visibility of the popupabstract void
ComboBoxUI.setPopupVisible
(JComboBox<?> c, boolean v) Set the visibility of the popup -
Uses of JComboBox in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic declared as JComboBox修饰符和类Field描述BasicComboBoxUI.comboBox
The instance ofJComboBox
.BasicComboPopup.comboBox
The instance ofJComboBox
.Methods in javax.swing.plaf.basic with parameters of type JComboBox修饰符和类方法描述boolean
BasicComboBoxUI.isFocusTraversable
(JComboBox<?> c) Determines if the JComboBox is focus traversable.boolean
BasicComboBoxUI.isPopupVisible
(JComboBox<?> c) Tells if the popup is visible or not.void
BasicComboBoxUI.setPopupVisible
(JComboBox<?> c, boolean v) Hides the popup.Constructors in javax.swing.plaf.basic with parameters of type JComboBoxModifierConstructor描述BasicComboPopup
(JComboBox<Object> combo) Constructs a new instance ofBasicComboPopup
. -
Uses of JComboBox in javax.swing.plaf.metal
Fields in javax.swing.plaf.metal declared as JComboBoxMethods in javax.swing.plaf.metal that return JComboBoxMethods in javax.swing.plaf.metal with parameters of type JComboBoxConstructors in javax.swing.plaf.metal with parameters of type JComboBoxModifierConstructor描述MetalComboBoxButton
(JComboBox<Object> cb, Icon i, boolean onlyIcon, CellRendererPane pane, JList<Object> list) Constructs a new instance ofMetalComboBoxButton
.MetalComboBoxButton
(JComboBox<Object> cb, Icon i, CellRendererPane pane, JList<Object> list) Constructs a new instance ofMetalComboBoxButton
.MetalComboPopup
(JComboBox<Object> cBox) Deprecated.Constructs a new instance ofMetalComboPopup
. -
Uses of JComboBox in javax.swing.plaf.multi
Methods in javax.swing.plaf.multi with parameters of type JComboBox修饰符和类方法描述boolean
MultiComboBoxUI.isFocusTraversable
(JComboBox<?> a) Invokes theisFocusTraversable
method on each UI handled by this object.boolean
MultiComboBoxUI.isPopupVisible
(JComboBox<?> a) Invokes theisPopupVisible
method on each UI handled by this object.void
MultiComboBoxUI.setPopupVisible
(JComboBox<?> a, boolean b) Invokes thesetPopupVisible
method on each UI handled by this object.