Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

MID Profile

Uses of Class
javax.microedition.lcdui.Screen

Packages that use Screen
javax.microedition.lcdui The UI API provides a set of features for implementation of user interfaces for MIDP applications. 
 

Uses of Screen in javax.microedition.lcdui
 

Subclasses of Screen in javax.microedition.lcdui
 class Alert
          An alert is a screen that shows data to the user and waits for a certain period of time before proceeding to the next screen.
 class Form
          A Form is a Screen that contains an arbitrary mixture of items: images, read-only text fields, editable text fields, editable date fields, gauges, and choice groups.
 class List
          The List class is a Screen containing list of choices.
 class TextBox
          The TextBox class is a Screen that allows the user to enter and edit text.
 


MID Profile

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 37 specification.