Extension SDK 10.1.2

oracle.ide.window
Class WindowManager

java.lang.Object
  extended byoracle.ide.window.WindowManager
All Implemented Interfaces:
Controller, Module

public abstract class WindowManager
extends java.lang.Object
implements Controller, Module

This class manages the organization of windows in the IDE.


Constructor Summary
WindowManager()
           
 
Method Summary
static WindowManager getWindowManager()
          Returns the WindowManager instance that is active in the IDE.
static void setWindowManager(WindowManager windowManager)
          Publishes the specified WindowManager as the active instance in the IDE.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.ide.addin.Controller
handleEvent, update
 
Methods inherited from interface oracle.javatools.Module
initialize
 

Constructor Detail

WindowManager

public WindowManager()
Method Detail

getWindowManager

public static WindowManager getWindowManager()
Returns the WindowManager instance that is active in the IDE.


setWindowManager

public static void setWindowManager(WindowManager windowManager)
Publishes the specified WindowManager as the active instance in the IDE.


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.