Package com.togethersoft.openapi.ide.inspector.util.property

This package provides classes that represent inspector properties intended to work with the selected RwiElements or RwiReferences from IdeContext.

See
          Description

Class Diagram Summary
property 
 

Class Summary
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.
ReadOnlyProperty Represents read-only inspector property.
RwiInspectorBooleanProperty Suited to works with boolean properties of selected RwiElements (RwiRefernces).
RwiInspectorColorProperty Suited to works with color properties of selected RwiElements.
RwiInspectorIntegerProperty Suited to works with integer properties of selected RwiElements (RwiRefernces).
RwiInspectorInversedBooleanProperty Suited to works with boolean properties of selected RwiElements (RwiRefernces).
RwiInspectorMultipleStringProperty Suited to works with multiple string properties of selected RwiElements (RwiRefernces).
RwiInspectorProperty Represents abstract implementation of InspectorProperty suited to works with properties of selected RwiElements.
RwiInspectorStringProperty Suited to work with String properties of selected RwiElements.
 

Package com.togethersoft.openapi.ide.inspector.util.property Description

This package provides classes that represent inspector properties intended to work with the selected RwiElements or RwiReferences from IdeContext. There are a number of predefined inspector properties for every type of RWI property. The package also provides classes that represent read-only inspector properties, and the properties that inspect values from a certain PropertyMap.