Uses of Interface
edu.ucsb.nceas.morpho.plugins.XMLFactoryInterface

Packages that use XMLFactoryInterface
edu.ucsb.nceas.morpho.datapackage   
edu.ucsb.nceas.morpho.plugins   
edu.ucsb.nceas.morpho.plugins.metadisplay   
 

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

Classes in edu.ucsb.nceas.morpho.datapackage that implement XMLFactoryInterface
 class DataPackage
          class that represents a data package.
 

Uses of XMLFactoryInterface in edu.ucsb.nceas.morpho.plugins
 

Methods in edu.ucsb.nceas.morpho.plugins with parameters of type XMLFactoryInterface
 java.awt.Component MetaDisplayInterface.getDisplayComponent(java.lang.String identifier, XMLFactoryInterface factory, java.awt.event.ActionListener listener)
          method used to obtain a visual component (a descendent of java.awt.Component, which will display the XML resource identified by the identifier parameter.
 java.awt.Component MetaDisplayInterface.getDisplayComponent(XMLFactoryInterface factory, java.awt.event.ActionListener listener)
          method used to obtain a visual component (a descendent of java.awt.Component, which will subsequently display the XML resources identified by unique string IDs.
 

Uses of XMLFactoryInterface in edu.ucsb.nceas.morpho.plugins.metadisplay
 

Methods in edu.ucsb.nceas.morpho.plugins.metadisplay that return XMLFactoryInterface
 XMLFactoryInterface MetaDisplay.getFactory()
          Get the current XML factory, used to resolve IDs into XML documents
 

Methods in edu.ucsb.nceas.morpho.plugins.metadisplay with parameters of type XMLFactoryInterface
 java.awt.Component MetaDisplay.getDisplayComponent(java.lang.String identifier, XMLFactoryInterface factory, java.awt.event.ActionListener listener)
          method used to obtain a visual component (a descendent of java.awt.Component, which will display the XML resource identified by the identifier parameter.
 java.awt.Component MetaDisplay.getDisplayComponent(XMLFactoryInterface factory, java.awt.event.ActionListener listener)
          method used to obtain a visual component (a descendent of java.awt.Component, which will subsequently display the XML resources identified by unique string IDs.
 void MetaDisplay.setFactory(XMLFactoryInterface factory)
          Set the current XML factory, used to resolve IDs into XML documents
 



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