Package | Description |
---|---|
ej.microui.event | |
ej.microui.event.generator |
Modifier and Type | Method and Description |
---|---|
static <E extends EventGenerator> |
EventGenerator.get(Class<E> clazz)
Gets all generators of the given type from the system pool in an array.
|
static <E extends EventGenerator> |
EventGenerator.get(Class<E> clazz,
int fromIndex)
Gets a generator whose class is
clazz from the system pool starting the search from
fromIndex . |
Modifier and Type | Method and Description |
---|---|
static <E extends EventGenerator> |
EventGenerator.get(Class<E> clazz)
Gets all generators of the given type from the system pool in an array.
|
static EventGenerator |
EventGenerator.get(int id)
Gets a generator from its identifier.
|
EventGenerator |
EventPermission.getEventGenerator()
Gets the event generator handled by this permission.
|
static EventGenerator |
Event.getGenerator(int event)
Gets a converter out of an event assuming the event has been generated by an
EventGenerator that has been
previously added to the system pool. |
Modifier and Type | Method and Description |
---|---|
static int |
Event.buildEvent(int type,
EventGenerator gen,
int data)
Builds an event from a given type, an eventGenerator and data.
|
Constructor and Description |
---|
EventPermission(EventGenerator gen)
Creates a permission for events generated by the given event generator with
null as name. |
Modifier and Type | Class and Description |
---|---|
class |
Buttons
A Buttons event generator is usually associated to a group of physical buttons and allow to generate events relating
to them.
|
class |
Command |
class |
GenericEventGenerator
Generic event generator.
|
class |
Pointer
A pointer event generator represents a pointing device that is usually associated to a group of physical buttons.
|
class |
States
A states event generator is usually associated to a group of physical devices holding a position (switch, rotary
wheel encoder, ...) and allows to generate events relating to them.
|