Uses of Class
org.jdesktop.beansbinding.PropertyHelper
Packages that use PropertyHelper
Package
Description
Provides support for defining properties and creating bindings between
sets of two properties.
-
Uses of PropertyHelper in org.jdesktop.beansbinding
Subclasses of PropertyHelper in org.jdesktop.beansbindingModifier and TypeClassDescriptionfinal class
BeanProperty<S,
V> An implementation ofProperty
that uses a simple dot-separated path syntax to address Java Beans properties of source objects.final class
ELProperty<S,
V> An implementation ofProperty
that allows Java Beans properties of source objects to be addressed using a simple dot-separated path syntax within an EL expression.