|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.gui.DesktopView
public class DesktopView
Filename: $Source$ Description:
| Constructor Summary | |
|---|---|
DesktopView()
Default constructor. |
|
| Method Summary | |
|---|---|
static void |
addWindowToDesktop(AbstractWindow window)
Add a window to the desktop. |
static void |
addWindowToDesktop(AbstractWindow window,
boolean resizeable)
Add a window to the desktop. |
void |
buildView()
Build the view |
java.awt.Component |
getDesktop()
Get the actual destkop. |
static boolean |
isWindowActive(java.lang.String identifier)
Check whether a window is active. |
static void |
windowClosing(java.lang.String identifier)
Window closing event method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DesktopView()
| Method Detail |
|---|
public java.awt.Component getDesktop()
public void buildView()
public static void addWindowToDesktop(AbstractWindow window)
window -
public static void addWindowToDesktop(AbstractWindow window,
boolean resizeable)
window - Reference to the window to addpublic static boolean isWindowActive(java.lang.String identifier)
identifier -
public static void windowClosing(java.lang.String identifier)
identifier -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||