contents
Class MainScreen

java.lang.Object
  extended by Form
      extended by contents.MainScreen

public class MainScreen
extends Form

Inbox screen

Author:
Gabriele Bianchi

Field Summary
static Command BACK
           
 ChoiceGroup mails
           
 java.util.Vector messages
           
static Command READ
           
static Command REFRESH
           
static Command WRITE
           
 
Constructor Summary
MainScreen(StartMidlet midlet)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BACK

public static Command BACK

mails

public ChoiceGroup mails

messages

public java.util.Vector messages

READ

public static Command READ

REFRESH

public static Command REFRESH

WRITE

public static Command WRITE
Constructor Detail

MainScreen

public MainScreen(StartMidlet midlet)