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 List
targetJList
- the target JList
JTableBinding
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, java.lang.String name)
JListBinding
from direct references to a List
and JList
.strategy
- the update strategysourceList
- the source List
targetJList
- the target JList
JListBinding
public 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 List
targetJList
- the target JList
JListBinding
java.lang.IllegalArgumentException
- if sourceListProperty
is null
public 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 List
targetJList
- the target JList
JListBinding
java.lang.IllegalArgumentException
- if sourceListProperty
is null
public 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 List
targetObject
- the target objecttargetJListProperty
- a property on the target object that resolves to a JList
JListBinding
java.lang.IllegalArgumentException
- if targetJListProperty
is null
public 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 List
targetObject
- the target objecttargetJListProperty
- a property on the target object that resolves to a JList
JListBinding
java.lang.IllegalArgumentException
- if targetJListProperty
is null
public 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 List
targetObject
- the target objecttargetJListProperty
- a property on the target object that resolves to a JList
JListBinding
java.lang.IllegalArgumentException
- if sourceListProperty
or targetJListProperty
is null
public 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 List
targetObject
- the target objecttargetJListProperty
- a property on the target object that resolves to a JList
JListBinding
java.lang.IllegalArgumentException
- if sourceListProperty
or targetJListProperty
is null
public 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 List
targetJTable
- the target JTable
JTableBinding
public 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 List
targetJTable
- the target JTable
JTableBinding
public 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 List
targetJTable
- the target JTable
JTableBinding
java.lang.IllegalArgumentException
- if sourceListProperty
is null
public 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 List
targetJTable
- the target JTable
JTableBinding
java.lang.IllegalArgumentException
- if sourceListProperty
is null
public 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 List
targetObject
- the target objecttargetJTableProperty
- a property on the target object that resolves to a JTable
JTableBinding
java.lang.IllegalArgumentException
- if targetJTableProperty
is null
public 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 List
targetObject
- the target objecttargetJTableProperty
- a property on the target object that resolves to a JTable
JTableBinding
java.lang.IllegalArgumentException
- if targetJTableProperty
is null
public 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 List
targetObject
- the target objecttargetJTableProperty
- a property on the target object that resolves to a JTable
JTableBinding
java.lang.IllegalArgumentException
- if sourceListProperty
or targetJTableProperty
is null
public 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 List
targetObject
- the target objecttargetJTableProperty
- a property on the target object that resolves to a JTable
JTableBinding
java.lang.IllegalArgumentException
- if sourceListProperty
or targetJTableProperty
is null
public 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 List
targetJComboBox
- the target JComboBox
JComboBoxBinding
public 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 List
targetJComboBox
- the target JComboBox
JComboBoxBinding
public 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 List
targetJComboBox
- the target JComboBox
JComboBoxBinding
java.lang.IllegalArgumentException
- if sourceListProperty
is null
public 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 List
targetJComboBox
- the target JComboBox
JComboBoxBinding
java.lang.IllegalArgumentException
- if sourceListProperty
is null
public 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 List
targetObject
- the target objecttargetJComboBoxProperty
- a property on the target object that resolves to a JComboBox
JComboBoxBinding
java.lang.IllegalArgumentException
- if targetJComboBoxProperty
is null
public 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 List
targetObject
- the target objecttargetJComboBoxProperty
- a property on the target object that resolves to a JComboBox
JComboBoxBinding
java.lang.IllegalArgumentException
- if targetJComboBoxProperty
is null
public 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 List
targetObject
- the target objecttargetJComboBoxProperty
- a property on the target object that resolves to a JComboBox
JComboBoxBinding
java.lang.IllegalArgumentException
- if sourceListProperty
or targetJComboBoxProperty
is null
public 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 List
targetObject
- the target objecttargetJComboBoxProperty
- a property on the target object that resolves to a JComboBox
JComboBoxBinding
java.lang.IllegalArgumentException
- if sourceListProperty
or targetJComboBoxProperty
is null