Interface | Description |
---|---|
Draggable.DragListener |
Allows to control
Draggable behavior. |
LinkLabel.LinkLabelListener | |
ListView.ItemClickListener<ItemT> | |
PopupMenu.PopupMenuListener |
Listener used to get events from
PopupMenu . |
VisTextField.TextFieldFilter |
Interface for filtering characters entered into the text field.
|
VisTextField.TextFieldListener |
Interface for listening to typed characters.
|
Class | Description |
---|---|
ButtonBar |
Convenient class for creating button panels with buttons such as "Ok", "Cancel", "Yes" etc.
|
CollapsibleWidget |
Widget containing table that can be collapsed.
|
Draggable |
Draws copies of dragged actors which have this listener attached.
|
Draggable.DragAdapter |
Default, empty implementation of
Draggable.DragListener . |
Draggable.MimicActor |
Draws the chosen actor with modified alpha value in a custom position.
|
LinkLabel |
Simple LinkLabel allows to create label with clickable link and underline on mouse over.
|
LinkLabel.LinkLabelStyle | |
ListView<ItemT> |
ListView displays list of scrollable items.
|
ListView.ListViewTable<ItemT> |
ListView main table.
|
Menu | |
Menu.MenuStyle | |
MenuBar |
Bar with expandable menus available after pressing button, usually displayed on top of the stage.
|
MenuBar.MenuBarStyle | |
MenuItem | |
MenuItem.MenuItemStyle | |
PopupMenu |
Standard popup menu that can be displayed anywhere on stage.
|
PopupMenu.PopupMenuStyle | |
Separator |
A separator widget (horizontal or vertical bar) that can be used in menus, tables or other widgets, typically added
to new row with growX() (if creating horizontal separator) OR growY() (if creating vertical separator)
PopupMenu and VisTable provides utilities addSeparator() methods that adds new separator. |
Separator.SeparatorStyle | |
Tooltip |
Tooltips are widgets that appear below other widget on mouse pointer hover.
|
Tooltip.Builder | |
Tooltip.TooltipStyle | |
VisCheckBox |
A checkbox is a button that contains an image indicating the checked or unchecked state and a label.
|
VisCheckBox.VisCheckBoxStyle | |
VisDialog |
Displays a dialog, which is a modal window containing a content table with a button table underneath it.
|
VisImage |
Compatible with
Image . |
VisImageButton |
Due to scope of changes made this widget is not compatible with standard
ImageButton . |
VisImageButton.VisImageButtonStyle |
The style for an image button, see
ImageButton . |
VisImageTextButton |
A button with a child
Image and Label . |
VisImageTextButton.VisImageTextButtonStyle |
The style for an image text button, see
ImageTextButton . |
VisLabel |
Compatible with
Label . |
VisList<T> |
Compatible with
List . |
VisProgressBar |
Compatible with
VisProgressBar . |
VisRadioButton |
Similar to
VisCheckBox however uses round (instead of square) button Drawable . |
VisScrollPane |
Compatible with
ScrollPane . |
VisSelectBox<T> |
Compatible with
SelectBox . |
VisSlider |
Compatible with
Slider . |
VisSplitPane |
Extends functionality of standard
SplitPane . |
VisSplitPane.VisSplitPaneStyle | |
VisTable |
Extends functionality of standard
Table , supports setting default VisUI spacing and has utilities method for adding
separators. |
VisTextArea |
A multiple-line text input field, entirely based on
TextField . |
VisTextButton |
Extends functionality of standard
TextButton , supports focus border. |
VisTextButton.VisTextButtonStyle | |
VisTextField |
Extends functionality of standard
TextField . |
VisTextField.TextFieldFilter.DigitsOnlyFilter | |
VisTextField.VisTextFieldStyle | |
VisTree |
Does not provide additional features over standard
Tree , however for proper VisUI focus border management VisTree
should be always preferred. |
VisValidatableTextField |
Text field that input can be validated by custom input validators.
|
VisWindow |
Extends functionality of standard scene2d.ui
Window . |
Enum | Description |
---|---|
ButtonBar.ButtonType |
Defines possible button types for
ButtonBar |
ListView.UpdatePolicy |
Controls when list view's views are updated after underlying data was invalidated.
|