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

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

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

Methods in com.togethersoft.openapi.ide.inspector.util with parameters of type PropertyMap
abstract IdeInspectorPropertyUIComponentsBuilder.createIdeInspectorProperty(PropertyMap properties)
          For creating an IdeInspectorProperty from PropertyMap.
abstract IdeInspectorPropertySetComponentUIComponentsBuilder.createInspectorPropertySet(PropertyMap properties)
          For creating an IdeInspectorPropertySetComponent from PropertyMap.
abstract voidUIComponentsBuilder.createPropertyEditor(IdeInspectorProperty property, PropertyMap editorDescription)
          For creating a property editor.
 

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

Methods in com.togethersoft.openapi.ide.inspector.util.editors with parameters of type PropertyMap
(package private) static VectorPropertyMapMultiValueTableEditor.getPropertyMapAsVector(PropertyMap map)
          
 

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.
 

Fields in com.togethersoft.openapi.util.propertyMap declared as PropertyMap
private PropertyMapPropertiesAdapter.myPropertyMap
          
private PropertyMapPropertyAdapter.myPropertyMap
          
private PropertyMapPropertyProviderAdapter.myPropertyMap
          
private PropertyMapSinglePropertyProvider.myPropertyMap
          
private PropertyMapSwitchablePropertyMap.myMap
          
private PropertyMapSwitchablePropertyMap.MyProperty.myMap
          
 

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.MyProperty.MyProperty(Property property, PropertyMap map)
          
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.
PropertyMapSwitchablePropertyMap.MyProperty.getSubproperties()
          
 

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

Uses of PropertyMap in com.togethersoft.openapi.vfs
 

Subinterfaces of PropertyMap in com.togethersoft.openapi.vfs
interface VirtualFile
          This class represents a file (or directory) of VirtualFileSystem.
interface VirtualFileContext
          
 

Methods in com.togethersoft.openapi.vfs with parameters of type PropertyMap
VirtualFileContextVirtualFileManager.createFileContext(PropertyMap originalContext)
          Creates context inherited from original context