|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SavedBundle | |
|---|---|
| ucar.unidata.idv | The idv package. |
| ucar.unidata.idv.chooser | Choosers for the IDV. |
| ucar.unidata.idv.ui | User Interface (UI) classes for the IDV |
| Uses of SavedBundle in ucar.unidata.idv |
|---|
| Methods in ucar.unidata.idv that return types with arguments of type SavedBundle | |
|---|---|
List<SavedBundle> |
IdvPersistenceManager.getBundles(int bundleType)
Get the list of SavedBundles |
List<SavedBundle> |
IdvPersistenceManager.getDataSourceBundles()
Get list of data soruce bundles |
List<SavedBundle> |
IdvPersistenceManager.getDisplayTemplates()
Get the list of display templates. |
List<SavedBundle> |
IdvPersistenceManager.getFavorites()
Create, if needed, and return the list of SavedBundles |
List<SavedBundle> |
IdvPersistenceManager.getLocalBundles()
Create, if needed, and return the list of locally saved SavedBundles |
List<SavedBundle> |
IdvPersistenceManager.getXmlBundles(int type)
get list of xml bundles for the given type |
static List<SavedBundle> |
SavedBundle.processBundleXml(Element root,
String dirRoot,
IdvResourceManager resourceManager,
boolean local)
Utility that created a list of SavedBundle objects from the document at the given xml path |
| Methods in ucar.unidata.idv with parameters of type SavedBundle | |
|---|---|
void |
IdvPersistenceManager.copyBundle(SavedBundle bundle,
List categories,
int bundleType)
Copy the bundle to the given category area |
void |
IdvPersistenceManager.export(SavedBundle bundle,
int bundleType)
Export the bundle |
void |
IdvPersistenceManager.moveBundle(SavedBundle bundle,
List categories,
int bundleType)
Move the bundle to the given category area |
void |
IdvPersistenceManager.moveOrCopyBundle(SavedBundle bundle,
List categories,
int bundleType,
boolean move)
Move or copy the bundle to the given category area, depending on the given argument. |
boolean |
IdvPersistenceManager.open(SavedBundle bundle)
Open the given bundle |
boolean |
IdvPersistenceManager.open(SavedBundle bundle,
boolean askToRemove)
Open the given bundle |
void |
IdvPersistenceManager.rename(SavedBundle bundle,
int bundleType)
Rename the bundle |
| Method parameters in ucar.unidata.idv with type arguments of type SavedBundle | |
|---|---|
static String |
IdvPersistenceManager.getBundleXml(List<SavedBundle> bundles,
boolean includeCategoryInUrl)
Make the bundles xml |
| Uses of SavedBundle in ucar.unidata.idv.chooser |
|---|
| Methods in ucar.unidata.idv.chooser that return SavedBundle | |
|---|---|
protected SavedBundle |
BundleChooser.getBundleAtPath(TreePath path)
Find the SavedBundle associated with the given tree path |
| Methods in ucar.unidata.idv.chooser with parameters of type SavedBundle | |
|---|---|
void |
BundleChooser.loadBundle(SavedBundle bundle)
Load in the given bundle and, if successful, close the chooser |
| Uses of SavedBundle in ucar.unidata.idv.ui |
|---|
| Methods in ucar.unidata.idv.ui that return SavedBundle | |
|---|---|
SavedBundle |
BundleTree.findSelectedBundle()
Find and return the selected bundle. |
| Methods in ucar.unidata.idv.ui with parameters of type SavedBundle | |
|---|---|
void |
BundleTree.deleteBundle(SavedBundle bundle)
Delete the given bundle |
void |
BundleTree.doExport(SavedBundle bundle)
Export the bundle |
void |
BundleTree.doExportToPlugin(SavedBundle bundle)
Export the bundle |
void |
BundleTree.doOpen(SavedBundle bundle)
Open the bundle |
void |
BundleTree.doRename(SavedBundle bundle)
Rename the bundle |
void |
IdvUIManager.processBundle(SavedBundle bundle)
Pass through to the idv to load in the given bundle |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||