| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Field and Description |
|---|---|
private static McIDASV |
McIDASV.staticMcv
Used to access McIDAS-V state in a static context.
|
| Modifier and Type | Method and Description |
|---|---|
static McIDASV |
McIDASV.getStaticMcv()
Returns a reference to the current McIDAS-V object.
|
| Modifier and Type | Method and Description |
|---|---|
AddePreferences.AddePrefConglomeration |
AddePreferences.buildPanel(McIDASV mcv)
Builds the remote server preference panel, using the given
McIdasPreferenceManager. |
| Modifier and Type | Field and Description |
|---|---|
private McIDASV |
McvStateCollector.mcv
Reference used to query McIDAS-V's application state.
|
| Constructor and Description |
|---|
McvStateCollector(McIDASV mcv)
Builds a state collector that knows how to query McIDAS-V for specific
information.
|
| Modifier and Type | Field and Description |
|---|---|
private McIDASV |
AboutFrame.mcv
Reference to the main McIDAS-V object.
|
| Constructor and Description |
|---|
AboutFrame(McIDASV mcv)
Creates new form AboutFrame
|
| Modifier and Type | Method and Description |
|---|---|
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 JythonObjectStore |
JythonObjectStore.newInstance(McIDASV mcidasv)
Return a new
JythonObjectStore instance. |
static Map<String,Object> |
SystemState.queryMcvState(McIDASV mcv)
Queries McIDAS-V for information about its state.
|