Uses of Interface
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 AtomicProperty
           AtomicProperty implements the Binding and Property interfaces, and provides for a simple name/value property representation.
 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
 void Container.addProperty(Property property)
           This will add a Property to the member variables of this Container.
 void ContainerProperty.addProperty(Property property)
           This will add a Property to the member variables of this Container.
 void BaseContainer.addProperty(Property property)
           This will add a Property to the member variables of this Container.
 



Copyright © 2001 Enhydra. All Rights Reserved.