Interface | Description |
---|---|
TextComponent |
Created by ShchAlexander on 07.03.2017.
|
Viewport |
Class | Description |
---|---|
Button |
An implementation of "push" button.
|
CheckBox |
An implementation of a check box -- an item that can be selected or deselected, and which displays its state to the user.
|
Component<T extends Component> |
Component is an object that have graphical representation in legui system.
|
ComponentLayer |
Default layer used to hold components.
|
Dialog |
Dialog component is component which extended from
Widget and have some additional functionality. |
DialogLayer |
Dialog layer used to hold dialog window.
|
Frame |
Default structure which should be associated with OpenGL window.
|
ImageView |
This class represents image view component.
|
Label |
Class represent single line non-editable text component.
|
Layer<T extends Component> |
Layer one of base structures.
|
LayerContainer<T extends Component> |
Layer container.
|
Panel<T extends Component> |
Default Container implementation.
|
PasswordInput |
This component used to enter passwords securely by users.
|
ProgressBar |
Progress bar.
|
RadioButton |
RadioButtons create a series of items where only one item can be checked.
|
RadioButtonGroup |
Group of radio buttons which determines that only one radio button can be selected in group.
|
ScrollablePanel<T extends Component> |
Panel with scroll bars.
|
ScrollBar |
An implementation of a scrollbar.
|
SelectBox |
Creates drop-down list with select options.
|
Slider |
Implementation of slider controller.
|
TextArea |
TextArea is multiline text component which allow to enter text.
|
TextInput |
Text input is a single line text component which can be used to enter text.
|
ToggleButton |
An implementation of "toggle" button.
|
Tooltip |
Created by Aliaksandr_Shcherbin on 1/24/2017.
|
TooltipLayer |
Created by Aliaksandr_Shcherbin on 2/9/2017.
|
Widget |
Widget component is container which have predefined components such as container, title label, close and minimize buttons and predefined event listeners.
|