Package | Description |
---|---|
javax.microedition.lui |
[OPTIONAL] Set of features to implement Line-oriented User Interface.
|
Modifier and Type | Method and Description |
---|---|
DisplayState |
Display.getDisplayState()
Gets the state of this
Display with respect to access to the
underlying hardware. |
static DisplayState |
DisplayState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DisplayState[] |
DisplayState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DisplayListener.hardwareStateChanged(Display d,
DisplayState newState)
This method is called when the state of a Display's hardware changes.
|
void |
Display.setDisplayState(DisplayState state)
Allows the application to request that a
Display becomes
assigned or unassigned. |
Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.