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(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) |
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 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!
|
Constructor and Description |
---|
BatchCommand(Console console,
String bufferSource,
List<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,
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,
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 of
command . |
LoadFileCommand(Console console,
String name,
String path)
Creates a command that will attempt to execute a Jython file in the
namespace given by
name . |
MenuAction(Console console,
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,
List<String> commands)
|
SelectBufferAction(Console console) |
TabAction(Console console,
Console.Actions type) |
UpAction(Console console,
Console.Actions type) |