textbox
Class TextBoxDemo

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by textbox.TextBoxDemo
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener

public class TextBoxDemo
extends javax.microedition.midlet.MIDlet
implements javax.microedition.lcdui.CommandListener

The textbox demo displays a list of all the text box types and allows the user to select a specific type of text box to try.


Field Summary
(package private) static java.lang.String[] textBoxLabels
          The labels for the supported textboxs.
(package private) static int[] textBoxTypes
          The supported textbox types.
 
Constructor Summary
TextBoxDemo()
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable d)
           
protected  void destroyApp(boolean unconditional)
           
protected  void pauseApp()
           
protected  void startApp()
           
 
Methods inherited from class javax.microedition.midlet.MIDlet
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textBoxLabels

static final java.lang.String[] textBoxLabels
The labels for the supported textboxs.


textBoxTypes

static final int[] textBoxTypes
The supported textbox types.

Constructor Detail

TextBoxDemo

public TextBoxDemo()
Method Detail

startApp

protected void startApp()
Specified by:
startApp in class javax.microedition.midlet.MIDlet

destroyApp

protected void destroyApp(boolean unconditional)
Specified by:
destroyApp in class javax.microedition.midlet.MIDlet

pauseApp

protected void pauseApp()
Specified by:
pauseApp in class javax.microedition.midlet.MIDlet

commandAction

public void commandAction(javax.microedition.lcdui.Command c,
                          javax.microedition.lcdui.Displayable d)
Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener