com.togethersoft.openapi.ide.project
Class IdeProjectManagerAccess


public abstract class IdeProjectManagerAccess

Provides access to the current IdeProjectManager.

Author:
TogetherSoft

Method Summary
 static IdeProjectManagergetProjectManager()
           Returns IdeProjectManager object.
 protected static voidsetProjectManager(IdeProjectManager manager)
           Sets the current IdeProjectManager.

Method Detail

getProjectManager

public static IdeProjectManager getProjectManager()
Returns IdeProjectManager object.
Returns: IdeProjectManager
See Also:
IdeProjectManager

setProjectManager

protected static void setProjectManager(IdeProjectManager manager)
Sets the current IdeProjectManager. One instance only is allowed.
Parameters:
manager - IdeProjectManager instance to be set as the current manager

Association Links

to Class com.togethersoft.openapi.ide.project.IdeProjectManager