Uses of Class
com.togethersoft.openapi.rwi.RwiPropertyMap

Packages that use RwiPropertyMap
com.togethersoft.openapi.ide.inspector.util 
com.togethersoft.openapi.ide.inspector.util.editors 
com.togethersoft.openapi.ide.inspector.util.property 
com.togethersoft.openapi.rwi 
com.togethersoft.openapi.rwi.extension 

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

Fields in com.togethersoft.openapi.ide.inspector.util declared as RwiPropertyMap
private RwiPropertyMapDescriptionComponent.myRwiPropertyMap
          
 

Constructors in com.togethersoft.openapi.ide.inspector.util with parameters of type RwiPropertyMap
DescriptionComponent.DescriptionComponent(RwiPropertyMap propertyMap, String name, String propertyName)
          
 

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

Methods in com.togethersoft.openapi.ide.inspector.util.editors that return RwiPropertyMap
RwiPropertyMapRwiPropertyAdapter.getSubproperties()
          Returns null.
 

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

Fields in com.togethersoft.openapi.ide.inspector.util.property declared as RwiPropertyMap
private RwiPropertyMapRwiInspectorMultipleStringProperty.ProxyProperty.mySubproperties
          
protected RwiPropertyMap[]RwiInspectorProperty.myRwiPropertyMaps
          
 

Constructors in com.togethersoft.openapi.ide.inspector.util.property with parameters of type RwiPropertyMap
RwiInspectorBooleanProperty.RwiInspectorBooleanProperty(RwiPropertyMap rwiPropertyMap, String propertyName, Class editorClass)
          Constructs RwiInspectorBooleanProperty with a property editor class for the only RwiElement (RwiReference).
RwiInspectorBooleanProperty.RwiInspectorBooleanProperty(RwiPropertyMap rwiPropertyMap, String propertyName)
          Constructs RwiInspectorBooleanProperty without a property editor class for the only RwiElement (RwiReference).
RwiInspectorBooleanProperty.RwiInspectorBooleanProperty(RwiPropertyMap[] rwiPropertyMaps, String propertyName, Class editorClass)
          Constructs RwiInspectorBooleanProperty with a property editor class.
RwiInspectorBooleanProperty.RwiInspectorBooleanProperty(RwiPropertyMap[] rwiPropertyMaps, String propertyName)
          Constructs RwiInspectorBooleanProperty without a property editor class.
RwiInspectorColorProperty.RwiInspectorColorProperty(RwiPropertyMap rwiPropertyMap, String propertyName)
          Constructs RwiInspectorColorProperty without a property editor class for the only RwiElement (RwiReference).
RwiInspectorColorProperty.RwiInspectorColorProperty(RwiPropertyMap[] rwiPropertyMaps, String propertyName)
          Constructs RwiInspectorColorProperty without a property editor class.
RwiInspectorIntegerProperty.RwiInspectorIntegerProperty(RwiPropertyMap rwiPropertyMap, String propertyName)
          Constructs RwiInspectorIntegerProperty without a property editor class for the only RwiElement (RwiReference).
RwiInspectorIntegerProperty.RwiInspectorIntegerProperty(RwiPropertyMap[] rwiPropertyMaps, String propertyName)
          Constructs RwiInspectorIntegerProperty without a property editor class.
RwiInspectorInversedBooleanProperty.RwiInspectorInversedBooleanProperty(RwiPropertyMap rwiPropertyMap, String propertyName, Class editorClass)
          Constructs RwiInspectorInversedBooleanProperty with a property editor class for the only RwiElement (RwiReference).
RwiInspectorInversedBooleanProperty.RwiInspectorInversedBooleanProperty(RwiPropertyMap rwiPropertyMap, String propertyName)
          Constructs RwiInspectorInversedBooleanProperty without a property editor class for the only RwiElement (RwiReference).
RwiInspectorInversedBooleanProperty.RwiInspectorInversedBooleanProperty(RwiPropertyMap[] rwiPropertyMaps, String propertyName, Class editorClass)
          Constructs RwiInspectorInversedBooleanProperty with a property editor class.
RwiInspectorInversedBooleanProperty.RwiInspectorInversedBooleanProperty(RwiPropertyMap[] rwiPropertyMaps, String propertyName)
          Constructs RwiInspectorInversedBooleanProperty without a property editor class.
RwiInspectorMultipleStringProperty.RwiInspectorMultipleStringProperty(RwiPropertyMap rwiPropertyMap, String propertyName, Class editorClass)
          Constructs RwiInspectorMultipleStringProperty with a property editor class for the only RwiElement (RwiReference).
RwiInspectorMultipleStringProperty.RwiInspectorMultipleStringProperty(RwiPropertyMap rwiPropertyMap, String propertyName)
          Constructs RwiInspectorMultipleStringProperty without a property editor class for the only RwiElement (RwiReference).
RwiInspectorMultipleStringProperty.RwiInspectorMultipleStringProperty(RwiPropertyMap[] rwiPropertyMaps, String propertyName, Class valueType, Class editorClass)
          Constructs RwiInspectorMultipleStringProperty with a property editor class.
RwiInspectorMultipleStringProperty.RwiInspectorMultipleStringProperty(RwiPropertyMap[] rwiPropertyMaps, String propertyName, Class editorClass)
          Constructs RwiInspectorMultipleStringProperty with a property editor class.
RwiInspectorMultipleStringProperty.RwiInspectorMultipleStringProperty(RwiPropertyMap[] rwiPropertyMaps, String propertyName)
          Constructs RwiInspectorMultipleStringProperty without a property editor class.
RwiInspectorProperty.RwiInspectorProperty(RwiPropertyMap[] rwiPropertyMaps, String propertyName, Class valueType, Class editorClass)
          Constructs RwiInspectorProperty with a property editor class.
RwiInspectorProperty.RwiInspectorProperty(RwiPropertyMap[] rwiPropertyMaps, String propertyName, Class valueType)
          Constructs RwiInspectorProperty without a property editor class.
RwiInspectorStringProperty.RwiInspectorStringProperty(RwiPropertyMap rwiPropertyMap, String propertyName, Class editorClass)
          Constructs RwiInspectorStringProperty with a property editor class for the only RwiElement (RwiReference).
RwiInspectorStringProperty.RwiInspectorStringProperty(RwiPropertyMap rwiPropertyMap, String propertyName)
          Constructs RwiInspectorStringProperty without a property editor class for the only RwiElement (RwiReference).
RwiInspectorStringProperty.RwiInspectorStringProperty(RwiPropertyMap[] rwiPropertyMaps, String propertyName, Class valueType, Class editorClass)
          Constructs RwiInspectorProperty with a property editor class.
RwiInspectorStringProperty.RwiInspectorStringProperty(RwiPropertyMap[] rwiPropertyMaps, String propertyName, Class editorClass)
          Constructs RwiInspectorStringProperty with a property editor class.
RwiInspectorStringProperty.RwiInspectorStringProperty(RwiPropertyMap[] rwiPropertyMaps, String propertyName)
          Constructs RwiInspectorStringProperty without a property editor class.
 

Methods in com.togethersoft.openapi.ide.inspector.util.property that return RwiPropertyMap
RwiPropertyMapRwiInspectorMultipleStringProperty.ProxyProperty.getSubproperties()
          
 

Methods in com.togethersoft.openapi.ide.inspector.util.property with parameters of type RwiPropertyMap
protected booleanRwiInspectorMultipleStringProperty.canStoreSingleProperty(RwiPropertyMap propertyMap, RwiProperty data)
          This method should check whether property data
could be added to the given propertyMap
protected voidRwiInspectorMultipleStringProperty.clearProperty(RwiPropertyMap map)
          This method should clear currently inspected property in the given
property map
protected booleanRwiInspectorMultipleStringProperty.storeProperties(RwiPropertyMap propertyMap, Vector properties)
          This method should write properties to the given
propertyMap
protected RwiPropertyRwiInspectorMultipleStringProperty.storeSingleProperty(RwiPropertyMap propertyMap, RwiProperty data)
          This method should write single property data to the given
propertyMap.
protected booleanRwiInspectorProperty.isDeleted(RwiPropertyMap map)
          Checks whether RwiElement (RwiReference) is deleted from model.
 

Uses of RwiPropertyMap in com.togethersoft.openapi.rwi
 

Subinterfaces of RwiPropertyMap in com.togethersoft.openapi.rwi
interface RwiElement
          RwiElement is the generic representative of a model's part (package, node,
member, diagram and link).
interface RwiReference
          RwiReference is a generic type of a reference.
 

Methods in com.togethersoft.openapi.rwi that return RwiPropertyMap
RwiPropertyMapRwiProperty.getSubproperties()
          Returns a properties container that has a set of properties
which are the supbproperties for this property.
 

Uses of RwiPropertyMap in com.togethersoft.openapi.rwi.extension
 

Fields in com.togethersoft.openapi.rwi.extension declared as RwiPropertyMap
private RwiPropertyMapRwiPropertyProviderAdapter.RwiSinglePropertyImpl.myElement
          
 

Constructors in com.togethersoft.openapi.rwi.extension with parameters of type RwiPropertyMap
RwiPropertyProviderAdapter.RwiSinglePropertyImpl.RwiSinglePropertyImpl(RwiPropertyMap element)
          
 

Methods in com.togethersoft.openapi.rwi.extension that return RwiPropertyMap
RwiPropertyMapRwiPropertyEnumerationAdapter.PropertyAdapter.getSubproperties()
          
RwiPropertyMapRwiPropertyProviderAdapter.RwiSinglePropertyImpl.getSubproperties()
          
 

Methods in com.togethersoft.openapi.rwi.extension with parameters of type RwiPropertyMap
booleanBooleanPropertyAdapter.canSetProperty(RwiPropertyMap element, String propertyValue)
          Alwasy return false.
StringBooleanPropertyAdapter.getProperty(RwiPropertyMap element)
          Return property value as a String.
abstract booleanBooleanPropertyAdapter.hasProperty(RwiPropertyMap element)
          Return value of this property.
booleanBooleanPropertyAdapter.isPropertyReadable(RwiPropertyMap element)
          Alwasy return true.
booleanBooleanPropertyAdapter.isPropertyWritable(RwiPropertyMap element)
          Alwasy return false.
RwiPropertyRwiPropertyProvider.addProperty(RwiPropertyMap element, String propertyValue)
          Specific method for this property.
booleanRwiPropertyProvider.canAddProperty(RwiPropertyMap element, String propertyValue)
          Specific method for this property.
booleanRwiPropertyProvider.canSetProperty(RwiPropertyMap element, boolean propertyValue)
          Specific method for this property.
booleanRwiPropertyProvider.canSetProperty(RwiPropertyMap element, String propertyValue)
          Specific method for this property.
RwiElementEnumerationRwiPropertyProvider.dependencies(RwiPropertyMap element)
          
StringRwiPropertyProvider.getProperty(RwiPropertyMap element)
          Specific method for this property.
booleanRwiPropertyProvider.hasProperty(RwiPropertyMap element)
          Specific method for this property.
booleanRwiPropertyProvider.isApplicable(RwiPropertyMap element)
          Checks does this property applicapable for specified element.
booleanRwiPropertyProvider.isPropertyReadable(RwiPropertyMap element)
          Specific method for this property.
booleanRwiPropertyProvider.isPropertyWritable(RwiPropertyMap element)
          Specific method for this property.
RwiPropertyEnumerationRwiPropertyProvider.properties(RwiPropertyMap element)
          Specific method for this property.
voidRwiPropertyProvider.setProperty(RwiPropertyMap element, boolean propertyValue)
          Specific method for this property.
voidRwiPropertyProvider.setProperty(RwiPropertyMap element, String propertyValue)
          Specific method for this property.
RwiPropertyRwiPropertyProviderAdapter.addProperty(RwiPropertyMap element, String propertyValue)
          Always return RwiProperty which has no subproperties.
booleanRwiPropertyProviderAdapter.canAddProperty(RwiPropertyMap element, String propertyValue)
          See RwiPropertyProvider.canAddProperty.
booleanRwiPropertyProviderAdapter.canSetProperty(RwiPropertyMap element, boolean propertyValue)
          See RwiPropertyProvider.canSetProperty.
booleanRwiPropertyProviderAdapter.canSetProperty(RwiPropertyMap element, String propertyValue)
          Always return false.
RwiElementEnumerationRwiPropertyProviderAdapter.dependencies(RwiPropertyMap element)
          Returns empty enumeration of RWI elements.
StringRwiPropertyProviderAdapter.getProperty(RwiPropertyMap element)
          Always return null.
booleanRwiPropertyProviderAdapter.hasProperty(RwiPropertyMap element)
          See RwiPropertyProvider.hasProperty.
booleanRwiPropertyProviderAdapter.isApplicable(RwiPropertyMap element)
          See RwiPropertyProvider#isApplicable().
booleanRwiPropertyProviderAdapter.isPropertyReadable(RwiPropertyMap element)
          Always return false.
booleanRwiPropertyProviderAdapter.isPropertyWritable(RwiPropertyMap element)
          Always return false.
RwiPropertyEnumerationRwiPropertyProviderAdapter.properties(RwiPropertyMap element)
          Returns property enumeration which contains only provided property.
voidRwiPropertyProviderAdapter.setProperty(RwiPropertyMap element, boolean propertyValue)
          See RwiPropertyProvider.setProperty.
voidRwiPropertyProviderAdapter.setProperty(RwiPropertyMap element, String propertyValue)
          See RwiPropertyProvider.setProperty.