Uses of Enum Class
edu.wisc.ssec.mcidasv.McIDASV.WarningResult
Packages that use McIDASV.WarningResult
-
Uses of McIDASV.WarningResult in edu.wisc.ssec.mcidasv
Methods in edu.wisc.ssec.mcidasv that return McIDASV.WarningResultModifier and TypeMethodDescriptionstatic McIDASV.WarningResult
Returns the enum constant of this class with the specified name.static McIDASV.WarningResult[]
McIDASV.WarningResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.wisc.ssec.mcidasv that return types with arguments of type McIDASV.WarningResultModifier and TypeMethodDescriptionprivate 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.