| Package | Description |
|---|---|
| net.abstractfactory.plum.view | |
| net.abstractfactory.plum.view.component | |
| net.abstractfactory.plum.view.component.containers.window |
| Modifier and Type | Method and Description |
|---|---|
T |
Visitor.visit(Window component) |
| Modifier and Type | Method and Description |
|---|---|
Window |
Component.findWindow()
find the belonging window
|
Window |
Component.getWindow() |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfirmationBox |
class |
Dialog |
class |
MainWindow
It is a special window class.
|
class |
NotificationBox |
| Modifier and Type | Field and Description |
|---|---|
protected Window |
Window.parentWindow
Window Tree are another tree, not same with the component tree; Windows
display in its own Z axis.
in the HTML render, Z index is useful since it can not display Real modal dialog. |
| Modifier and Type | Field and Description |
|---|---|
protected List<Window> |
Window.childWindows |
protected LinkedList<Window> |
WindowManager.zOrderedWindows
it maintains all the window in its Z-index order.
the first one on the front side. |
| Modifier and Type | Method and Description |
|---|---|
Window |
Window.getParentWindow() |
Window |
Window.getRootWindow() |
Window |
WindowManager.getVisibleFontWindow() |
Window |
WindowEventThread.getWindow() |
| Modifier and Type | Method and Description |
|---|---|
List<Window> |
WindowManager.getAllWindows() |
List<Window> |
Window.getChildWindows() |
| Modifier and Type | Method and Description |
|---|---|
void |
Window.addChildWindow(Window child) |
void |
WindowManager.bringFront(Window window) |
int |
WindowManager.getZIndex(Window window)
0 is behind most.
|
void |
WindowManager.register(Window window) |
void |
Window.removeChildWindow(Window child) |
void |
Window.setParentWindow(Window parentWindow) |
ModalResult |
Dialog.showModal(Window parent)
suspend current thread,
|
void |
WindowManager.unregister(Window window) |
| Constructor and Description |
|---|
WindowEventThread(Window window,
WindowEventThread previousEventThread) |
Copyright © 2015. All Rights Reserved.