Uses of Class
org.scijava.console.OutputEvent.Source
-
Packages that use OutputEvent.Source Package Description org.scijava.console -
-
Uses of OutputEvent.Source in org.scijava.console
Methods in org.scijava.console that return OutputEvent.Source Modifier and Type Method Description OutputEvent.SourceOutputEvent. getSource()Gets the source of the output.static OutputEvent.SourceOutputEvent.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.Constructors in org.scijava.console with parameters of type OutputEvent.Source Constructor Description OutputEvent(Context context, OutputEvent.Source source, String output, boolean contextual)Creates a new output event.
-