Package | Description |
---|---|
edu.wisc.ssec.mcidasv |
McIDAS-V managers and other core functionality.
|
Modifier and Type | Method and Description |
---|---|
static McIDASV.WarningResult |
McIDASV.WarningResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static McIDASV.WarningResult[] |
McIDASV.WarningResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private Set<McIDASV.WarningResult> |
McIDASV.showWarningDialog(String title,
String message,
String prefId,
String prefLabel,
String okLabel,
String cancelLabel)
Helper method for showing the removal warning dialog.
|