public interface ConsolePane<C> extends UIComponent<C>, OutputListener
stdout
and stderr
console output.Modifier and Type | Field and Description |
---|---|
static String |
NO_CONSOLE_PROPERTY
System property which, if set, suppresses the SciJava console window.
|
Modifier and Type | Method and Description |
---|---|
void |
append(OutputEvent event)
Appends the given output to the console.
|
void |
show()
Makes the console visible.
|
getComponent, getComponentType
outputOccurred
static final String NO_CONSOLE_PROPERTY
void append(OutputEvent event)
void show()
Copyright © 2015–2022 SciJava. All rights reserved.