com.togethersoft.openapi.ide.project
Class IdeProjectManagerAccess
- public abstract class IdeProjectManagerAccess
Provides access to the current IdeProjectManager.
- Author:
- TogetherSoft
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
to Class com.togethersoft.openapi.ide.project.IdeProjectManager