Method Summary |
|
public boolean | containsPropertySet(Class<? extends Annotation> propertySet) Returns true if the PropertyMap contains one or more values for the specified
PropertySet, false otherwise. |
public PropertyMap | getDelegateMap() Returns a delegate base property map from which values will be derived if not found within
the local property map. |
public Class | getMapClass() Returns the PropertySet or Control interface class associated with the PropertyMap. |
public Object | getProperty(PropertyKey key) Returns the property value specified by 'key' within this map. |
public T | getPropertySet(Class<T> propertySet) Returns a PropertySet proxy instance that derives its data from the contents of
the property map. |
protected boolean | isValidKey(PropertyKey key) |
public synchronized void | setDelegateMap(PropertyMap delegateMap) Sets a delegate base property map from which values will be derived if not found within
the local property map. |
protected void | setMapClass(Class mapClass) Sets the PropertySet or Control interface associated with this map. |