Uses of Class
com.togethersoft.openapi.util.propertyMap.PropertyMap

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

Uses of PropertyMap in com.togethersoft.openapi.ide.inspector.util.property
 

Fields in com.togethersoft.openapi.ide.inspector.util.property declared as PropertyMap
protected final PropertyMapPropertyMapInspectorProperty.myPropertyMap
          
 

Constructors in com.togethersoft.openapi.ide.inspector.util.property with parameters of type PropertyMap
MultipleDirectPropertyMapInspectorProperty.MultipleDirectPropertyMapInspectorProperty(PropertyMap map, Object key, Class valueType, Class editorClass)
           Constructs MultipleDirectPropertyMapInspectorProperty.
MultipleDirectPropertyMapInspectorProperty.MultipleDirectPropertyMapInspectorProperty(PropertyMap map, Object key)
           Constructs MultipleDirectPropertyMapInspectorProperty.
MultiplePropertyMapInspectorProperty.MultiplePropertyMapInspectorProperty(PropertyMap map, Object key, Class valueType, Class editorClass)
           Constructs MultiplePropertyMapInspectorProperty.
MultiplePropertyMapInspectorProperty.MultiplePropertyMapInspectorProperty(PropertyMap map, Object key)
           Constructs MultiplePropertyMapInspectorProperty.
PropertyMapInspectorProperty.PropertyMapInspectorProperty(PropertyMap map, Object key, Class valueType, Class editorClass)
           Constructs new PropertyMapInspectorProperty with an editor class.
PropertyMapInspectorProperty.PropertyMapInspectorProperty(PropertyMap map, Object key, Class valueType)
           Constructs new PropertyMapInspectorProperty without editor class.
 

Uses of PropertyMap in com.togethersoft.openapi.sci.pattern
 

Methods in com.togethersoft.openapi.sci.pattern that return PropertyMap
PropertyMapSciPattern.getProperties()
           Returns PropertyMap containing all properties for this pattern.
 

Uses of PropertyMap in com.togethersoft.openapi.util.propertyMap
 

Classes in com.togethersoft.openapi.util.propertyMap that implement PropertyMap
class DefaultPropertyMap
           DefaultPropertyMap class is a generic-use implementation of a PropertyMap interface.
class SwitchablePropertyMap
           Represents PropertyMap with ability to switch to another PropertyMap.
 

Constructors in com.togethersoft.openapi.util.propertyMap with parameters of type PropertyMap
PropertiesAdapter.PropertiesAdapter(PropertyMap propertyMap)
           Creates new adapter.
PropertyAdapter.PropertyAdapter(Object key, Object value, PropertyMap propertyMap)
           Creates new property with PropertyMap of subproperties.
PropertyMapEvent.PropertyMapEvent(PropertyMap map, Property property, Object oldValue, boolean propertyAdded)
           Constructs a new PropertyMapEvent.
PropertyMapEvent.PropertyMapEvent(PropertyMap map, Object propertyKey)
           Constructs a new PropertyMapEvent.
PropertyProviderAdapter.PropertyProviderAdapter(PropertyMap propertyMap, Object propertyKey)
           Creates new PropertyProvider with propertyKey name of the only property and with propertyMap set of values.
SinglePropertyProvider.SinglePropertyProvider(Property property, PropertyMap propertyMap)
           There is an advantage of passing the propertyMap parameter so it will delegate all call for determining if property is addable, readable, writable, etc.
SinglePropertyProvider.SinglePropertyProvider(Object key, Object propertyValue, PropertyMap propertyMap)
          
SwitchablePropertyMap.SwitchablePropertyMap(PropertyMap map)
           Creates new SwitchablePropertyMap from existing.
 

Methods in com.togethersoft.openapi.util.propertyMap that return PropertyMap
PropertyMapDefaultPropertyMap.DefaultProperty.getSubproperties()
          
PropertyMapProperty.getSubproperties()
           Retruns all subproperties as a PropertyMap.
PropertyMapPropertyAdapter.getSubproperties()
           Returns PropertyMap of subproperties.
PropertyMapPropertyMapEvent.getPropertyMap()
           Returns PropertyMap instance which fired this event.
PropertyMapSwitchablePropertyMap.getPropertyMap()
           Returns current PropertyMap.
 

Methods in com.togethersoft.openapi.util.propertyMap with parameters of type PropertyMap
voidSwitchablePropertyMap.setPropertyMap(PropertyMap map)
           Specifies new PropertyMap.