com.togethersoft.openapi.ide.window
Class IdeWindowManagerAccess
- public abstract class IdeWindowManagerAccess
Abstract class IdeWindowManagerAccess provides access to the
current IdeWindowManager.
- Author:
- TogetherSoft
getWindowManager
public static IdeWindowManager getWindowManager()
- Returns an instance of
IdeWindowManager.- Returns:
IdeWindowManager- See Also:
- IdeWindowManager
setWindowManager
protected static void setWindowManager(IdeWindowManager manager)
- Sets the current
IdeWindowManager. One instance only is allowed at a time.- Parameters:
- manager -
IdeWindowManager object to be set as the current manager
to Class com.togethersoft.openapi.ide.window.IdeWindowManager