com.togethersoft.openapi.ide.editor
Class IdeEditorManagerAccess


public abstract class IdeEditorManagerAccess

Provides an access to the current IdeEditorManager.

Author:
TogetherSoft

Method Summary
 static IdeEditorManagergetEditorManager()
           Returns IdeEditorManager.
 protected static voidsetEditorManager(IdeEditorManager manager)
           Sets the current IdeEditorManager.

Method Detail

getEditorManager

public static IdeEditorManager getEditorManager()
Returns IdeEditorManager.
Returns: IdeEditorManager
See Also:
IdeEditorManager

setEditorManager

protected static void setEditorManager(IdeEditorManager manager)
Sets the current IdeEditorManager. There can be only one instance of it.
Parameters:
manager - the IdeEditorManager instance which needs to be set as a current manager

Association Links

to Class com.togethersoft.openapi.ide.editor.IdeEditorManager