|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.awt
Class WindowManager

java.lang.Objectcom.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)
|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.flexstor.common.awt.WindowManager