Uses of Class
org.jdesktop.swingx.JXComboBox
Packages that use JXComboBox
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
-
Uses of JXComboBox in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return JXComboBoxModifier and TypeMethodDescriptionJXComboBox<?>
JXComboBox.ComboBoxAdapter.getComboBox()
Typesafe accessor for the target component.Constructors in org.jdesktop.swingx with parameters of type JXComboBoxModifierConstructorDescriptionComboBoxAdapter
(JXComboBox<?> component) Constructs aListAdapter
for the specified target JXList.