Package | Description |
---|---|
org.scijava.console | |
org.scijava.ui.console | |
org.scijava.ui.swing.console |
Modifier and Type | Method and Description |
---|---|
void |
DefaultConsoleService.notifyListeners(OutputEvent event) |
void |
ConsoleService.notifyListeners(OutputEvent event)
Notifies listeners of output sent to
stdout or stderr . |
void |
OutputListener.outputOccurred(OutputEvent event)
Method called when output occurs on
stdout or stderr . |
Modifier and Type | Method and Description |
---|---|
void |
ConsolePane.append(OutputEvent event)
Appends the given output to the console.
|
void |
AbstractConsolePane.outputOccurred(OutputEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
SwingConsolePane.append(OutputEvent event) |
void |
ConsolePanel.outputOccurred(OutputEvent event) |
Copyright © 2015–2022 SciJava. All rights reserved.