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
Fields in org.jdesktop.swingx declared as JXComboBoxModifier and TypeFieldDescriptionprivate final JXComboBox
JXComboBox.ComboBoxAdapter.comboBox
private JXComboBox
JXSearchPanel.searchCriteria
Methods in org.jdesktop.swingx that return JXComboBoxModifier and TypeMethodDescriptionJXComboBox.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.