|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
All Juno consoles use the same abstract methods for output, so they are specified here.
| Method Summary | |
void |
errPrintln(String str)
Write a String followed by a newline to console error output location. |
boolean |
isEchoInput()
Query what kind of console this is. |
boolean |
isGUI()
Query what kind of console this is. |
boolean |
isRemote()
Query what kind of console this is. |
void |
println(String str)
Write a String followed by a newline to console output location. |
| Method Detail |
public void errPrintln(String str)
str - - the String to writepublic boolean isEchoInput()
public boolean isGUI()
public boolean isRemote()
public void println(String str)
str - - the string to write
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||