Uses of Class
org.jboss.util.property.PropertyMap
-
Packages that use PropertyMap Package Description 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 Modifier and Type Class Description 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.Fields in org.jboss.util.property declared as PropertyMap Modifier and Type Field Description private static PropertyMap
PropertyManager. props
Default property containerMethods in org.jboss.util.property that return PropertyMap Modifier and Type Method Description static PropertyMap
PropertyManager. getDefaultPropertyMap()
Get the default PropertyMap.Methods in org.jboss.util.property with parameters of type PropertyMap Modifier and Type Method Description void
Configurable. configure(PropertyMap props)
Configure this object with the given properties.void
BoundPropertyAdapter. propertyBound(PropertyMap map)
Notifies that this listener was bound to a property.void
BoundPropertyListener. 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
MethodBoundPropertyListener. 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.void
BoundPropertyListener. propertyUnbound(PropertyMap map)
Notifies that this listener was unbound from a property.
-