com.togethersoft.openapi.ide.editor
Class IdeEditorManagerAccess
- public abstract class IdeEditorManagerAccess
Provides an access to the current IdeEditorManager.
- Author:
- TogetherSoft
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
to Class com.togethersoft.openapi.ide.editor.IdeEditorManager