Package | Description |
---|---|
com.tyrlib2.gui |
Modifier and Type | Method and Description |
---|---|
Window |
Window.getChild(int index)
Get an indexed child window
|
Window |
WindowManager.getWindow(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
Window.addChild(Window window)
Add a new child window to this window
|
void |
WindowManager.destroyWindow(Window window) |
void |
Window.removeChild(Window window)
Remove a child window from this window
|