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 aJComboBoxBindingfrom direct references to aListandJComboBox.static <E> JComboBoxBinding<E,List<E>, JComboBox> SwingBindings.createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, List<E> sourceList, JComboBox targetJComboBox, String name) Creates a namedJComboBoxBindingfrom direct references to aListandJComboBox.static <E,TS> JComboBoxBinding<E, List<E>, TS> SwingBindings.createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, List<E> sourceList, TS targetObject, Property<TS, ? extends JComboBox> targetJComboBoxProperty) Creates aJComboBoxBindingfrom a direct reference to aListand 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 namedJComboBoxBindingfrom a direct reference to aListand 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 aJComboBoxBindingfrom an object and property that resolves to aListand 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 namedJComboBoxBindingfrom an object and property that resolves to aListand 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 aJComboBoxBindingfrom an object and property that resolves to aListand 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 namedJComboBoxBindingfrom an object and property that resolves to aListand an object and property that resolves to aJComboBox.