public interface IScriptConsole
Modifier and Type | Method and Description |
---|---|
void |
appendOutput(java.awt.Component component,
javax.swing.text.AttributeSet style)
Append to script console ...
|
void |
appendOutput(javax.swing.Icon icon,
javax.swing.text.AttributeSet style)
Append to script console ...
|
void |
appendOutput(java.lang.String text,
javax.swing.text.AttributeSet style)
Append to script console ...
|
void |
appendOutput(java.lang.Throwable t)
append exception to console output
|
void |
appendOutputNl(java.lang.String text,
javax.swing.text.AttributeSet style)
Append to script console ...
|
void |
clearConsole()
Clear the console ...
|
void appendOutput(java.awt.Component component, javax.swing.text.AttributeSet style) throws java.lang.Exception
component
- style
- java.lang.Exception
void appendOutput(javax.swing.Icon icon, javax.swing.text.AttributeSet style) throws java.lang.Exception
icon
- style
- java.lang.Exception
void appendOutput(java.lang.String text, javax.swing.text.AttributeSet style) throws java.lang.Exception
text
- style
- java.lang.Exception
void appendOutputNl(java.lang.String text, javax.swing.text.AttributeSet style) throws java.lang.Exception
text
- style
- java.lang.Exception
void appendOutput(java.lang.Throwable t) throws java.lang.Exception
t
- java.lang.Exception
void clearConsole()