|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTextBox
screens.PostMessageScreen
public class PostMessageScreen
Screen which allows users to post new messages to the system.
| Constructor Summary | |
|---|---|
PostMessageScreen(java.lang.String title,
java.lang.String text,
int maxSize,
int constraints,
BadCoffeeFinal m)
Screen constructor. |
|
| Method Summary | |
|---|---|
void |
commandAction(Command c,
Displayable d)
|
void |
setGroupID(int id)
Sets the group ID number. |
void |
setMsgBody(java.lang.String b)
Sets the body of the message. |
void |
setMsgTitle(java.lang.String t)
Sets the title of the message. |
void |
setupTextBox()
Sets up the screen/text box. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PostMessageScreen(java.lang.String title,
java.lang.String text,
int maxSize,
int constraints,
BadCoffeeFinal m)
title - text - maxSize - constraints - | Method Detail |
|---|
public void setGroupID(int id)
id - public void setMsgTitle(java.lang.String t)
t - -- The title.public void setMsgBody(java.lang.String b)
b - -- The body.public void setupTextBox()
public void commandAction(Command c,
Displayable d)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||