- SELECT - Static variable in class ej.microui.event.EventCommand
-
The "select" command constant.
- sendEvent(int) - Static method in class ej.microui.event.EventCommand
-
- sendEvent(String, int) - Static method in class ej.microui.event.EventCommand
-
Send a command event to the event generator.
- sendEvent(String, int) - Static method in class ej.microui.event.EventGeneric
-
Send a generic event to the event generator.
- sendEvent(int) - Static method in class ej.microui.event.LLUIInput
-
Sends an event in the queue.
- sendEvent(String, int) - Static method in class ej.microui.event.LLUIInput
-
Constructs an event and sends it to the simulator input queue.
- sendEvent(int, int) - Static method in class ej.microui.event.LLUIInput
-
Constructs an event and sends it to the simulator input queue.
- sendEvents(String, int[]) - Static method in class ej.microui.event.EventGeneric
-
Send several generic events to the event generator.
- sendEvents(int[]) - Static method in class ej.microui.event.LLUIInput
-
Sends several events in the queue.
- sendLongEvent(int) - Static method in class ej.microui.event.EventButton
-
- sendLongEvent(String, int) - Static method in class ej.microui.event.EventButton
-
Send a LONG event to the event generator.
- sendMovedEvent(int, int, boolean) - Static method in class ej.microui.event.EventPointer
-
- sendMovedEvent(String, int, int, boolean) - Static method in class ej.microui.event.EventPointer
-
Send a MOVE event to the event generator.
- sendMovedEvent(int, int) - Static method in class ej.microui.event.EventTouch
-
- sendMovedEvent(String, int, int) - Static method in class ej.microui.event.EventTouch
-
Send a MOVE event to the event generator.
- sendPressedEvent(int) - Static method in class ej.microui.event.EventButton
-
- sendPressedEvent(String, int) - Static method in class ej.microui.event.EventButton
-
Send a PRESSED event to the event generator.
- sendPressedEvent(int, int, int, boolean) - Static method in class ej.microui.event.EventPointer
-
- sendPressedEvent(String, int, int, int, boolean) - Static method in class ej.microui.event.EventPointer
-
Send a PRESSED event to the event generator.
- sendPressedEvent(int, int) - Static method in class ej.microui.event.EventTouch
-
- sendPressedEvent(String, int, int) - Static method in class ej.microui.event.EventTouch
-
Send a PRESSED event to the event generator.
- sendReleasedEvent(int) - Static method in class ej.microui.event.EventButton
-
- sendReleasedEvent(String, int) - Static method in class ej.microui.event.EventButton
-
Send a RELEASED event to the event generator.
- sendReleasedEvent(int) - Static method in class ej.microui.event.EventPointer
-
- sendReleasedEvent(String, int) - Static method in class ej.microui.event.EventPointer
-
Send a RELEASED event to the event generator.
- sendReleasedEvent() - Static method in class ej.microui.event.EventTouch
-
- sendReleasedEvent(String) - Static method in class ej.microui.event.EventTouch
-
Send a RELEASED event to the event generator.
- sendRepeatedEvent(int) - Static method in class ej.microui.event.EventButton
-
- sendRepeatedEvent(String, int) - Static method in class ej.microui.event.EventButton
-
Send a REPEATED event to the event generator.
- sendStateEvent(int, int) - Static method in class ej.microui.event.EventState
-
- sendStateEvent(String, int, int) - Static method in class ej.microui.event.EventState
-
Send a STATE event to the event generator.
- SET_BACKGROUND_COLOR - Static variable in class ej.microui.Log
-
Event identifier for "set background color".
- SET_CLIP - Static variable in class ej.microui.Log
-
Event identifier for "set clip".
- SET_FOREGROUND_COLOR - Static variable in class ej.microui.Log
-
Event identifier for "set foreground color".
- setBacklight(int) - Method in interface ej.microui.display.LLUIDisplayImpl
-
Sets the backlight of the display.
- setClip(int, int, int, int) - Method in interface ej.microui.display.MicroUIGraphicsContext
-
Sets the clip.
- setContrast(int) - Method in interface ej.microui.display.LLUIDisplayImpl
-
Sets the contrast of the display.
- setInitialStateValue(int, int, int) - Static method in class ej.microui.event.EventState
-
Initializes a state generator with its default state on startup.
- setIntensity(int) - Method in interface ej.microui.led.LLUILedImpl
-
Sets the intensity of this led.
- setMicroUIColor(int) - Method in interface ej.microui.display.MicroUIGraphicsContext
-
Sets the current MicroUI drawing color to use to perform drawings.
- setX1(int) - Method in class ej.microui.display.Rectangle
-
Sets the left x.
- setX2(int) - Method in class ej.microui.display.Rectangle
-
Sets the right x.
- setY1(int) - Method in class ej.microui.display.Rectangle
-
Sets the top y.
- setY2(int) - Method in class ej.microui.display.Rectangle
-
Sets the bottom y.
- size() - Method in class ej.microui.event.EventQueue
-
Returns the number of elements in this list.
- START - Static variable in class ej.microui.event.EventCommand
-
The "start" command constant.
- STOP - Static variable in class ej.microui.event.EventCommand
-
The "stop" command constant.
- STRING_WIDTH - Static variable in class ej.microui.Log
-
Event identifier for "string width".
- stringWidth(char[], int, int, byte[]) - Static method in class ej.microui.display.LLUIPainter
-
Computes the rendered width of a string.
- stringWidth(char[], MicroUIFont) - Method in interface ej.microui.display.UIDrawing
-
Computes the rendered width of a string.
- stringWidth(char[], MicroUIFont) - Method in interface ej.microui.display.UIFontDrawing
-
Computes the rendered width of a string.