com.togethersoft.openapi.ide.editor
Class IdeEditorManagerAccess


public abstract class IdeEditorManagerAccess

Provides an access to the current IdeEditorManager.

Author:
TogetherSoft
Since: Together 3.0

Field Summary
 private static IdeEditorManagermyIdeEditorManager
           

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

Field Detail

myIdeEditorManager

private static IdeEditorManager myIdeEditorManager
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