|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMIDlet
mmc.StartMidlet
public class StartMidlet
Application midlet
Field Summary | |
---|---|
Display |
display
|
InboxThread |
inboxThread
|
Constructor Summary | |
---|---|
StartMidlet()
|
Method Summary | |
---|---|
void |
commandAction(Command cmd,
Displayable dsp)
|
void |
destroyApp(boolean unconditional)
destroyApplication |
void |
genericErrorConnection(java.lang.String exc)
Error notification |
void |
genericSaveError(java.lang.String exc)
Error notification |
Form |
getGuiComposeScreen()
Show the compose panel |
Form |
getGuiComposeScreenForw(Message message)
Show the compose panel for forward |
Form |
getGuiComposeScreenReply(Message message)
Show the compose panel for reply |
Form |
getGuiInboxScreen()
Show the inbox panel |
Alert |
getGuiIntroScreen()
Show the intro logo and author info |
Form |
getGuiParamScreen()
Show the settings screen |
Form |
getGuiReadScreen(int index)
Show the message panel |
Form |
getGuiStartScreen()
Show the start screen |
void |
notifyBadConnection(java.lang.String exc)
Error notification |
void |
returnToInboxError(java.lang.String exc)
Error notification |
void |
returnToMessageError(java.lang.String exc)
Error notification |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Display display
public InboxThread inboxThread
Constructor Detail |
---|
public StartMidlet()
Method Detail |
---|
public void commandAction(Command cmd, Displayable dsp)
cmd
- dsp
- public void destroyApp(boolean unconditional)
unconditional
- public void genericErrorConnection(java.lang.String exc)
exc
- public void genericSaveError(java.lang.String exc)
exc
- public Form getGuiComposeScreen()
public Form getGuiComposeScreenForw(Message message)
mesage
-
public Form getGuiComposeScreenReply(Message message)
mesage
-
public Form getGuiInboxScreen()
public Alert getGuiIntroScreen()
public Form getGuiParamScreen()
public Form getGuiReadScreen(int index)
public Form getGuiStartScreen()
public void notifyBadConnection(java.lang.String exc)
exc
- public void returnToInboxError(java.lang.String exc)
exc
- public void returnToMessageError(java.lang.String exc)
exc
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |