|
||||||||||
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 |
AtomicProperty
AtomicProperty implements the
and
interfaces, and provides
for a simple name/value property representation. |
class |
BaseProperty
implements the
interface and defines behavior for a property of a Java class. |
class |
ContainerProperty
ContainerProperty implements the
,
, and
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 to
the member variables of this Container . |
void |
ContainerProperty.addProperty(Property property)
This will add a to
the member variables of this Container . |
void |
BaseContainer.addProperty(Property property)
This will add a to
the member variables of this Container . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |