|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectForm
screens.StartScreen
public class StartScreen
The initial screen used for BadCoffee. When the screen is first set, it checks if the user has logged in already or not. If they have logged in, it moves them to the "Home" section of this screen.
| Constructor Summary | |
|---|---|
StartScreen(java.lang.String formTitle,
BadCoffeeFinal p,
User u)
Constructor. |
|
| Method Summary | |
|---|---|
void |
commandAction(Command command,
Item item)
|
void |
setupLogin()
Sets up the screen for a login. |
void |
setupScreen()
Sets up the home screen once the user has been authenticated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StartScreen(java.lang.String formTitle,
BadCoffeeFinal p,
User u)
formTitle - - The title of the form.p - - The main link.u - - The user object to use.| Method Detail |
|---|
public void setupLogin()
public void setupScreen()
public void commandAction(Command command,
Item item)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||