- queryIdvBuildProperties() - Static method in class edu.wisc.ssec.mcidasv.util.SystemState
-
- queryJava3d() - Static method in class edu.wisc.ssec.mcidasv.util.SystemState
-
Polls Java 3D for information about its environment.
- queryJythonProps() - Static method in class edu.wisc.ssec.mcidasv.util.SystemState
-
Returns the contents of Jython's registry (basically just Jython-specific
properties) as well as some of the information from Python's
"sys" module.
- queryMachine() - Static method in class edu.wisc.ssec.mcidasv.util.SystemState
-
Polls Java for information about the user's machine.
- queryMcvBuildProperties() - Static method in class edu.wisc.ssec.mcidasv.util.SystemState
-
- queryMcvState(McIDASV) - Static method in class edu.wisc.ssec.mcidasv.util.SystemState
-
Queries McIDAS-V for information about its state.
- queryOpSysProps() - Static method in class edu.wisc.ssec.mcidasv.util.SystemState
-
Attempts to call methods belonging to
com.sun.management.OperatingSystemMXBean
.
- queue - Variable in class edu.wisc.ssec.mcidasv.jython.Runner
-
Queue of
Command
s awaiting execution.
- QUEUE_CAPACITY - Static variable in class edu.wisc.ssec.mcidasv.jython.Runner
-
The maximum number of
Command
s that can be queued.
- queueBatch(String, List<String>) - Method in class edu.wisc.ssec.mcidasv.jython.Console
-
Sends a batch of Jython commands to the interpreter.
- queueBatch(String, List<String>) - Method in class edu.wisc.ssec.mcidasv.jython.Runner
-
Queues up a series of Jython statements.
- queueCombination() - Method in class edu.wisc.ssec.mcidasv.control.HydraCombo.CombinationPanel
-
- queueCommand(Command) - Method in class edu.wisc.ssec.mcidasv.jython.Runner
-
Queues up a command for execution.
- queueFile(String, String) - Method in class edu.wisc.ssec.mcidasv.jython.Runner
-
Queues up a Jython file to be run by interpreter
.
- queueLine(String) - Method in class edu.wisc.ssec.mcidasv.jython.Console
-
- queueLine(String) - Method in class edu.wisc.ssec.mcidasv.jython.Runner
-
Queues up a line of Jython for execution.
- queueObject(String, Object) - Method in class edu.wisc.ssec.mcidasv.jython.Runner
-
Queues the addition of an object to interpreter
's local
namespace.
- queueRemoval(String) - Method in class edu.wisc.ssec.mcidasv.jython.Runner
-
Queues the removal of an object from interpreter
's local
namespace.
- quietAddComponent(ComponentHolder) - Method in class edu.wisc.ssec.mcidasv.ui.McvComponentGroup
-
Adds a component to the end of the list of display components without
forcing the IDV-land code to redraw.
- quietlySetColor(Color) - Method in class edu.wisc.ssec.mcidasv.probes.ReadoutProbe
-
- quietlySetVisible(boolean) - Method in class edu.wisc.ssec.mcidasv.probes.ReadoutProbe
-
- quietRemoveComponentAt(int) - Method in class edu.wisc.ssec.mcidasv.ui.McvComponentGroup
-
Remove the component at index
without forcing the IDV-land
component group to redraw.
- quitButton - Variable in class edu.wisc.ssec.mcidasv.util.WelcomeWindow
-
- quitButtonActionPerformed(ActionEvent) - Method in class edu.wisc.ssec.mcidasv.util.WelcomeWindow
-