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 McIDASVMcIDASV.staticMcvUsed to access McIDAS-V state in a static context.Methods in edu.wisc.ssec.mcidasv that return McIDASVModifier and TypeMethodDescriptionstatic McIDASVMcIDASV.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 McIDASVMcvStateCollector.mcvReference 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 McIDASVAboutFrame.mcvReference 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 StringSystemState.getStateAsString(McIDASV mcv) Builds a (filtered) subset of the McIDAS-V system properties and returns the results as aString.static StringSystemState.getStateAsString(McIDASV mcv, boolean firehose) Builds the McIDAS-V system properties and returns the results as aString.static JythonObjectStoreJythonObjectStore.newInstance(McIDASV mcidasv) Return a newJythonObjectStoreinstance.SystemState.queryMcvState(McIDASV mcv) Queries McIDAS-V for information about its state.