|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JListBinding | |
---|---|
org.jdesktop.swingbinding | Provides support for binding to complex Swing components, and documentation on the interesting Swing properties to bind to. |
Uses of JListBinding in org.jdesktop.swingbinding |
---|
Methods in org.jdesktop.swingbinding that return JListBinding | ||
---|---|---|
static
|
SwingBindings.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
|
SwingBindings.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
|
SwingBindings.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
|
SwingBindings.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
|
SwingBindings.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
|
SwingBindings.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
|
SwingBindings.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
|
SwingBindings.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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |