com.togethersoft.openapi.ide.project
Class IdeProjectManagerAccess


public abstract class IdeProjectManagerAccess

Provides access to the current IdeProjectManager.

Author:
TogetherSoft
Since: Together 3.0

Field Summary
 private static IdeProjectManagermyIdeProjectManager
           

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

Field Detail

myIdeProjectManager

private static IdeProjectManager myIdeProjectManager
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