com.togethersoft.openapi.ide.window
Class IdeWindowManagerAccess


public abstract class IdeWindowManagerAccess

Abstract class IdeWindowManagerAccess provides access to the current IdeWindowManager.

Author:
TogetherSoft

Method Summary
 static IdeWindowManagergetWindowManager()
           Returns an instance of IdeWindowManager.
 protected static voidsetWindowManager(IdeWindowManager manager)
           Sets the current IdeWindowManager.

Method Detail

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

Association Links

to Class com.togethersoft.openapi.ide.window.IdeWindowManager