public interface JScriptingConsole extends Component
| Modifier and Type | Method and Description |
|---|---|
void |
append(String s) |
void |
append(String msg,
Color color) |
void |
clear() |
PrintStream |
errors() |
Writer |
getErrorsWriter() |
Writer |
getOutputWriter() |
PrintStream |
output() |
asJComponentvoid append(String s)
void clear()
PrintStream errors()
PrintStream output()
Writer getOutputWriter()
Writer getErrorsWriter()