Package | Description |
---|---|
org.scijava.console | |
org.scijava.ui.console | |
org.scijava.ui.swing.console |
Modifier and Type | Method and Description |
---|---|
void |
DefaultConsoleService.addOutputListener(OutputListener l) |
void |
ConsoleService.addOutputListener(OutputListener l)
Adds a listener for output sent to
stdout or stderr . |
void |
DefaultConsoleService.removeOutputListener(OutputListener l) |
void |
ConsoleService.removeOutputListener(OutputListener l)
Removes a listener for output sent to
stdout or stderr . |
Modifier and Type | Interface and Description |
---|---|
interface |
ConsolePane<C>
A panel which displays
stdout and stderr console output. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConsolePane<C>
Abstract base class of
ConsolePane implementations. |
Modifier and Type | Class and Description |
---|---|
class |
ConsolePanel
|
class |
SwingConsolePane
Swing implementation of
ConsolePane . |
Copyright © 2015–2022 SciJava. All rights reserved.