contents
Class ReadScreen

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

public class ReadScreen
extends Form

Screen for reading a mail

Author:
Gabriele Bianchi

Field Summary
static Command ATTACH
           
 ChoiceGroup attaches
           
static Command BACK
           
static Command DELETE
           
static Command FORWARD
           
 Message message
           
 int messageId
           
 StartMidlet midlet
           
static Command REPLY
           
 
Constructor Summary
ReadScreen(StartMidlet _midlet, int index)
           
 
Method Summary
 void commandAction(Command cmd, Item i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTACH

public static Command ATTACH

attaches

public ChoiceGroup attaches

BACK

public static Command BACK

DELETE

public static Command DELETE

FORWARD

public static Command FORWARD

message

public Message message

messageId

public int messageId

midlet

public StartMidlet midlet

REPLY

public static Command REPLY
Constructor Detail

ReadScreen

public ReadScreen(StartMidlet _midlet,
                  int index)
Method Detail

commandAction

public void commandAction(Command cmd,
                          Item i)
Parameters:
Command -
Item -