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 |
---|
HydraCombo.HyperspectralSelectorWrapper(String variable,
ConstantMap[] color,
HydraCombo control,
Console console) |
HydraCombo.MultispectralSelectorWrapper(String variable,
ConstantMap[] color,
HydraCombo control,
Console console) |
HydraCombo.SelectorWrapper(String variable,
ConstantMap[] color,
HydraCombo control,
Console console) |
LinearCombo.Selector(float waveNumber,
ConstantMap[] color,
HydraControl control,
Console console) |
Modifier and Type | Field and Description |
---|---|
private Console |
Runner.console |
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 Map<String,Console> |
OutputStreamDemux.consoleMap |
protected static Map<JTextPane,Console> |
ConsoleAction.mapping |
Modifier and Type | Method and Description |
---|---|
protected Console |
ConsoleAction.getSourceConsole(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,
Throwable e)
Sends error information to the specified console.
|
void |
Interpreter.handleStreams(Console console,
String command)
Sends the contents of
Interpreter.stdout and Interpreter.stderr on their
merry way. |
boolean |
Interpreter.push(Console console,
String line)
Here's the magic!
|