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 ConsoleHydraCombo.CombinationPanel.consoleprivate ConsoleLinearCombo.consoleprivate ConsoleLinearCombo.Selector.consoleConstructors 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 ConsoleCommand.consoleConsole that created this command.protected ConsoleConsoleAction.consoleprivate final ConsoleDefaultMenuWrangler.consoleTheConsolewhose menus we're "wrangling".protected final ConsoleDefaultMenuWrangler.MenuAction.consoleprivate final ConsoleRunner.consoleConsolethat created thisRunnerinstance.Fields in edu.wisc.ssec.mcidasv.jython with type parameters of type ConsoleMethods in edu.wisc.ssec.mcidasv.jython that return ConsoleModifier and TypeMethodDescriptionprotected ConsoleConsoleAction.getSourceConsole(ActionEvent e) Attempts to return the console where theActionEventoriginated.Methods in edu.wisc.ssec.mcidasv.jython with parameters of type ConsoleModifier and TypeMethodDescriptionvoidOutputStreamDemux.addStream(Console console, Interpreter interpreter, OutputStreamDemux.OutputType type) voidInterpreter.handleException(Console console, Throwable e) Sends error information to the specified console.voidInterpreter.handleStreams(Console console, String command) Sends the contents ofInterpreter.stdoutandInterpreter.stderron their merry way.booleanHere'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.protectedConsoleAction(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.protectedMenuAction(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)