Package | Description |
---|---|
javax.microedition.lui |
[OPTIONAL] Set of features to implement Line-oriented User Interface.
|
Modifier and Type | Method and Description |
---|---|
static Display |
Display.getDisplay(MIDlet m)
Gets the primary
Display object that is unique to this
application. |
static Display[] |
Display.getDisplays(MIDlet m,
boolean keyEventSupport)
Gets a list of all the
Display s for this application. |
Modifier and Type | Method and Description |
---|---|
void |
DisplayListener.hardwareStateChanged(Display d,
DisplayHardwareState newState)
This method is called when the hardware state of a Display's hardware
changes, e.g.
|
void |
DisplayListener.hardwareStateChanged(Display d,
DisplayState newState)
This method is called when the state of a Display's hardware changes.
|
Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.