| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Class IdeAccess provides access to the IdeManager and
all other managers.
This entry-point interface provides methods for accessing IDE's internal managers
(IdeDiagramManager, IdeWindowManager, IdeEditorManager etc.).
These managers are responsible for manipulating, creating and controlling
diagrams, windows, editors and other important parts of IDE.
The getIdeManager method returns the current IdeManager.
| Method Summary | |
static IdeCommandManager | getCommandManager()Returns an instance of IdeCommandManager. |
static IdeConfigManager | getConfigManager()Returns IdeConfigManager. |
static IdeDiagramManager | getDiagramManager()Returns IdeDiagramManager object. |
static IdeEditorManager | getEditorManager()Returns an instance of IdeEditorManager. |
static IdeManager | getIdeManager()Returns the current instance of IdeManager. |
static IdeMessageManager | getMessageManager()Returns IdeMessageManager. |
static IdeProgressIndicator | getProgressIndicator()Returns IdeProgressIndicator. |
static IdeProjectManager | getProjectManager()Returns IdeProjectManager. |
static IdeResourceManager | getResourceManager()Returns IdeResourceManager. |
static IdeUndoManager | getUndoManager()Returns IdeUndoManager. |
static IdeWindowManager | getWindowManager()Returns IdeWindowManager. |
static void | setErrorMessageInfo(String message)Sets specified error message for the current IdeManager. |
protected static void | setIdeManager(IdeManager ideManager)Sets specified current IdeManager. |
protected static void | setIdeMessageManager(IdeMessageManager ideMessageManager)Sets specified IdeMessageManager as the current message manager. |
| Method Detail |
public static IdeCommandManager getCommandManager()
IdeCommandManager.IdeCommandManager object, or null,
if the IdeManager is not availablepublic static IdeConfigManager getConfigManager()
IdeConfigManager.IdeConfigManagerpublic static IdeDiagramManager getDiagramManager()
IdeDiagramManager object.IdeDiagramManagerpublic static IdeEditorManager getEditorManager()
IdeEditorManager.IdeEditorManager or null,
if the IdeManager is not availablepublic static IdeManager getIdeManager()
IdeManager.
One instance of IdeManager is only allowed.IdeManagerpublic static IdeMessageManager getMessageManager()
IdeMessageManager.IdeMessageManagerpublic static IdeProgressIndicator getProgressIndicator()
IdeProgressIndicator.IdeProgressIndicator or null,
if the IdeManager is not availablepublic static IdeProjectManager getProjectManager()
IdeProjectManager.IdeProjectManager or null,
if the IdeManager is not availablepublic static IdeResourceManager getResourceManager()
IdeResourceManager.IdeResourceManagerpublic static IdeUndoManager getUndoManager()
IdeUndoManager.IdeUndoManager or null,
if the IdeManager is not availablepublic static IdeWindowManager getWindowManager()
IdeWindowManager.IdeWindowManager or null,
if the IdeManager is not availablepublic static void setErrorMessageInfo(String message)
message for the current IdeManager.String - error information for this IdeManagerprotected static void setIdeManager(IdeManager ideManager)
IdeManager. One instance only is allowed.IdeManager instance to be set as the current IdeManagerprotected static void setIdeMessageManager(IdeMessageManager ideMessageManager)
IdeMessageManager as the current message manager.
This method is invoked to provide access to the IdeMessageManager
for the other services.IdeMessageManager - object to be set as the current one| Association Links |
to Class com.togethersoft.openapi.ide.message.IdeMessageManager
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||