Uses of Class
edu.ucsb.nceas.morpho.datapackage.AbstractDataPackage

Packages that use AbstractDataPackage
edu.ucsb.nceas.morpho.datapackage   
edu.ucsb.nceas.morpho.framework   
edu.ucsb.nceas.morpho.plugins.datapackagewizard   
edu.ucsb.nceas.morpho.plugins.datapackagewizard.pages   
 

Uses of AbstractDataPackage in edu.ucsb.nceas.morpho.datapackage
 

Subclasses of AbstractDataPackage in edu.ucsb.nceas.morpho.datapackage
 class EML200DataPackage
          class that represents a data package.
 class EML2Beta6DataPackage
          class that represents a data package.
 

Methods in edu.ucsb.nceas.morpho.datapackage that return AbstractDataPackage
 AbstractDataPackage Entity.getContainer()
           
 AbstractDataPackage EML2Beta6DataPackage.upload(java.lang.String id, boolean updatePackageIds)
           
 AbstractDataPackage EML2Beta6DataPackage.download(java.lang.String id)
           
 AbstractDataPackage EML200DataPackage.upload(java.lang.String id, boolean updatePackageId)
           
 AbstractDataPackage EML200DataPackage.download(java.lang.String id)
           
 AbstractDataPackage DataViewer.getAbstractDataPackage()
           
 AbstractDataPackage DataViewContainerPanel.getAbstractDataPackage()
          returns the AbstractDataPackage for this Panel
static AbstractDataPackage DataPackageFactory.getDataPackage(java.io.Reader in, boolean metacat, boolean local)
          Create a new Datapackage given a Reader to a metadata stream location is given by 2 booleans
static AbstractDataPackage DataPackageFactory.getDataPackage(java.lang.String docid, boolean metacat, boolean local)
          Create a new Datapackage given a docid of a metadata stream location is given by 2 booleans
static AbstractDataPackage DataPackageFactory.getDataPackage(org.w3c.dom.Node node)
          given the root node in a DOM, create an AbstractDataPackage object needed for use with DPWizard?
 AbstractDataPackage Attribute.getContainer()
           
abstract  AbstractDataPackage AbstractDataPackage.upload(java.lang.String id, boolean updatePackageId)
          Copies the AbstractDataPackage with the indicated id from the local file store to Metacat
abstract  AbstractDataPackage AbstractDataPackage.download(java.lang.String id)
          Copies the AbstractDataPackage with the indicated id from metacat to the local file store
 

Methods in edu.ucsb.nceas.morpho.datapackage with parameters of type AbstractDataPackage
protected  java.util.List ReferencesHandler.getReferences(AbstractDataPackage dataPkg, java.lang.String suppressRefID)
          get a Map whose keys are all the IDs currently in the DataPackage that point to subtree root-nodes corresponding to the genericName used to instantiate this ReferencesHandler, and whose values are String surrogates for those referenced subtrees
 javax.swing.JComboBox ReferencesHandler.getJComboBox(AbstractDataPackage dataPkg, ReferencesListener listener, java.awt.Frame parent)
          get a JComboBox containing a blank entry at location (0), an entry to launch an ExternalRefsDialog at location (1), and all the IDs in the current DataPackage that point to subtree root-nodes corresponding to the genericName used to instantiate this ReferencesHandler, and whose values are String surrogates for those referenced subtrees
 void ReferencesHandler.updateJComboBox(AbstractDataPackage dataPkg, javax.swing.JComboBox dropdown, java.lang.String suppressRefID)
          update the ListModel backing the passed JComboBox - @see getJComboBox()
static org.w3c.dom.Node ReferencesHandler.updateOriginalReferenceSubtree(AbstractDataPackage adp, java.lang.String subtreeID, OrderedMap newData, java.util.List nodesToBeIgnored)
          gets the subtree with refID "subtreeID" from the datapackage "adp", and replaces it with the subtree described in the newData OrderedMap
static org.w3c.dom.Node ReferencesHandler.deleteOriginalReferenceSubtree(AbstractDataPackage adp, java.lang.String subtreeID)
          deletes referenced subtree and transfers its children to te first subtree that references it (if any)
 void Entity.setContainer(AbstractDataPackage adp)
           
 void DataViewer.setAbstractDataPackage(AbstractDataPackage adp)
           
 void DataPackagePlugin.openNewDataPackage(AbstractDataPackage adp, ButterflyFlapCoordinator coordinator)
           
 void DataPackagePlugin.openHiddenNewDataPackage(AbstractDataPackage adp, ButterflyFlapCoordinator coordinator)
           
 void Attribute.setContainer(AbstractDataPackage adp)
           
 

Constructors in edu.ucsb.nceas.morpho.datapackage with parameters of type AbstractDataPackage
SavePackageCommand(AbstractDataPackage adp)
          Constructor of SavePackageCommand
SavePackageCommand(AbstractDataPackage adp, boolean showPackageFlag)
          constructor with boolean to determine if saved package is displayed
SaveDialog(AbstractDataPackage adp)
          Construct a new instance of the dialog where parent is morphoframe
SaveDialog(AbstractDataPackage adp, boolean showPackageFlag)
           
RevertCommand(AbstractDataPackage adp)
          Constructor of RevertCommand
RevertAllCommand(AbstractDataPackage adp)
          Constructor of RevertCommand
Entity(org.w3c.dom.Node node, AbstractDataPackage adp)
           
DataViewContainerPanel(AbstractDataPackage adp)
           
Attribute(org.w3c.dom.Node node, AbstractDataPackage adp)
           
 

Uses of AbstractDataPackage in edu.ucsb.nceas.morpho.framework
 

Methods in edu.ucsb.nceas.morpho.framework that return AbstractDataPackage
 AbstractDataPackage UIController.getCurrentAbstractDataPackage()
          get AbstractDataPackage from currently active window
 AbstractDataPackage UIController.getCurrentExistingAbstractDataPackage()
          get AbstractDataPackage from currently active window.
 AbstractDataPackage MorphoFrame.getAbstractDataPackage()
          Get AbstractDataPackage represented by this frame, if it exists.
 

Methods in edu.ucsb.nceas.morpho.framework with parameters of type AbstractDataPackage
 void UIController.setWizardIsRunning(AbstractDataPackage tempDataPackage)
          called by DataPackageWizardPlugin whenever wizard starts running, and is passed a temporary AbstractDataPackage that is used to store wizard data (for references use) - this ADP will be returned by any calls to getCurrentAbstractDataPackage() while the wizard is running.
static void UIController.showNewPackageNoLocChange(AbstractDataPackage adp)
          method to display the new package after changes have been made with no change in location
static void UIController.showNewPackage(AbstractDataPackage adp)
          method to display the new package after changes have been made
 void DataPackageInterface.openNewDataPackage(AbstractDataPackage adp, ButterflyFlapCoordinator coordinator)
          This method is called to open a data package that resides either locally (location=local) or on a Metacat server (location=metacat).
 void DataPackageInterface.openHiddenNewDataPackage(AbstractDataPackage adp, ButterflyFlapCoordinator coordinator)
          same as openNewDataPackage except the frame is notVisible
 

Uses of AbstractDataPackage in edu.ucsb.nceas.morpho.plugins.datapackagewizard
 

Methods in edu.ucsb.nceas.morpho.plugins.datapackagewizard with parameters of type AbstractDataPackage
static boolean DataPackageWizardPlugin.deleteExistingAndAddPageDataToDOM(AbstractDataPackage adp, java.util.List pageList, java.lang.String rootXPath, java.lang.String subtreeGenericName)
          deletes all existing subtrees of name subtreeGenericName, then inserts data for each AbstractUIPage in pageList into the passed AbstractDataPackage
 

Uses of AbstractDataPackage in edu.ucsb.nceas.morpho.plugins.datapackagewizard.pages
 

Methods in edu.ucsb.nceas.morpho.plugins.datapackagewizard.pages with parameters of type AbstractDataPackage
static java.io.File CodeDefnPanel.getEntityFile(Morpho morpho, AbstractDataPackage adp, int entityIndex)
           
 



Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.