|
MIDP3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Display | |
---|---|
javax.microedition.lcdui | The APIs in the LCDUI package provide a set of features for implementing user interfaces in MIDP applications. |
Uses of Display in javax.microedition.lcdui |
---|
Methods in javax.microedition.lcdui that return Display | |
---|---|
Display |
Displayable.getCurrentDisplay()
Returns the Display associated with this Displayable. |
static Display |
Display.getDisplay(MIDlet m)
Gets the primary Display object that is unique to this
MIDlet . |
static Display[] |
Display.getDisplays(int capabilities)
Gets a list of all the Displays for this MIDlet. |
Methods in javax.microedition.lcdui with parameters of type Display | |
---|---|
protected void |
IdleItem.addedToDisplay(Display display)
Indicates that this IdleItem is part of the idle screen. |
void |
DisplayListener.displayAdded(Display d)
This method is called when a new Display becomes available
for the MIDlet. |
void |
DisplayListener.displayStateChanged(Display d,
int newState)
This method is called when the state of a Display changes. |
void |
DisplayListener.hardwareStateChanged(Display d,
int newState)
This method is called when the state of a Display's hardware changes. |
void |
DisplayListener.orientationChanged(Display d,
int newOrientation)
This method is called when a Display's orientation changes. |
boolean |
AlertType.playSound(Display display)
Alert the user by playing the sound for this AlertType . |
protected void |
IdleItem.removedFromDisplay(Display display)
Indicates that this IdleItem is no longer part of the
idle screen. |
void |
DisplayListener.sizeChanged(Display d,
int w,
int h)
The implementation calls this method when the dimensions of a Display have been changed, i.e. |
|
MIDP3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |