|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Outputer
An interface to the output console. The output console is used to display all text-based outputs from other GUI components.
| Method Summary | |
|---|---|
void |
addContentsChangeListener(ContentsChangeListener l)
Registers the given contents change listener. |
JComponent |
getView()
Returns the output pane that can be added to the main GUI. |
OutputStream |
outputStream()
Returns an output stream view of this output console. |
void |
println(String msg)
Appends the given message msg to this output
area. |
void |
setSourceCodeViewer(SourceCodeViewer viewer)
Sets the the source code viewer to locate and highlight the source code lines corresponding to the error messages printed on this outputer. |
| Method Detail |
|---|
JComponent getView()
void println(String msg)
msg to this output
area. A newline character is automatically appended to the end
of the message.
OutputStream outputStream()
void setSourceCodeViewer(SourceCodeViewer viewer)
void addContentsChangeListener(ContentsChangeListener l)
|
JET | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||