Package-level declarations
Types
Extends Table API with type-safe widget builders. All Button instances added to this table will be automatically included in an internal ButtonGroup.
Extends Container API with type-safe widget builders. Note that this widget may store only a single child.
Extends HorizontalGroup API with type-safe widget builders.
Extends ImageButton API with type-safe widget builders.
Extends ImageTextButton API with type-safe widget builders.
Extends libGDX List widget with items building method.
Extends ScrollPane API with type-safe widget builders. Note that this widget may store only a single child.
Extends SelectBox with items building method.
Extends SplitPane API with type-safe widget builders. Note that this widget may store only two children. It is advised to use the inlined extension factory methods added by KGroup rather than set its widgets directly with setFirstWidget or setSecondWidget.
Extends Table API with type-safe widget builders.
Extends TextButton API with type-safe widget builders.
Extends Tree API with type-safe widget builders.
Extends VerticalGroup API with type-safe widget builders.
A specialized interface for widgets that can create top-level root actors.
Root of the Scene2D DSL. Use this object to create new Scene2D actors and widgets without parents.
Should annotate builders of Scene2D widgets.
Utility storage for global Skin object. The skin will be used by the widget factory methods by default if no custom alternative skin instance is passed as an alternative.
A dummy widget that allows to add actors directly to the stage with Scene2D DSL.
Properties
Style used by default by constructors of some aligned widgets like SplitPane.
Style used by default by most widget constructors. Most factory methods default to this style if a custom one is not chosen.
Style used by default by constructors of some aligned widgets like SplitPane.
Functions
Allows to create and add actors directly to this Stage.
Adds a new TextTooltip to this actor.
Adds a new Tooltip to this actor, storing a flexible Table widget.