Package | Description |
---|---|
org.jdesktop.beansbinding |
Provides support for defining properties and creating bindings between
sets of two properties.
|
Modifier and Type | Method | Description |
---|---|---|
static <S,V> BeanProperty<S,V> |
BeanProperty.create(java.lang.String path) |
Creates an instance of
BeanProperty for the given path. |
static <S,V> BeanProperty<S,V> |
BeanProperty.create(Property<S,?> baseProperty,
java.lang.String path) |
Creates an instance of
BeanProperty for the given base property
and path. |