Uses of Class
com.togethersoft.openapi.util.properties.IProperties

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

Uses of IProperties in com.togethersoft.openapi.ide.config
 

Subinterfaces of IProperties in com.togethersoft.openapi.ide.config
interface IdeConfig
           Contains methods for getting and changing the values of properties.
 

Uses of IProperties in com.togethersoft.openapi.util.properties
 

Classes in com.togethersoft.openapi.util.properties that implement IProperties
class DictionaryProperties
           Represents a number of properties as a dictionary.
class FilteredNameProperties
           Adds ability to set value for this property.
class NullProperties
           Represents null property with ability to set new value to it.
 

Fields in com.togethersoft.openapi.util.properties declared as IProperties
final static IPropertiesIProperties.NULL
          
 

Constructors in com.togethersoft.openapi.util.properties with parameters of type IProperties
FilteredNameProperties.FilteredNameProperties(IProperties base, InvertibleFunction filter)
          
 

Methods in com.togethersoft.openapi.util.properties that return IProperties
protected IPropertiesFilteredNameProperties.getWritableBase()
          
 

Uses of IProperties in com.togethersoft.openapi.util.propertyMap
 

Classes in com.togethersoft.openapi.util.propertyMap that implement IProperties
class PropertiesAdapter
           Default implementation of IProperties.