Package com.togethersoft.openapi.ide

Class Diagram Summary
ide 
 

Interface Summary
IdeActivatableInterface IdeActivatable should be implemented by the modules
that provide the possibility of on-demand invokation and deactivation.
IdeContextContains information about selected elements at the moment the module was called.
IdeElementInterface IdeElement represents a generic IDE element of Together.
IdeErrorCheckInterface IdeErrorCheck provides error checking.
IdeErrorInfoContains advanced information about an error that has occurred.
IdeManagerInterface IdeManager provides the entire IDE's fuctionality.
IdeScriptInterface IdeScript should be implemented by each Together module.
IdeStartupInterface IdeStartup should be implemented by each Together module
that is supposed to run upon Together start-up.
 

Class Summary
IdeAccessClass IdeAccess provides access to the IdeManager and all other managers.
IdeElementDefaultClass IdeElementDefault represents a default implementation of
IdeElement with the single service object.
IdeErrorInfoDefaultClass IdeErrorInfoDefault provides a default implementation of IdeErrorInfo interface.
IdeLocalDiagnosticAn auxiliary class.
IdeManagerAccessProvides access to the IdeManager.