public final class GralHtmlWindow
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private GralHtmlBox |
htmlBox |
private GralTextBox |
textBox
The widget which holds the text in the
window. |
private GralWindow |
window
The window is created invoking the
GralMngBuild_ifc#createWindow(String, boolean). |
| Constructor and Description |
|---|
GralHtmlWindow(GralWindow window,
GralHtmlBox htmlBox) |
private final GralWindow window
GralMngBuild_ifc#createWindow(String, boolean).
It has its implementation in the underlying graphic system.private final GralTextBox textBox
window.private final GralHtmlBox htmlBox
public GralHtmlWindow(GralWindow window, GralHtmlBox htmlBox)