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

Packages that use com.togethersoft.openapi.util.propertyMap
com.togethersoft.openapi.ide.inspector.util 
com.togethersoft.openapi.ide.inspector.util.editors 
com.togethersoft.openapi.ide.inspector.util.property 
com.togethersoft.openapi.sci.pattern 
com.togethersoft.openapi.util.propertyMap 
com.togethersoft.openapi.vfs 

Classes in com.togethersoft.openapi.util.propertyMap used by com.togethersoft.openapi.ide.inspector.util
UIComponentsBuilder
          This utility class creates UI of the inspector fields.
 

Classes in com.togethersoft.openapi.util.propertyMap used by com.togethersoft.openapi.ide.inspector.util.editors
PropertyMapMultiValueTableEditor
          Represents the editor for the PropertyMap as the table.
 

Classes in com.togethersoft.openapi.util.propertyMap used by com.togethersoft.openapi.ide.inspector.util.property
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.
 

Classes in com.togethersoft.openapi.util.propertyMap used by com.togethersoft.openapi.sci.pattern
SciPattern
          A pattern performing special kinds of actions upon an object (objects).
 

Classes in com.togethersoft.openapi.util.propertyMap used by com.togethersoft.openapi.util.propertyMap
DefaultPropertyMap
          DefaultPropertyMap class is a generic-use implementation of a PropertyMap interface.
DefaultPropertyMap.DefaultProperty
          
PropertiesAdapter
          Default implementation of IProperties.
Property
          Represents a property - a key-value pair.
PropertyAdapter
          Default implementation of the Property interace.
PropertyMap
          Provides a flexibile mechanism for working with object's properties.
PropertyMapAdapter
          A simple implementation of a PropertyMapListener interface.
PropertyMapEvent
          The PropertyMapEvent is used in implementaions of PropertyMap interface to deliver
information about changes in a property.
PropertyMapListener
          A listener of a property.
PropertyProvider
          Class which implements this interface will have ability to have only one property with a number of values.
PropertyProviderAdapter
          Default implementation of PropertyProvider.
SinglePropertyProvider
          
SwitchablePropertyMap
          Represents PropertyMap with ability to switch to another PropertyMap.
SwitchablePropertyMap.MyProperty
          
 

Classes in com.togethersoft.openapi.util.propertyMap used by com.togethersoft.openapi.vfs
VirtualFile
          This class represents a file (or directory) of VirtualFileSystem.
VirtualFileContext
          
VirtualFileManager
          VirtualFileManager is used to get instances of VirtualFile and Context
and make some global operation with filesystem, as saving its cache.
VirtualFileProperty
          Interface defines properties, which can be used with VirtualFile's.