Interface ConsolePane<C>

    • Field Detail

      • NO_CONSOLE_PROPERTY

        static final String NO_CONSOLE_PROPERTY
        System property which, if set, suppresses the SciJava console window.
        See Also:
        Constant Field Values
    • Method Detail

      • append

        void append​(OutputEvent event)
        Appends the given output to the console.
      • show

        void show()
        Makes the console visible.