Uses of Class
edu.wisc.ssec.mcidasv.McIDASV

Packages that use McIDASV
edu.wisc.ssec.mcidasv McIDAS-V managers and other core functionality. 
edu.wisc.ssec.mcidasv.servermanager   
edu.wisc.ssec.mcidasv.supportform   
edu.wisc.ssec.mcidasv.ui McIDAS-V specific user interface code. 
edu.wisc.ssec.mcidasv.util   
 

Uses of McIDASV in edu.wisc.ssec.mcidasv
 

Fields in edu.wisc.ssec.mcidasv declared as McIDASV
private static McIDASV McIDASV.staticMcv
          Used to access McIDAS-V state in a static context.
 

Methods in edu.wisc.ssec.mcidasv that return McIDASV
static 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 McIDASV
 AddePreferences.AddePrefConglomeration AddePreferences.buildPanel(McIDASV mcv)
          Builds the remote server preference panel, using the given McIdasPreferenceManager.
 

Uses of McIDASV in edu.wisc.ssec.mcidasv.supportform
 

Fields in edu.wisc.ssec.mcidasv.supportform declared as McIDASV
private  McIDASV McvStateCollector.mcv
          Reference used to query McIDAS-V's application state.
 

Constructors in edu.wisc.ssec.mcidasv.supportform with parameters of type McIDASV
McvStateCollector(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 McIDASV
private  McIDASV AboutFrame.mcv
           
 

Constructors in edu.wisc.ssec.mcidasv.ui with parameters of type McIDASV
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 McIDASV
static String SystemState.getStateAsString(McIDASV mcv)
          Builds a (filtered) subset of the McIDAS-V system properties and returns the results as a String.
static String SystemState.getStateAsString(McIDASV mcv, boolean firehose)
          Builds the McIDAS-V system properties and returns the results as a String.
static Map<String,Object> SystemState.queryMcvState(McIDASV mcv)
          Queries McIDAS-V for information about its state.