Uses of Package
com.togethersoft.openapi.util.properties

Packages that use com.togethersoft.openapi.util.properties
com.togethersoft.openapi.ide.command 
com.togethersoft.openapi.ide.config 
com.togethersoft.openapi.util.properties 
com.togethersoft.openapi.util.propertyMap 

Classes in com.togethersoft.openapi.util.properties used by com.togethersoft.openapi.ide.command
IdeCommandConstraints
          Defines the domain of applicability for the command item (IdeCommandItem or IdeCommandGroup).
 

Classes in com.togethersoft.openapi.util.properties used by com.togethersoft.openapi.ide.config
IdeConfig
          Contains methods for getting and changing the values of properties.
IdeConfigManager
          Provides methods for getting the IdeConfig instances and working with ConfigEditors.
 

Classes in com.togethersoft.openapi.util.properties used by com.togethersoft.openapi.util.properties
CompositePropertiesRO
          Represents list of properties are composited from the several others (source) lists.
DictionaryProperties
          Represents a number of properties as a dictionary.
FilteredNameProperties
          Adds ability to set value for this property.
FilteredNamePropertiesRO
          Presents filtered property with read-only access.
IProperties
          Presents interface to a string property with ability to set new value.
IPropertiesRO
          Presents read-only interface to string property.
NullProperties
          Represents null property with ability to set new value to it.
NullPropertiesRO
          Represents null property.
 

Classes in com.togethersoft.openapi.util.properties used by com.togethersoft.openapi.util.propertyMap
PropertiesAdapter
          Default implementation of IProperties.