Uses of Interface
com.prineside.tdi2.scene2d.utils.Disableable
Packages that use Disableable
Package
Description
-
Uses of Disableable in com.prineside.tdi2.scene2d.ui
Classes in com.prineside.tdi2.scene2d.ui that implement DisableableModifier and TypeClassDescriptionclass
class
A checkbox is a button that contains an image indicating the checked or unchecked state and a label.class
A button with a childImage
to display an image.class
class
A progress bar is a widget that visually displays the progress of some activity or a value within given range.class
SelectBox<T>
A select box (aka a drop-down list) allows a user to choose one of a number of values from a list.class
A slider is a horizontal indicator that allows a user to set a value.class
A text input field with multiple lines.class
A button with a childLabel
to display text.class
A single-line text input field. -
Uses of Disableable in com.prineside.tdi2.scene2d.utils
Classes in com.prineside.tdi2.scene2d.utils that implement DisableableModifier and TypeClassDescriptionclass
A selection that supports range selection by knowing about the array of items being selected.class
Selection<T>
Manages selected objects. -
Uses of Disableable in com.prineside.tdi2.ui.actors
Classes in com.prineside.tdi2.ui.actors that implement Disableable