Uses of Package
com.togethersoft.openapi.ide

Packages that use com.togethersoft.openapi.ide
com.togethersoft.openapi.ide 
com.togethersoft.openapi.ide.command 
com.togethersoft.openapi.ide.diagram 
com.togethersoft.openapi.ide.inspector 
com.togethersoft.openapi.ide.inspector.util 
com.togethersoft.openapi.ide.inspector.util.table 
com.togethersoft.openapi.ide.tools 
com.togethersoft.openapi.util 

Classes in com.togethersoft.openapi.ide used by com.togethersoft.openapi.ide
IdeAccess
           Class IdeAccess provides access to the IdeManager and all other managers.
IdeActivatable
           Interface IdeActivatable should be implemented by the modules that provide the possibility of on-demand invokation and deactivation.
IdeContext
           Contains information about selected elements at the moment the script was called.
IdeElementDefault
           Class IdeElementDefault represents a default implementation of IdeElement with the single service object.
IdeErrorInfo
           Contains advanced information about an error that has occurred.
IdeErrorInfoDefault
           Class IdeErrorInfoDefault provides a default implementation of IdeErrorInfo interface.
IdeManager
           Interface IdeManager provides the entire IDE's fuctionality.
IdeScript
           Interface IdeScript should be implemented by each Together module.
 

Classes in com.togethersoft.openapi.ide used by com.togethersoft.openapi.ide.command
IdeCommandEvent
           An event which indicates that a command item-related action occurred.
 

Classes in com.togethersoft.openapi.ide used by com.togethersoft.openapi.ide.diagram
IdeDiagramElement
           Visualizes RwiElement on the IdeDiagram.
 

Classes in com.togethersoft.openapi.ide used by com.togethersoft.openapi.ide.inspector
Condition
           Represents calculatable condition of visibility.
IdeInspector
           Represents abstract inspector which is used to control properties of ide components.
IdeInspectorBuilder
           Factory class used to create IdeInspector.
IdeInspectorCompoundComponent
           Class IdeInspectorCompoundComponents represents an inspector component that contains the other inspector components.
IdeInspectorManager
           This manager is used to control the process of inspector creation.
IdeInspectorPropertySetComponent
           Represents inspector component that keeps a list of properties.
 

Classes in com.togethersoft.openapi.ide used by com.togethersoft.openapi.ide.inspector.util
TabbedCompoundComponent
           Represents InspectorCompoundComponent which is presented in the UI as a tabbed pane.
 

Classes in com.togethersoft.openapi.ide used by com.togethersoft.openapi.ide.inspector.util.table
RwiElementsComponent
           Class RwiElementsComponent provides a storage for keeping IdeInspectorProperties relating to the same RwiElements.
RwiMembersComponent
           Keeps IdeInspectorProperties relating to the same RwiMembers.
 

Classes in com.togethersoft.openapi.ide used by com.togethersoft.openapi.ide.tools
IdeToolFilter
           Interface IdeToolFilter describes a filter of error information.
IdeToolManager
           Defines manager for this tool.
 

Classes in com.togethersoft.openapi.ide used by com.togethersoft.openapi.util
RwiElementsUtil