|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for interpreters that work with the ShellTextArea.
ShellTextArea
Method Summary | |
java.lang.String |
evaluateCommand(java.lang.String command)
Evaluate the specified command. |
boolean |
isCommandComplete(java.lang.String command)
Return true if the specified command is complete (ready to be interpreted). |
Method Detail |
public java.lang.String evaluateCommand(java.lang.String command) throws java.lang.Exception
command
- The command.
java.lang.Exception
- If something goes wrong processing the command.ShellTextArea.returnResult(String)
public boolean isCommandComplete(java.lang.String command)
command
- The command.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |