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

Packages that use IPropertiesRO
com.togethersoft.openapi.ide.config 
com.togethersoft.openapi.util.properties 

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

Subinterfaces of IPropertiesRO in com.togethersoft.openapi.ide.config
interface IdeConfigManager
           Provides methods for getting the IdeConfig instances and working with ConfigEditors.
 

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

Subinterfaces of IPropertiesRO in com.togethersoft.openapi.util.properties
interface IProperties
           Presents interface to a string property with ability to set new value.
 

Classes in com.togethersoft.openapi.util.properties that implement IPropertiesRO
class CompositePropertiesRO
           Represents list of properties are composited from the several others (source) lists.
class FilteredNamePropertiesRO
           Presents filtered property with read-only access.
class NullPropertiesRO
           Represents null property.
 

Fields in com.togethersoft.openapi.util.properties declared as IPropertiesRO
final static IPropertiesROIPropertiesRO.NULL
          
 

Constructors in com.togethersoft.openapi.util.properties with parameters of type IPropertiesRO
CompositePropertiesRO.CompositePropertiesRO(IPropertiesRO child, IPropertiesRO parent)
          
CompositePropertiesRO.CompositePropertiesRO(IPropertiesRO[] levels)
          
FilteredNamePropertiesRO.FilteredNamePropertiesRO(IPropertiesRO base, InvertibleFunction filter)
           Creates new filterd property with specified filter and base property.
 

Methods in com.togethersoft.openapi.util.properties that return IPropertiesRO
protected IPropertiesROFilteredNamePropertiesRO.getBase()