Uses of Class
edu.wisc.ssec.mcidasv.ParameterSet
Packages that use ParameterSet
Package
Description
McIDAS-V managers and other core functionality.
McIDAS-V specific user interface code.
-
Uses of ParameterSet in edu.wisc.ssec.mcidasv
Methods in edu.wisc.ssec.mcidasv that return types with arguments of type ParameterSetModifier and TypeMethodDescriptionPersistenceManager.getAllParameterSets(String parameterType) Get the list ofParameterSets that are writableMethods in edu.wisc.ssec.mcidasv with parameters of type ParameterSetModifier and TypeMethodDescriptionvoidPersistenceManager.deleteParameterSet(String parameterType, ParameterSet set) Delete the given parameter setvoidPersistenceManager.moveParameterSet(String parameterType, ParameterSet set, List categories) Move the bundle to the given category area.voidPersistenceManager.renameParameterSet(String parameterType, ParameterSet set) Rename the parameter set. -
Uses of ParameterSet in edu.wisc.ssec.mcidasv.chooser.adde
Methods in edu.wisc.ssec.mcidasv.chooser.adde with parameters of type ParameterSetModifier and TypeMethodDescriptionprivate JMenuAddeChooser.getPopupSubMenuForParameterSet(JPopupMenu popup, ParameterSet ps) -
Uses of ParameterSet in edu.wisc.ssec.mcidasv.ui
Methods in edu.wisc.ssec.mcidasv.ui with parameters of type ParameterSetModifier and TypeMethodDescriptionvoidParameterTree.deleteParameterSet(ParameterSet parameterSet) Delete the given parameter setvoidParameterTree.doRename(ParameterSet parameterSet) Rename the parameter set