Uses of Class
org.jdesktop.swingbinding.JComboBoxBinding

Packages that use JComboBoxBinding
org.jdesktop.swingbinding 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 JComboBoxBinding
static
<E> JComboBoxBinding<E,java.util.List<E>,javax.swing.JComboBox>
SwingBindings.createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, javax.swing.JComboBox targetJComboBox)
          Creates a JComboBoxBinding from direct references to a List and JComboBox.
static
<E> JComboBoxBinding<E,java.util.List<E>,javax.swing.JComboBox>
SwingBindings.createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, javax.swing.JComboBox targetJComboBox, java.lang.String name)
          Creates a named JComboBoxBinding from direct references to a List and JComboBox.
static
<E,TS> JComboBoxBinding<E,java.util.List<E>,TS>
SwingBindings.createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, TS targetObject, Property<TS,? extends javax.swing.JComboBox> targetJComboBoxProperty)
          Creates a JComboBoxBinding from a direct reference to a List and an object and property that resolves to a JComboBox.
static
<E,TS> JComboBoxBinding<E,java.util.List<E>,TS>
SwingBindings.createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, TS targetObject, Property<TS,? extends javax.swing.JComboBox> targetJComboBoxProperty, java.lang.String name)
          Creates a named JComboBoxBinding from a direct reference to a List and an object and property that resolves to a JComboBox.
static
<E,SS> JComboBoxBinding<E,SS,javax.swing.JComboBox>
SwingBindings.createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS,java.util.List<E>> sourceListProperty, javax.swing.JComboBox targetJComboBox)
          Creates a JComboBoxBinding from an object and property that resolves to a List and a direct reference to a JComboBox.
static
<E,SS> JComboBoxBinding<E,SS,javax.swing.JComboBox>
SwingBindings.createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS,java.util.List<E>> sourceListProperty, javax.swing.JComboBox targetJComboBox, java.lang.String name)
          Creates a named JComboBoxBinding from an object and property that resolves to a List and a direct reference to a JComboBox.
static
<E,SS,TS> JComboBoxBinding<E,SS,TS>
SwingBindings.createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS,java.util.List<E>> sourceListProperty, TS targetObject, Property<TS,? extends javax.swing.JComboBox> targetJComboBoxProperty)
          Creates a JComboBoxBinding from an object and property that resolves to a List and an object and property that resolves to a JComboBox.
static
<E,SS,TS> JComboBoxBinding<E,SS,TS>
SwingBindings.createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS,java.util.List<E>> sourceListProperty, TS targetObject, Property<TS,? extends javax.swing.JComboBox> targetJComboBoxProperty, java.lang.String name)
          Creates a named JComboBoxBinding from an object and property that resolves to a List and an object and property that resolves to a JComboBox.