Uses of Class
org.jdesktop.beansbinding.BeanProperty
Packages that use BeanProperty
Package
Description
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 BeanPropertyModifier and TypeMethodDescriptionstatic final <S,
V> BeanProperty <S, V> Creates an instance ofBeanProperty
for the given path.static final <S,
V> BeanProperty <S, V> Creates an instance ofBeanProperty
for the given base property and path.