public class SwingBindings
extends java.lang.Object
Binding
implementations provided by this package. See the
package summary for full details on
binding to Swing components.| Modifier and Type | Method | Description |
|---|---|---|
static <E> JComboBoxBinding<E,java.util.List<E>,javax.swing.JComboBox> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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. |
static <E> JListBinding<E,java.util.List<E>,javax.swing.JList> |
createJListBinding(AutoBinding.UpdateStrategy strategy,
java.util.List<E> sourceList,
javax.swing.JList targetJList) |
Creates a
JListBinding from direct references to a List and JList. |
static <E> JListBinding<E,java.util.List<E>,javax.swing.JList> |
createJListBinding(AutoBinding.UpdateStrategy strategy,
java.util.List<E> sourceList,
javax.swing.JList targetJList,
java.lang.String name) |
Creates a named
JListBinding from direct references to a List and JList. |
static <E,TS> JListBinding<E,java.util.List<E>,TS> |
createJListBinding(AutoBinding.UpdateStrategy strategy,
java.util.List<E> sourceList,
TS targetObject,
Property<TS,? extends javax.swing.JList> targetJListProperty) |
Creates a
JListBinding from a direct reference to a List and an object and property that resolves to a JList. |
static <E,TS> JListBinding<E,java.util.List<E>,TS> |
createJListBinding(AutoBinding.UpdateStrategy strategy,
java.util.List<E> sourceList,
TS targetObject,
Property<TS,? extends javax.swing.JList> targetJListProperty,
java.lang.String name) |
Creates a named
JListBinding from a direct reference to a List and an object and property that resolves to a JList. |
static <E,SS> JListBinding<E,SS,javax.swing.JList> |
createJListBinding(AutoBinding.UpdateStrategy strategy,
SS sourceObject,
Property<SS,java.util.List<E>> sourceListProperty,
javax.swing.JList targetJList) |
Creates a
JListBinding from an object and property that resolves to a List and a direct reference to a JList. |
static <E,SS> JListBinding<E,SS,javax.swing.JList> |
createJListBinding(AutoBinding.UpdateStrategy strategy,
SS sourceObject,
Property<SS,java.util.List<E>> sourceListProperty,
javax.swing.JList targetJList,
java.lang.String name) |
Creates a named
JListBinding from an object and property that resolves to a List and a direct reference to a JList. |
static <E,SS,TS> JListBinding<E,SS,TS> |
createJListBinding(AutoBinding.UpdateStrategy strategy,
SS sourceObject,
Property<SS,java.util.List<E>> sourceListProperty,
TS targetObject,
Property<TS,? extends javax.swing.JList> targetJListProperty) |
Creates a
JListBinding from an object and property that resolves to a List and an object and property that resolves to a JList. |
static <E,SS,TS> JListBinding<E,SS,TS> |
createJListBinding(AutoBinding.UpdateStrategy strategy,
SS sourceObject,
Property<SS,java.util.List<E>> sourceListProperty,
TS targetObject,
Property<TS,? extends javax.swing.JList> targetJListProperty,
java.lang.String name) |
Creates a named
JListBinding from an object and property that resolves to a List and an object and property that resolves to a JList. |
static <E> JTableBinding<E,java.util.List<E>,javax.swing.JTable> |
createJTableBinding(AutoBinding.UpdateStrategy strategy,
java.util.List<E> sourceList,
javax.swing.JTable targetJTable) |
Creates a
JTableBinding from direct references to a List and JTable. |
static <E> JTableBinding<E,java.util.List<E>,javax.swing.JTable> |
createJTableBinding(AutoBinding.UpdateStrategy strategy,
java.util.List<E> sourceList,
javax.swing.JTable targetJTable,
java.lang.String name) |
Creates a named
JTableBinding from direct references to a List and JTable. |
static <E,TS> JTableBinding<E,java.util.List<E>,TS> |
createJTableBinding(AutoBinding.UpdateStrategy strategy,
java.util.List<E> sourceList,
TS targetObject,
Property<TS,? extends javax.swing.JTable> targetJTableProperty) |
Creates a
JTableBinding from a direct reference to a List and an object and property that resolves to a JTable. |
static <E,TS> JTableBinding<E,java.util.List<E>,TS> |
createJTableBinding(AutoBinding.UpdateStrategy strategy,
java.util.List<E> sourceList,
TS targetObject,
Property<TS,? extends javax.swing.JTable> targetJTableProperty,
java.lang.String name) |
Creates a named
JTableBinding from a direct reference to a List and an object and property that resolves to a JTable. |
static <E,SS> JTableBinding<E,SS,javax.swing.JTable> |
createJTableBinding(AutoBinding.UpdateStrategy strategy,
SS sourceObject,
Property<SS,java.util.List<E>> sourceListProperty,
javax.swing.JTable targetJTable) |
Creates a
JTableBinding from an object and property that resolves to a List and a direct reference to a JTable. |
static <E,SS> JTableBinding<E,SS,javax.swing.JTable> |
createJTableBinding(AutoBinding.UpdateStrategy strategy,
SS sourceObject,
Property<SS,java.util.List<E>> sourceListProperty,
javax.swing.JTable targetJTable,
java.lang.String name) |
Creates a named
JTableBinding from an object and property that resolves to a List and a direct reference to a JTable. |
static <E,SS,TS> JTableBinding<E,SS,TS> |
createJTableBinding(AutoBinding.UpdateStrategy strategy,
SS sourceObject,
Property<SS,java.util.List<E>> sourceListProperty,
TS targetObject,
Property<TS,? extends javax.swing.JTable> targetJTableProperty) |
Creates a
JTableBinding from an object and property that resolves to a List and an object and property that resolves to a JTable. |
static <E,SS,TS> JTableBinding<E,SS,TS> |
createJTableBinding(AutoBinding.UpdateStrategy strategy,
SS sourceObject,
Property<SS,java.util.List<E>> sourceListProperty,
TS targetObject,
Property<TS,? extends javax.swing.JTable> targetJTableProperty,
java.lang.String name) |
Creates a named
JTableBinding from an object and property that resolves to a List and an object and property that resolves to a JTable. |
public static <E> JListBinding<E,java.util.List<E>,javax.swing.JList> createJListBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, javax.swing.JList targetJList)
JListBinding from direct references to a List and JList.strategy - the update strategysourceList - the source ListtargetJList - the target JListJTableBindingpublic static <E> JListBinding<E,java.util.List<E>,javax.swing.JList> createJListBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, javax.swing.JList targetJList, java.lang.String name)
JListBinding from direct references to a List and JList.strategy - the update strategysourceList - the source ListtargetJList - the target JListJListBindingpublic static <E,SS> JListBinding<E,SS,javax.swing.JList> createJListBinding(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS,java.util.List<E>> sourceListProperty, javax.swing.JList targetJList)
JListBinding from an object and property that resolves to a List and a direct reference to a JList.strategy - the update strategysourceObject - the source objectsourceListProperty - a property on the source object that resolves to a ListtargetJList - the target JListJListBindingjava.lang.IllegalArgumentException - if sourceListProperty is nullpublic static <E,SS> JListBinding<E,SS,javax.swing.JList> createJListBinding(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS,java.util.List<E>> sourceListProperty, javax.swing.JList targetJList, java.lang.String name)
JListBinding from an object and property that resolves to a List and a direct reference to a JList.strategy - the update strategysourceObject - the source objectsourceListProperty - a property on the source object that resolves to a ListtargetJList - the target JListJListBindingjava.lang.IllegalArgumentException - if sourceListProperty is nullpublic static <E,TS> JListBinding<E,java.util.List<E>,TS> createJListBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, TS targetObject, Property<TS,? extends javax.swing.JList> targetJListProperty)
JListBinding from a direct reference to a List and an object and property that resolves to a JList.strategy - the update strategysourceList - the source ListtargetObject - the target objecttargetJListProperty - a property on the target object that resolves to a JListJListBindingjava.lang.IllegalArgumentException - if targetJListProperty is nullpublic static <E,TS> JListBinding<E,java.util.List<E>,TS> createJListBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, TS targetObject, Property<TS,? extends javax.swing.JList> targetJListProperty, java.lang.String name)
JListBinding from a direct reference to a List and an object and property that resolves to a JList.strategy - the update strategysourceList - the source ListtargetObject - the target objecttargetJListProperty - a property on the target object that resolves to a JListJListBindingjava.lang.IllegalArgumentException - if targetJListProperty is nullpublic static <E,SS,TS> JListBinding<E,SS,TS> createJListBinding(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS,java.util.List<E>> sourceListProperty, TS targetObject, Property<TS,? extends javax.swing.JList> targetJListProperty)
JListBinding from an object and property that resolves to a List and an object and property that resolves to a JList.strategy - the update strategysourceObject - the source objectsourceListProperty - a property on the source object that resolves to a ListtargetObject - the target objecttargetJListProperty - a property on the target object that resolves to a JListJListBindingjava.lang.IllegalArgumentException - if sourceListProperty or targetJListProperty is nullpublic static <E,SS,TS> JListBinding<E,SS,TS> createJListBinding(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS,java.util.List<E>> sourceListProperty, TS targetObject, Property<TS,? extends javax.swing.JList> targetJListProperty, java.lang.String name)
JListBinding from an object and property that resolves to a List and an object and property that resolves to a JList.strategy - the update strategysourceObject - the source objectsourceListProperty - a property on the source object that resolves to a ListtargetObject - the target objecttargetJListProperty - a property on the target object that resolves to a JListJListBindingjava.lang.IllegalArgumentException - if sourceListProperty or targetJListProperty is nullpublic static <E> JTableBinding<E,java.util.List<E>,javax.swing.JTable> createJTableBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, javax.swing.JTable targetJTable)
JTableBinding from direct references to a List and JTable.strategy - the update strategysourceList - the source ListtargetJTable - the target JTableJTableBindingpublic static <E> JTableBinding<E,java.util.List<E>,javax.swing.JTable> createJTableBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, javax.swing.JTable targetJTable, java.lang.String name)
JTableBinding from direct references to a List and JTable.strategy - the update strategysourceList - the source ListtargetJTable - the target JTableJTableBindingpublic static <E,SS> JTableBinding<E,SS,javax.swing.JTable> createJTableBinding(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS,java.util.List<E>> sourceListProperty, javax.swing.JTable targetJTable)
JTableBinding from an object and property that resolves to a List and a direct reference to a JTable.strategy - the update strategysourceObject - the source objectsourceListProperty - a property on the source object that resolves to a ListtargetJTable - the target JTableJTableBindingjava.lang.IllegalArgumentException - if sourceListProperty is nullpublic static <E,SS> JTableBinding<E,SS,javax.swing.JTable> createJTableBinding(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS,java.util.List<E>> sourceListProperty, javax.swing.JTable targetJTable, java.lang.String name)
JTableBinding from an object and property that resolves to a List and a direct reference to a JTable.strategy - the update strategysourceObject - the source objectsourceListProperty - a property on the source object that resolves to a ListtargetJTable - the target JTableJTableBindingjava.lang.IllegalArgumentException - if sourceListProperty is nullpublic static <E,TS> JTableBinding<E,java.util.List<E>,TS> createJTableBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, TS targetObject, Property<TS,? extends javax.swing.JTable> targetJTableProperty)
JTableBinding from a direct reference to a List and an object and property that resolves to a JTable.strategy - the update strategysourceList - the source ListtargetObject - the target objecttargetJTableProperty - a property on the target object that resolves to a JTableJTableBindingjava.lang.IllegalArgumentException - if targetJTableProperty is nullpublic static <E,TS> JTableBinding<E,java.util.List<E>,TS> createJTableBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, TS targetObject, Property<TS,? extends javax.swing.JTable> targetJTableProperty, java.lang.String name)
JTableBinding from a direct reference to a List and an object and property that resolves to a JTable.strategy - the update strategysourceList - the source ListtargetObject - the target objecttargetJTableProperty - a property on the target object that resolves to a JTableJTableBindingjava.lang.IllegalArgumentException - if targetJTableProperty is nullpublic static <E,SS,TS> JTableBinding<E,SS,TS> createJTableBinding(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS,java.util.List<E>> sourceListProperty, TS targetObject, Property<TS,? extends javax.swing.JTable> targetJTableProperty)
JTableBinding from an object and property that resolves to a List and an object and property that resolves to a JTable.strategy - the update strategysourceObject - the source objectsourceListProperty - a property on the source object that resolves to a ListtargetObject - the target objecttargetJTableProperty - a property on the target object that resolves to a JTableJTableBindingjava.lang.IllegalArgumentException - if sourceListProperty or targetJTableProperty is nullpublic static <E,SS,TS> JTableBinding<E,SS,TS> createJTableBinding(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS,java.util.List<E>> sourceListProperty, TS targetObject, Property<TS,? extends javax.swing.JTable> targetJTableProperty, java.lang.String name)
JTableBinding from an object and property that resolves to a List and an object and property that resolves to a JTable.strategy - the update strategysourceObject - the source objectsourceListProperty - a property on the source object that resolves to a ListtargetObject - the target objecttargetJTableProperty - a property on the target object that resolves to a JTableJTableBindingjava.lang.IllegalArgumentException - if sourceListProperty or targetJTableProperty is nullpublic static <E> JComboBoxBinding<E,java.util.List<E>,javax.swing.JComboBox> createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, javax.swing.JComboBox targetJComboBox)
JComboBoxBinding from direct references to a List and JComboBox.strategy - the update strategysourceList - the source ListtargetJComboBox - the target JComboBoxJComboBoxBindingpublic static <E> JComboBoxBinding<E,java.util.List<E>,javax.swing.JComboBox> createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, javax.swing.JComboBox targetJComboBox, java.lang.String name)
JComboBoxBinding from direct references to a List and JComboBox.strategy - the update strategysourceList - the source ListtargetJComboBox - the target JComboBoxJComboBoxBindingpublic static <E,SS> JComboBoxBinding<E,SS,javax.swing.JComboBox> createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS,java.util.List<E>> sourceListProperty, javax.swing.JComboBox targetJComboBox)
JComboBoxBinding from an object and property that resolves to a List and a direct reference to a JComboBox.strategy - the update strategysourceObject - the source objectsourceListProperty - a property on the source object that resolves to a ListtargetJComboBox - the target JComboBoxJComboBoxBindingjava.lang.IllegalArgumentException - if sourceListProperty is nullpublic static <E,SS> JComboBoxBinding<E,SS,javax.swing.JComboBox> createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS,java.util.List<E>> sourceListProperty, javax.swing.JComboBox targetJComboBox, java.lang.String name)
JComboBoxBinding from an object and property that resolves to a List and a direct reference to a JComboBox.strategy - the update strategysourceObject - the source objectsourceListProperty - a property on the source object that resolves to a ListtargetJComboBox - the target JComboBoxJComboBoxBindingjava.lang.IllegalArgumentException - if sourceListProperty is nullpublic static <E,TS> JComboBoxBinding<E,java.util.List<E>,TS> createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, TS targetObject, Property<TS,? extends javax.swing.JComboBox> targetJComboBoxProperty)
JComboBoxBinding from a direct reference to a List and an object and property that resolves to a JComboBox.strategy - the update strategysourceList - the source ListtargetObject - the target objecttargetJComboBoxProperty - a property on the target object that resolves to a JComboBoxJComboBoxBindingjava.lang.IllegalArgumentException - if targetJComboBoxProperty is nullpublic static <E,TS> JComboBoxBinding<E,java.util.List<E>,TS> createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, java.util.List<E> sourceList, TS targetObject, Property<TS,? extends javax.swing.JComboBox> targetJComboBoxProperty, java.lang.String name)
JComboBoxBinding from a direct reference to a List and an object and property that resolves to a JComboBox.strategy - the update strategysourceList - the source ListtargetObject - the target objecttargetJComboBoxProperty - a property on the target object that resolves to a JComboBoxJComboBoxBindingjava.lang.IllegalArgumentException - if targetJComboBoxProperty is nullpublic static <E,SS,TS> JComboBoxBinding<E,SS,TS> createJComboBoxBinding(AutoBinding.UpdateStrategy strategy, SS sourceObject, Property<SS,java.util.List<E>> sourceListProperty, TS targetObject, Property<TS,? extends javax.swing.JComboBox> targetJComboBoxProperty)
JComboBoxBinding from an object and property that resolves to a List and an object and property that resolves to a JComboBox.strategy - the update strategysourceObject - the source objectsourceListProperty - a property on the source object that resolves to a ListtargetObject - the target objecttargetJComboBoxProperty - a property on the target object that resolves to a JComboBoxJComboBoxBindingjava.lang.IllegalArgumentException - if sourceListProperty or targetJComboBoxProperty is nullpublic static <E,SS,TS> JComboBoxBinding<E,SS,TS> 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)
JComboBoxBinding from an object and property that resolves to a List and an object and property that resolves to a JComboBox.strategy - the update strategysourceObject - the source objectsourceListProperty - a property on the source object that resolves to a ListtargetObject - the target objecttargetJComboBoxProperty - a property on the target object that resolves to a JComboBoxJComboBoxBindingjava.lang.IllegalArgumentException - if sourceListProperty or targetJComboBoxProperty is null