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 ofParameterSet
s that are writableMethods in edu.wisc.ssec.mcidasv with parameters of type ParameterSetModifier and TypeMethodDescriptionvoid
PersistenceManager.deleteParameterSet
(String parameterType, ParameterSet set) Delete the given parameter setvoid
PersistenceManager.moveParameterSet
(String parameterType, ParameterSet set, List categories) Move the bundle to the given category area.void
PersistenceManager.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 JMenu
AddeChooser.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 TypeMethodDescriptionvoid
ParameterTree.deleteParameterSet
(ParameterSet parameterSet) Delete the given parameter setvoid
ParameterTree.doRename
(ParameterSet parameterSet) Rename the parameter set