projectpossibility
Class CRecordScreen

java.lang.Object
  extended by javax.microedition.lcdui.Displayable
      extended by javax.microedition.lcdui.Screen
          extended by javax.microedition.lcdui.Form
              extended by projectpossibility.CRecordScreen

public class CRecordScreen
extends javax.microedition.lcdui.Form

Displays info for recording user-defined detection sounds.


Constructor Summary
CRecordScreen()
           
 
Method Summary
 void setText(java.lang.String text)
          Allows changing the display text.
 
Methods inherited from class javax.microedition.lcdui.Form
append, append, append, delete, deleteAll, get, getHeight, getWidth, insert, set, setItemStateListener, size
 
Methods inherited from class javax.microedition.lcdui.Displayable
addCommand, getTicker, getTitle, isShown, removeCommand, setCommandListener, setTicker, setTitle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRecordScreen

public CRecordScreen()
Method Detail

setText

public void setText(java.lang.String text)
Allows changing the display text.

Parameters:
text - Text to change it to.