|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--sharpster.client.userinterface.UserInterface
Class responsible for user interaction. It is used by the user of the local client, but none of the modules knows of the class.
| Constructor Summary | |
UserInterface(sharpster.client.daemoncommunication.DaemonCommunication dc,
sharpster.client.localplugin.LocalPluginManager lpm)
Constructs a user interface object |
|
| Method Summary | |
void |
parseUserInput(java.lang.String[] argv)
Parses user input and and delegates the handling of each command to the correct private method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UserInterface(sharpster.client.daemoncommunication.DaemonCommunication dc,
sharpster.client.localplugin.LocalPluginManager lpm)
| Method Detail |
public void parseUserInput(java.lang.String[] argv)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||