public interface ConsolePane<C> extends UIComponent<C>, OutputListener
stdout
and stderr
console output.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
void append(OutputEvent event)
void show()
Copyright © 2009–2015 SciJava. All rights reserved.