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 classPropertyContainerProvides helper methods for working with instance or class properties.classPropertyGroupThis 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 PropertyMapPropertyManager. propsDefault property containerMethods in org.jboss.util.property that return PropertyMap Modifier and Type Method Description static PropertyMapPropertyManager. getDefaultPropertyMap()Get the default PropertyMap.Methods in org.jboss.util.property with parameters of type PropertyMap Modifier and Type Method Description voidConfigurable. configure(PropertyMap props)Configure this object with the given properties.voidBoundPropertyAdapter. propertyBound(PropertyMap map)Notifies that this listener was bound to a property.voidBoundPropertyListener. propertyBound(PropertyMap map)Notifies that this listener was bound to a property.voidFieldBoundPropertyListener. propertyBound(PropertyMap map)Notifies that this listener was bound to a property.voidMethodBoundPropertyListener. propertyBound(PropertyMap map)Notifies that this listener was bound to a property.voidBoundPropertyAdapter. propertyUnbound(PropertyMap map)Notifies that this listener was unbound from a property.voidBoundPropertyListener. propertyUnbound(PropertyMap map)Notifies that this listener was unbound from a property.
-