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

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

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

Classes in com.togethersoft.openapi.ide.inspector.util.editors that implement RwiProperty
class RwiPropertyAdapter
          Implementor of RwiProperty interface.
 

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

Classes in com.togethersoft.openapi.ide.inspector.util.property that implement RwiProperty
class RwiInspectorMultipleStringProperty.ProxyProperty
          
 

Constructors in com.togethersoft.openapi.ide.inspector.util.property with parameters of type RwiProperty
RwiInspectorMultipleStringProperty.ProxyProperty.ProxyProperty(RwiProperty sourceProperty, boolean model2ui)
          
 

Methods in com.togethersoft.openapi.ide.inspector.util.property that return RwiProperty
protected RwiPropertyRwiInspectorMultipleStringProperty.storeSingleProperty(RwiPropertyMap propertyMap, RwiProperty data)
          This method should write single property data to the given
propertyMap.
 

Methods in com.togethersoft.openapi.ide.inspector.util.property with parameters of type RwiProperty
protected booleanRwiInspectorMultipleStringProperty.canStoreSingleProperty(RwiPropertyMap propertyMap, RwiProperty data)
          This method should check whether property data
could be added to the given propertyMap
protected RwiPropertyRwiInspectorMultipleStringProperty.storeSingleProperty(RwiPropertyMap propertyMap, RwiProperty data)
          This method should write single property data to the given
propertyMap.
 

Uses of RwiProperty in com.togethersoft.openapi.rwi
 

Methods in com.togethersoft.openapi.rwi that return RwiProperty
RwiPropertyRwiPropertyMap.addProperty(String propertyName, String propertyValue)
          Creates a new instance of a specified string property.
 

Uses of RwiProperty in com.togethersoft.openapi.rwi.enum
 

Methods in com.togethersoft.openapi.rwi.enum that return RwiProperty
RwiPropertyRwiPropertyEnumeration.nextRwiProperty()
          
 

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

Classes in com.togethersoft.openapi.rwi.extension that implement RwiProperty
class RwiPropertyEnumerationAdapter.PropertyAdapter
          
class RwiPropertyProviderAdapter.RwiSinglePropertyImpl
          
 

Methods in com.togethersoft.openapi.rwi.extension that return RwiProperty
RwiPropertyRwiPropertyEnumerationAdapter.nextRwiProperty()
          Return next RwiProperty as an RwiProperty.
RwiPropertyRwiPropertyProvider.addProperty(RwiPropertyMap element, String propertyValue)
          Specific method for this property.
RwiPropertyRwiPropertyProviderAdapter.addProperty(RwiPropertyMap element, String propertyValue)
          Always return RwiProperty which has no subproperties.