MIDP3.0

Uses of Class
javax.microedition.lcdui.Display

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

Send a comment or suggestionVersion 3.0 of Mobile Information Device Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-2009 Motorola Inc. Portions copyright 1993-2002 Sun Microsystems, Inc. and Motorola, Inc. All Rights Reserved.