|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyMap | |
org.jboss.util.property | An advanced property access, managment and notification system. |
Uses of PropertyMap in org.jboss.util.property |
Subclasses of PropertyMap in org.jboss.util.property | |
class |
PropertyContainer
Provides helper methods for working with instance or class properties. |
class |
PropertyGroup
This is a helper class to access a group of properties with out having to refer to their full names. |
Methods in org.jboss.util.property that return PropertyMap | |
static PropertyMap |
PropertyManager.getDefaultPropertyMap()
Get the default PropertyMap. |
Methods in org.jboss.util.property with parameters of type PropertyMap | |
void |
MethodBoundPropertyListener.propertyBound(PropertyMap map)
Notifies that this listener was bound to a property. |
void |
FieldBoundPropertyListener.propertyBound(PropertyMap map)
Notifies that this listener was bound to a property. |
void |
Configurable.configure(PropertyMap props)
Configure this object with the given properties. |
void |
BoundPropertyListener.propertyBound(PropertyMap map)
Notifies that this listener was bound to a property. |
void |
BoundPropertyListener.propertyUnbound(PropertyMap map)
Notifies that this listener was unbound from a property. |
void |
BoundPropertyAdapter.propertyBound(PropertyMap map)
Notifies that this listener was bound to a property. |
void |
BoundPropertyAdapter.propertyUnbound(PropertyMap map)
Notifies that this listener was unbound from a property. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |