Package | Description |
---|---|
edu.wisc.ssec.mcidasv |
McIDAS-V managers and other core functionality.
|
edu.wisc.ssec.mcidasv.chooser.adde | |
edu.wisc.ssec.mcidasv.ui |
McIDAS-V specific user interface code.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterSet> |
PersistenceManager.getAllParameterSets(String parameterType)
Get the list of
ParameterSet s that are writable |
Modifier and Type | Method and Description |
---|---|
void |
PersistenceManager.deleteParameterSet(String parameterType,
ParameterSet set)
Delete the given parameter set
|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
private JMenu |
AddeChooser.getPopupSubMenuForParameterSet(JPopupMenu popup,
ParameterSet ps) |
Modifier and Type | Method and Description |
---|---|
void |
ParameterTree.deleteParameterSet(ParameterSet parameterSet)
Delete the given parameter set
|
void |
ParameterTree.doRename(ParameterSet parameterSet)
Rename the parameter set
|