- ej.drawing - package ej.drawing
-
Contains classes to implement ej.drawing ShapePainter and TransformPainter drawings.
- ej.microui - package ej.microui
-
- ej.microui.display - package ej.microui.display
-
Contains classes to implement a MicroUI Display and to implement MicroUI Painter drawings.
- ej.microui.event - package ej.microui.event
-
Contains classes to send input events to MicroEJ application.
- ej.microui.led - package ej.microui.led
-
Contains class to implement a MicroUI Led.
- enqueudEvent(int) - Method in class ej.microui.event.EventQueue
-
Adds an event in the queue of events.
- enqueudEvents(int[]) - Method in class ej.microui.event.EventQueue
-
Adds the events in the queue of events, respecting the array order.
- ESC - Static variable in class ej.microui.event.EventCommand
-
The "escape" command constant.
- EventButton - Class in ej.microui.event
-
This class holds all methods to send MicroUI Button events to MicroUI application.
- EventCommand - Class in ej.microui.event
-
This class holds all methods to send MicroUI Command events to MicroUI application.
- EventGeneric - Class in ej.microui.event
-
This class holds all methods to send MicroUI generic events to MicroUI application.
- EventPointer - Class in ej.microui.event
-
This class holds all methods to send MicroUI Pointer events to MicroUI application.
- EventQueue - Class in ej.microui.event
-
The events queue is a mechanism to store some MicroUI and LLUIInput events in a linked list.
- EventState - Class in ej.microui.event
-
This class holds all methods to send MicroUI States events to MicroUI application.
- EventTouch - Class in ej.microui.event
-
This class holds all methods to send MicroUI Touch events to MicroUI application.
- EXIT - Static variable in class ej.microui.event.EventCommand
-
The "exit" command constant.