Uses of Class
edu.wisc.ssec.mcidasv.jython.Console
Packages that use Console
Package
Description
McIDAS-V specific controls.
-
Uses of Console in edu.wisc.ssec.mcidasv.control
Fields in edu.wisc.ssec.mcidasv.control declared as ConsoleModifier and TypeFieldDescriptionprivate final Console
HydraCombo.CombinationPanel.console
private Console
LinearCombo.console
private Console
LinearCombo.Selector.console
Constructors in edu.wisc.ssec.mcidasv.control with parameters of type ConsoleModifierConstructorDescriptionHyperspectralSelectorWrapper
(String variable, ConstantMap[] color, HydraCombo control, Console console) MultispectralSelectorWrapper
(String variable, ConstantMap[] color, HydraCombo control, Console console) Selector
(float waveNumber, ConstantMap[] color, HydraControl control, Console console) Create a new Selector.SelectorWrapper
(String variable, ConstantMap[] color, HydraCombo control, Console console) -
Uses of Console in edu.wisc.ssec.mcidasv.jython
Fields in edu.wisc.ssec.mcidasv.jython declared as ConsoleModifier and TypeFieldDescriptionprotected Console
Command.console
Console that created this command.protected Console
ConsoleAction.console
private final Console
DefaultMenuWrangler.console
TheConsole
whose menus we're "wrangling".protected final Console
DefaultMenuWrangler.MenuAction.console
private final Console
Runner.console
Console
that created thisRunner
instance.Fields in edu.wisc.ssec.mcidasv.jython with type parameters of type ConsoleMethods in edu.wisc.ssec.mcidasv.jython that return ConsoleModifier and TypeMethodDescriptionprotected Console
ConsoleAction.getSourceConsole
(ActionEvent e) Attempts to return the console where theActionEvent
originated.Methods in edu.wisc.ssec.mcidasv.jython with parameters of type ConsoleModifier and TypeMethodDescriptionvoid
OutputStreamDemux.addStream
(Console console, Interpreter interpreter, OutputStreamDemux.OutputType type) void
Interpreter.handleException
(Console console, Throwable e) Sends error information to the specified console.void
Interpreter.handleStreams
(Console console, String command) Sends the contents ofInterpreter.stdout
andInterpreter.stderr
on their merry way.boolean
Here's the magic!Constructors in edu.wisc.ssec.mcidasv.jython with parameters of type ConsoleModifierConstructorDescriptionBatchCommand
(Console console, String bufferSource, List<String> buffer) ClearBufferAction
(Console console) Creates a command.protected
ConsoleAction
(Console console, Console.Actions type) CopyTextAction
(Console console) CutTextAction
(Console console) DefaultMenuWrangler
(Console console) DeleteAction
(Console console, Console.Actions type) DownAction
(Console console, Console.Actions type) EjectCommand
(Console console, String name) Creates an ejection command forname
.EndAction
(Console console, Console.Actions type) EnterAction
(Console console, Console.Actions type) HomeAction
(Console console, Console.Actions type) InjectCommand
(Console console, String name, Object object) Creates an injection command based upon the specified name and object.LineCommand
(Console console, String command) Creates a command based upon the contents ofcommand
.LoadFileCommand
(Console console, String name, String path) Creates a command that will attempt to execute a Jython file in the namespace given byname
.protected
MenuAction
(Console console, String label) PasteAction
(Console console, Console.Actions type) PasteTextAction
(Console console) RegisterCallbackCommand
(Console console, ConsoleCallback callback) Creates a new "console runner thread" for a givenConsole
.SelectBufferAction
(Console console) TabAction
(Console console, Console.Actions type) UpAction
(Console console, Console.Actions type)