Package net.infonode.properties.propertymap
-
Interface Summary Interface Description PropertyMap A property map contains values for some or all properties in aPropertyMapGroup
.PropertyMapListener Listener interface for property value changes in a property map.PropertyMapTreeListener Listener interface for property value changes in a property map and it's child maps. -
Class Summary Class Description PropertyMapContainer Base class for property classes that use aPropertyMap
.PropertyMapFactory Contains factory methods forPropertyMap
.PropertyMapGroup A property group containing properties for which values can be set in a property map.PropertyMapImpl PropertyMapManager Utility class for performing multiple modifications toPropertyMap
's and merging change notifications to optimize performance.PropertyMapProperty An immutable property which hasPropertyMap
's as values.PropertyMapUtil Property map utility methods.PropertyMapValueHandler Property value handler for property maps.PropertyMapWeakListenerManager Handles weakPropertyMap
listeners which are garbage collected and removed from thePropertyMap
object on which it listens when there are no strong or soft references to the listeners.