|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ir.utilities.UserInput
A place to put some helper functions for interacting with the user
Constructor Summary | |
UserInput()
|
Method Summary | |
static java.lang.String |
prompt(java.lang.String promptString)
Prompt the user with a string and then get a line of input |
static java.lang.String |
readLine()
Read a line of input from the user |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserInput()
Method Detail |
public static java.lang.String readLine()
public static java.lang.String prompt(java.lang.String promptString)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |