Package org.scijava.ui.console
Class AbstractConsolePane<C>
- java.lang.Object
-
- 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 ofConsolePaneimplementations.- Author:
- Curtis Rueden
-
-
Field Summary
-
Fields inherited from interface org.scijava.ui.console.ConsolePane
NO_CONSOLE_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description AbstractConsolePane(Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidoutputOccurred(OutputEvent event)Method called when output occurs onstdoutorstderr.-
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:OutputListenerMethod called when output occurs onstdoutorstderr.- Specified by:
outputOccurredin interfaceOutputListener
-
-