Uses of Package
com.togethersoft.openapi.util

Packages that use com.togethersoft.openapi.util
com.togethersoft.openapi.ide.project 
com.togethersoft.openapi.ide.window 
com.togethersoft.openapi.util 
com.togethersoft.openapi.util.propertyMap 
com.togethersoft.openapi.vfs.event 

Classes in com.togethersoft.openapi.util used by com.togethersoft.openapi.ide.project
IdeProject
          Interface IdeProject defines a Together project.
IdeProjectAdapter
          The simple implementation of IdeProjectListener interface.
IdeProjectListener
          Interface IdeProjectListeber provides a project listener.
 

Classes in com.togethersoft.openapi.util used by com.togethersoft.openapi.ide.window
IdeExpertAdapter
          Class IdeExpertAdapter provides default implementation of IdeExpertEvent.
IdeExpertListener
          Interface IdeExpertListener provides a listener for various expert's events.
 

Classes in com.togethersoft.openapi.util used by com.togethersoft.openapi.util
DispatchableEvent
          Presents event which can execute any method of a event listener.
EventMulticaster
          Suited to work with an array of event listeners.
VetoableDispatch
          Gives ability to send vetoable event to specified listener.
 

Classes in com.togethersoft.openapi.util used by com.togethersoft.openapi.util.propertyMap
DefaultPropertyMap
          DefaultPropertyMap class is a generic-use implementation of a PropertyMap interface.
PropertyMapEvent
          The PropertyMapEvent is used in implementaions of PropertyMap interface to deliver
information about changes in a property.
SwitchablePropertyMap
          Represents PropertyMap with ability to switch to another PropertyMap.
 

Classes in com.togethersoft.openapi.util used by com.togethersoft.openapi.vfs.event
VirtualFileIntentionListener