Uses of Class
edu.ucsb.nceas.morpho.exception.NullArgumentException

Packages that use NullArgumentException
edu.ucsb.nceas.morpho.plugins   
edu.ucsb.nceas.morpho.plugins.metadisplay   
 

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

Methods in edu.ucsb.nceas.morpho.plugins that throw NullArgumentException
 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.
 void MetaDisplayInterface.display(java.lang.String identifier, java.io.Reader XMLDocument)
          method to display metadata in an existing instance of a visual component (metadata is provided as a Reader (the "XMLDocument" parameter), and a required corresponding unique identifier parameter) that can subsequently be used by this component to get the latest instance of the same "XMLDocument" from the XMLFactoryInterface.
 

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

Methods in edu.ucsb.nceas.morpho.plugins.metadisplay that throw NullArgumentException
 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.display(java.lang.String identifier, java.io.Reader XMLDocument)
          method to display metadata in an existing instance of a visual component (metadata is provided as a Reader (the "XMLDocument" parameter), and a required corresponding unique identifier parameter) that can subsequently be used by this component to get the latest instance of the same "XMLDocument" from the XMLFactoryInterface.
 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.