Uses of Class
edu.wisc.ssec.mcidasv.McIDASV
Packages that use McIDASV
Package
Description
McIDAS-V managers and other core functionality.
McIDAS-V specific user interface code.
-
Uses of McIDASV in edu.wisc.ssec.mcidasv
Fields in edu.wisc.ssec.mcidasv declared as McIDASVModifier and TypeFieldDescriptionprivate static McIDASV
McIDASV.staticMcv
Used to access McIDAS-V state in a static context.Methods in edu.wisc.ssec.mcidasv that return McIDASVModifier and TypeMethodDescriptionstatic McIDASV
McIDASV.getStaticMcv()
Returns a reference to the current McIDAS-V object. -
Uses of McIDASV in edu.wisc.ssec.mcidasv.servermanager
Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type McIDASVModifier and TypeMethodDescriptionAddePreferences.buildPanel
(McIDASV mcv) Builds the remote server preference panel, using the givenMcIdasPreferenceManager
. -
Uses of McIDASV in edu.wisc.ssec.mcidasv.supportform
Fields in edu.wisc.ssec.mcidasv.supportform declared as McIDASVModifier and TypeFieldDescriptionprivate final McIDASV
McvStateCollector.mcv
Reference used to query McIDAS-V's application state.Constructors in edu.wisc.ssec.mcidasv.supportform with parameters of type McIDASVModifierConstructorDescriptionMcvStateCollector
(McIDASV mcv) Builds a state collector that knows how to query McIDAS-V for specific information. -
Uses of McIDASV in edu.wisc.ssec.mcidasv.ui
Fields in edu.wisc.ssec.mcidasv.ui declared as McIDASVModifier and TypeFieldDescriptionprivate final McIDASV
AboutFrame.mcv
Reference to the main McIDAS-V object.Constructors in edu.wisc.ssec.mcidasv.ui with parameters of type McIDASVModifierConstructorDescription(package private)
AboutFrame
(McIDASV mcv) Creates new form AboutFrame -
Uses of McIDASV in edu.wisc.ssec.mcidasv.util
Methods in edu.wisc.ssec.mcidasv.util with parameters of type McIDASVModifier and TypeMethodDescriptionstatic String
SystemState.getStateAsString
(McIDASV mcv) Builds a (filtered) subset of the McIDAS-V system properties and returns the results as aString
.static String
SystemState.getStateAsString
(McIDASV mcv, boolean firehose) Builds the McIDAS-V system properties and returns the results as aString
.static JythonObjectStore
JythonObjectStore.newInstance
(McIDASV mcidasv) Return a newJythonObjectStore
instance.SystemState.queryMcvState
(McIDASV mcv) Queries McIDAS-V for information about its state.