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