Package | Description |
---|---|
org.scijava.console |
Modifier and Type | Method and Description |
---|---|
OutputEvent.Source |
OutputEvent.getSource()
Gets the source of the output.
|
static OutputEvent.Source |
OutputEvent.Source.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputEvent.Source[] |
OutputEvent.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OutputEvent(Context context,
OutputEvent.Source source,
String output,
boolean contextual)
Creates a new output event.
|
Copyright © 2015–2022 SciJava. All rights reserved.