|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectForm
screens.FavScreen
public class FavScreen
This is the favorite groups screen. This holds a quick link to all of the groups the user has marked as favorite.
| Constructor Summary | |
|---|---|
FavScreen(java.lang.String formTitle,
BadCoffeeFinal m)
Constructor for the screen. |
|
| Method Summary | |
|---|---|
void |
addFav(java.lang.String name)
|
void |
commandAction(Command command,
Item item)
|
void |
groupLoad(java.lang.String name)
Function to load groups directly instead of going through the search screen. |
boolean |
inFav(java.lang.String name)
Check whether or not a group name is in the favorites list. |
void |
setupScreen()
Sets up the screen for display. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FavScreen(java.lang.String formTitle,
BadCoffeeFinal m)
formTitle - m - | Method Detail |
|---|
public void setupScreen()
public boolean inFav(java.lang.String name)
name -
public void addFav(java.lang.String name)
public void groupLoad(java.lang.String name)
name - - The name of the group.
public void commandAction(Command command,
Item item)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||