|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcs015.PizzaDex.UserInterface
Package PizzaDex
class UserInterface
author plm
Constructor Summary | |
UserInterface(ListInterface list)
|
Method Summary | |
char |
getChoice()
getChoice() Called by processChoice. |
void |
printMenu()
printMenu() Called by main. |
char |
processChoice()
processChoice() Called by main. |
void |
start()
Has control of the program. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserInterface(ListInterface list)
Method Detail |
public void start()
public char getChoice()
public char processChoice()
public void printMenu()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |