Uses of Interface
javax.swing.plaf.basic.ComboPopup
Packages that use ComboPopup
包
描述
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.
-
Uses of ComboPopup in javax.swing.plaf.basic
Classes in javax.swing.plaf.basic that implement ComboPopupFields in javax.swing.plaf.basic declared as ComboPopup修饰符和类Field描述protected ComboPopup
BasicComboBoxUI.popup
The implementation ofComboPopup
that is used to show the popup.Methods in javax.swing.plaf.basic that return ComboPopup修饰符和类方法描述protected ComboPopup
BasicComboBoxUI.createPopup()
Creates the popup portion of the combo box. -
Uses of ComboPopup in javax.swing.plaf.metal
Classes in javax.swing.plaf.metal that implement ComboPopup