Uses of Package
com.togethersoft.openapi.util.propertyMap

Packages that use com.togethersoft.openapi.util.propertyMap
com.togethersoft.openapi.ide.inspector.util.property 
com.togethersoft.openapi.sci.pattern 
com.togethersoft.openapi.util.propertyMap 

Classes in com.togethersoft.openapi.util.propertyMap used by com.togethersoft.openapi.ide.inspector.util.property
MultipleDirectPropertyMapInspectorProperty
           As in MultiplePropertyMapProperty the value is PropertyMap containing multiple Properties with the same key.
MultiplePropertyMapInspectorProperty
           Represents InspectorProperty which keeps PropertyMap containing multiple Properties with the same key.
PropertyMapInspectorProperty
           Allows to inspect certain property from existing PropertyMap.
 

Classes in com.togethersoft.openapi.util.propertyMap used by com.togethersoft.openapi.sci.pattern
SciPattern
           A pattern performing special kinds of actions upon an object (objects).
 

Classes in com.togethersoft.openapi.util.propertyMap used by com.togethersoft.openapi.util.propertyMap
DefaultPropertyMap
           DefaultPropertyMap class is a generic-use implementation of a PropertyMap interface.
DefaultPropertyMap.DefaultProperty
          
PropertiesAdapter
           Default implementation of IProperties.
Property
           Represents a property - a key-value pair.
PropertyAdapter
           Default implementation of the Property interace.
PropertyMap
           Provides a flexibile mechanism for working with object's properties.
PropertyMapAdapter
           A simple implementation of a PropertyMapListener interface.
PropertyMapEvent
           The PropertyMapEvent is used in implementaions of PropertyMap interface to deliver information about changes in a property.
PropertyMapListener
           A listener of a property.
PropertyProvider
           Class which implements this interface will have ability to have only one property with a number of values.
PropertyProviderAdapter
           Default implementation of PropertyProvider.
SinglePropertyProvider
          
SwitchablePropertyMap
           Represents PropertyMap with ability to switch to another PropertyMap.