站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

Uses of Class org.jboss.util.property.PropertyMap (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


Uses of Class
org.jboss.util.property.PropertyMap

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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.