Interface | Description |
---|---|
ControlCharacters |
Represents all the control characters (the first 32 codes + SPACE and DELETE).
|
GenericListener |
A listener is notified when the model it is associated with changed.
|
Swipeable |
A swipeable element receives notifications from a swipe manager.
|
TouchConfiguration | Deprecated |
Class | Description |
---|---|
ButtonHelper |
A button helper manages the behavior of a button: it handles pointer events, and notifies listeners when the button
is clicked.
|
DrawScreenHelper |
Utilities to take a screenshot of displayable objects.
|
SwipeEventHandler |
The swipe event handler responsibility is to detect pointer events (press, drag, release) and help moving over some
element(s).
|
ToggleHelper |
A toggle helper manages the behavior of a toggle: it handles pointer events, changes the state of the toggle and
notifies listeners when the toggle is clicked.
|