uk.co.silentsoftware.ui.views
Class AbstractTextMessageView

java.lang.Object
  extended by javax.microedition.lcdui.Displayable
      extended by javax.microedition.lcdui.Screen
          extended by javax.microedition.lcdui.Form
              extended by uk.co.silentsoftware.ui.views.AbstractFormView
                  extended by uk.co.silentsoftware.ui.views.AbstractTextMessageView
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener
Direct Known Subclasses:
ReceivedMessageView, SendTextMessageView

public abstract class AbstractTextMessageView
extends AbstractFormView


Constructor Summary
AbstractTextMessageView(javax.microedition.midlet.MIDlet parent, java.lang.String title)
           
 
Method Summary
 
Methods inherited from class uk.co.silentsoftware.ui.views.AbstractFormView
commandAction
 
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

AbstractTextMessageView

public AbstractTextMessageView(javax.microedition.midlet.MIDlet parent,
                               java.lang.String title)