Package | Description |
---|---|
ej.microui.display | |
ej.microui.event |
Modifier and Type | Class and Description |
---|---|
class |
Displayable
Displayable is an abstract class which defines the very objects that can be shown on the
Display .A Displayable may be shown or hidden, but at most one Displayable is shown on the
Display .Subclasses should define the Displayable contents and their possible interactions with the user.By default, a new Displayable object is not visible on the display. |
Modifier and Type | Method and Description |
---|---|
EventHandler |
Display.getEventHandler()
Returns the display's event serializer.
|
Modifier and Type | Method and Description |
---|---|
EventHandler |
EventGenerator.getEventHandler()
Gets the generator's event handler.
|
Modifier and Type | Method and Description |
---|---|
void |
EventGenerator.setEventHandler(EventHandler eventHandler)
Sets an event handler to this event generator.
|