Uses of Class
org.jdesktop.swingbinding.JComboBoxBinding
Packages that use JComboBoxBinding
Package
Description
Provides support for binding to complex Swing components, and
documentation on the interesting Swing properties to bind to.
-
Uses of JComboBoxBinding in org.jdesktop.swingbinding
Methods in org.jdesktop.swingbinding that return JComboBoxBindingModifier and TypeMethodDescriptionstatic <E> JComboBoxBinding
<E, List<E>, JComboBox> SwingBindings.createJComboBoxBinding
(AutoBinding.UpdateStrategy strategy, List<E> sourceList, JComboBox targetJComboBox) Creates aJComboBoxBinding
from direct references to aList
andJComboBox
.static <E> JComboBoxBinding
<E, List<E>, JComboBox> SwingBindings.createJComboBoxBinding
(AutoBinding.UpdateStrategy strategy, List<E> sourceList, JComboBox targetJComboBox, String name) Creates a namedJComboBoxBinding
from direct references to aList
andJComboBox
.static <E,
TS> JComboBoxBinding <E, List<E>, TS> SwingBindings.createJComboBoxBinding
(AutoBinding.UpdateStrategy strategy, List<E> sourceList, TS targetObject, Property<TS, ? extends JComboBox> targetJComboBoxProperty) Creates aJComboBoxBinding
from a direct reference to aList
and an object and property that resolves to aJComboBox
.static <E,
TS> JComboBoxBinding <E, List<E>, TS> SwingBindings.createJComboBoxBinding
(AutoBinding.UpdateStrategy strategy, List<E> sourceList, TS targetObject, Property<TS, ? extends JComboBox> targetJComboBoxProperty, String name) Creates a namedJComboBoxBinding
from a direct reference to aList
and an object and property that resolves to aJComboBox
.static <E,
SS> JComboBoxBinding <E, SS, JComboBox> SwingBindings.createJComboBoxBinding
(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS, List<E>> sourceListProperty, JComboBox targetJComboBox) Creates aJComboBoxBinding
from an object and property that resolves to aList
and a direct reference to aJComboBox
.static <E,
SS> JComboBoxBinding <E, SS, JComboBox> SwingBindings.createJComboBoxBinding
(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS, List<E>> sourceListProperty, JComboBox targetJComboBox, String name) Creates a namedJComboBoxBinding
from an object and property that resolves to aList
and a direct reference to aJComboBox
.static <E,
SS, TS> JComboBoxBinding <E, SS, TS> SwingBindings.createJComboBoxBinding
(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS, List<E>> sourceListProperty, TS targetObject, Property<TS, ? extends JComboBox> targetJComboBoxProperty) Creates aJComboBoxBinding
from an object and property that resolves to aList
and an object and property that resolves to aJComboBox
.static <E,
SS, TS> JComboBoxBinding <E, SS, TS> SwingBindings.createJComboBoxBinding
(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS, List<E>> sourceListProperty, TS targetObject, Property<TS, ? extends JComboBox> targetJComboBoxProperty, String name) Creates a namedJComboBoxBinding
from an object and property that resolves to aList
and an object and property that resolves to aJComboBox
.