protected class ExampleSimpleButton.GuiElements
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) GralMng |
gralMng
The central Gral management instance:
|
(package private) GralPos |
refPos
Intermediate Position instance as helper for positioning.
|
(package private) GralButton |
wdgButton1 |
(package private) GralButton |
wdgButton2 |
(package private) GralTextField |
wdgInputText
A text field.
|
(package private) GralTextBox |
widgOutput
Textbox for output texts, can be also used for log.
|
(package private) GralWindow |
window
The Window of the application.
|
Constructor and Description |
---|
GuiElements()
Empty ctor, formally.
|
final GralMng gralMng
GralPos refPos
final GralWindow window
final GralTextField wdgInputText
final GralButton wdgButton1
final GralButton wdgButton2
GralTextBox widgOutput