org.scijava.ui.console
Interface ConsolePane<C>

All Superinterfaces:
OutputListener, UIComponent<C>
All Known Implementing Classes:
AbstractConsolePane

public interface ConsolePane<C>
extends UIComponent<C>, OutputListener

A panel which displays stdout and stderr console output.

Author:
Curtis Rueden

Method Summary
 void append(OutputEvent event)
          Appends the given output to the console.
 void show()
          Makes the console visible.
 
Methods inherited from interface org.scijava.widget.UIComponent
getComponent, getComponentType
 
Methods inherited from interface org.scijava.console.OutputListener
outputOccurred
 

Method Detail

append

void append(OutputEvent event)
Appends the given output to the console.


show

void show()
Makes the console visible.



Copyright © 2009–2015 SciJava. All rights reserved.