| |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
void | BaseContainer.addProperty(Property property) This will add a Property to
the member variables of this Container . |
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 . |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |