Package | Description |
---|---|
org.jdesktop.beansbinding |
Provides support for defining properties and creating bindings between
sets of two properties.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BeanProperty<S,V> |
An implementation of
Property that uses a simple dot-separated path
syntax to address Java Beans properties of source objects. |
class |
ELProperty<S,V> |
An implementation of
Property that allows Java Beans properties of
source objects to be addressed using a simple dot-separated path syntax
within an EL expression. |