|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutputPaneable
An interface to the output pane of the GUI where all outputs from the GUI program should go and be displayed.
| Method Summary | |
|---|---|
OutputStream |
outputStream()
Returns an output stream view of this output area. |
void |
println(String msg)
Appends the given message msg to this output
area. |
| Method Detail |
|---|
void println(String msg)
msg to this output
area. A newline character is automatically appended at the end
of the message.
OutputStream outputStream()
|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||