javax.microedition.lcdui
Class Screen

java.lang.Object
  extended by javax.microedition.lcdui.Displayable
      extended by javax.microedition.lcdui.Screen
Direct Known Subclasses:
Alert, Form, List, TextBox

public abstract class Screen
extends Displayable

Author:
Andre Nijholt

Field Summary
 
Fields inherited from class javax.microedition.lcdui.Displayable
KEY_BACK, KEY_ENTER, KEY_LEFT, KEY_RIGHT
 
Constructor Summary
Screen()
           
 
Method Summary
 
Methods inherited from class javax.microedition.lcdui.Displayable
addCommand, clearPaintRequest, getHeight, getPaintRequest, getTicker, getTitle, getWidth, isShown, removeCommand, repaint, setCommandListener, setTicker, setTicker, setTitle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Screen

public Screen()