Package | Description |
---|---|
ej.fp.widget |
Contains widgets classes.
|
Class and Description |
---|
Button
Basic widget to simulate a button with two states: pressed and released.
|
Button.ButtonListener
Interface that handle button events.
|
Button.ButtonListenerToButtonEvents
Default implementation of
Button.ButtonListener . |
Joystick
This widget simulates until five buttons organized like a cross + center button.
|
Joystick.JoystickListener
Interface that handle joystick buttons events.
|
LongButton
Extended button widget which manages long button press events.
|
LongButton.LongButtonListener
Interface that handle long button press events.
|
Pointer
Widget to simulate a mouse or a touch panel.
|
Pointer.PointerListener
Interface that handle pointer events.
|
RepeatButton
Extended button widget which manages repeat button press events.
|
RepeatButton.RepeatButtonListener
Interface that handle repeat button press events.
|
Wheel
Widget to simulate a state machine.
|
Wheel.WheelListener
Interface that handle wheel events.
|