Package | Description |
---|---|
edu.wisc.ssec.mcidasv.control |
McIDAS-V specific controls.
|
edu.wisc.ssec.mcidasv.jython |
Modifier and Type | Field and Description |
---|---|
private Console |
LinearCombo.console |
private Console |
LinearCombo.Selector.console |
private Console |
HydraCombo.CombinationPanel.console |
Constructor and Description |
---|
HyperspectralSelectorWrapper(java.lang.String variable,
ConstantMap[] color,
HydraCombo control,
Console console) |
MultispectralSelectorWrapper(java.lang.String variable,
ConstantMap[] color,
HydraCombo control,
Console console) |
Selector(float waveNumber,
ConstantMap[] color,
HydraControl control,
Console console)
Create a new Selector.
|
SelectorWrapper(java.lang.String variable,
ConstantMap[] color,
HydraCombo control,
Console console) |
Modifier and Type | Field and Description |
---|---|
private Console |
Runner.console
Console that created this Runner instance. |
private Console |
DefaultMenuWrangler.console
The
Console whose menus we're "wrangling". |
protected Console |
DefaultMenuWrangler.MenuAction.console |
protected Console |
ConsoleAction.console |
protected Console |
Command.console
Console that created this command.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Console> |
OutputStreamDemux.consoleMap |
protected static java.util.Map<javax.swing.JTextPane,Console> |
ConsoleAction.mapping |
Modifier and Type | Method and Description |
---|---|
protected Console |
ConsoleAction.getSourceConsole(java.awt.event.ActionEvent e)
Attempts to return the console where the
ActionEvent originated. |
Modifier and Type | Method and Description |
---|---|
void |
OutputStreamDemux.addStream(Console console,
Interpreter interpreter,
OutputStreamDemux.OutputType type) |
void |
Interpreter.handleException(Console console,
java.lang.Throwable e)
Sends error information to the specified console.
|
void |
Interpreter.handleStreams(Console console,
java.lang.String command)
Sends the contents of
Interpreter.stdout and Interpreter.stderr on their
merry way. |
boolean |
Interpreter.push(Console console,
java.lang.String line)
Here's the magic!
|
Constructor and Description |
---|
BatchCommand(Console console,
java.lang.String bufferSource,
java.util.List<java.lang.String> buffer) |
ClearBufferAction(Console console) |
Command(Console console)
Creates a command.
|
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,
java.lang.String name)
Creates an ejection command for
name . |
EndAction(Console console,
Console.Actions type) |
EnterAction(Console console,
Console.Actions type) |
HomeAction(Console console,
Console.Actions type) |
InjectCommand(Console console,
java.lang.String name,
java.lang.Object object)
Creates an injection command based upon the specified name and object.
|
LineCommand(Console console,
java.lang.String command)
Creates a command based upon the contents of
command . |
LoadFileCommand(Console console,
java.lang.String name,
java.lang.String path)
Creates a command that will attempt to execute a Jython file in the
namespace given by
name . |
MenuAction(Console console,
java.lang.String label) |
PasteAction(Console console,
Console.Actions type) |
PasteTextAction(Console console) |
RegisterCallbackCommand(Console console,
ConsoleCallback callback) |
Runner(Console console)
Creates a new "console runner thread" for a given
Console . |
Runner(Console console,
java.util.List<java.lang.String> commands)
Creates a new "console runner thread" for a given
Console and supplies a List of initial
"commands" to be executed. |
SelectBufferAction(Console console) |
TabAction(Console console,
Console.Actions type) |
UpAction(Console console,
Console.Actions type) |