org.scijava.ui.console
Class AbstractConsolePane<C>

java.lang.Object
  extended by org.scijava.ui.console.AbstractConsolePane<C>
All Implemented Interfaces:
OutputListener, ConsolePane<C>, UIComponent<C>

public abstract class AbstractConsolePane<C>
extends Object
implements ConsolePane<C>

Abstract base class of ConsolePane implementations.

Author:
Curtis Rueden

Constructor Summary
AbstractConsolePane(Context context)
           
 
Method Summary
 void outputOccurred(OutputEvent event)
          Method called when output occurs on stdout or stderr.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.scijava.ui.console.ConsolePane
append, show
 
Methods inherited from interface org.scijava.widget.UIComponent
getComponent, getComponentType
 

Constructor Detail

AbstractConsolePane

public AbstractConsolePane(Context context)
Method Detail

outputOccurred

public void outputOccurred(OutputEvent event)
Description copied from interface: OutputListener
Method called when output occurs on stdout or stderr.

Specified by:
outputOccurred in interface OutputListener


Copyright © 2009–2015 SciJava. All rights reserved.