Uses of Class
org.enhydra.zeus.binding.Property

Packages that use Property
org.enhydra.zeus.binding 

Uses of Property in org.enhydra.zeus.binding
 

Classes in org.enhydra.zeus.binding that implement Property
class BaseProperty
           Property implements the Binding interface and defines behavior for a property of a Java class.
class ContainerProperty
           ContainerProperty implements the Binding, Property, and Container interfaces, and provides for a complex object that is itself a property.
 

Methods in org.enhydra.zeus.binding with parameters of type Property
voidBaseContainer.addProperty(Property property)
           This will add a Property to the member variables of this Container.
voidContainer.addProperty(Property property)
           This will add a Property to the member variables of this Container.
voidContainerProperty.addProperty(Property property)
           This will add a Property to the member variables of this Container.