Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.awt
Class WindowManager  view WindowManager download WindowManager.java

java.lang.Object
  extended bycom.flexstor.common.awt.WindowManager

public class WindowManager
extends java.lang.Object


Field Summary
private static WindowManager instance
           
private static java.util.HashSet windowList
           
 
Constructor Summary
private WindowManager()
           
 
Method Summary
static void focusOn(int nWindowId)
           
static FlexFrame getFrame(int nWindowId)
           
static WindowManager getInstance()
           
static void register(FlexFrame frame)
           
static void unregister(FlexFrame frame)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

windowList

private static java.util.HashSet windowList

instance

private static WindowManager instance
Constructor Detail

WindowManager

private WindowManager()
Method Detail

getInstance

public static WindowManager getInstance()

register

public static void register(FlexFrame frame)

unregister

public static void unregister(FlexFrame frame)

getFrame

public static FlexFrame getFrame(int nWindowId)

focusOn

public static void focusOn(int nWindowId)