net.infonode.properties.propertymap |
Property maps are used for storage of property values. The classes in this package are NOT thread safe, all method
calls must be made in the AWT event thread.
|
Java Source File Name | Type | Comment |
PropertyMap.java | Interface | A property map contains values for some or all properties in a
PropertyMapGroup . |
PropertyMapContainer.java | Class | Base class for property classes that use a
PropertyMap . |
PropertyMapFactory.java | Class | Contains factory methods for
PropertyMap . |
PropertyMapGroup.java | Class | A property group containing properties for which values can be set in a property map. |
PropertyMapImpl.java | Class | |
PropertyMapListener.java | Interface | Listener interface for property value changes in a property map. |
PropertyMapManager.java | Class | Utility class for performing multiple modifications to
PropertyMap 's and merging change notifications to
optimize performance. |
PropertyMapProperty.java | Class | An immutable property which has
PropertyMap 's as values. |
PropertyMapTreeListener.java | Interface | Listener interface for property value changes in a property map and it's child maps. |
PropertyMapUtil.java | Class | Property map utility methods. |
PropertyMapValueHandler.java | Class | Property value handler for property maps. |
PropertyMapWeakListenerManager.java | Class | Handles weak
PropertyMap listeners which are garbage collected and removed from the
PropertyMap object on which it listens when there are no strong or soft references to the listeners. |