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

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

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

Methods in edu.ucsb.nceas.morpho.plugins that return MetaDisplayInterface
 MetaDisplayInterface MetaDisplayFactoryInterface.getInstance()
          Return a new instance of an object that implements the MetaDisplayInterface.
 MetaDisplayInterface MetaDisplayFactoryInterface.getMetaDisplay(int displayNum)
          Return a reference to an existing object that implements the MetaDisplayInterface.
 

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

Classes in edu.ucsb.nceas.morpho.plugins.metadisplay that implement MetaDisplayInterface
 class MetaDisplay
          Top-level controller/Mediator class for an instance of a metadata display panel.
 

Methods in edu.ucsb.nceas.morpho.plugins.metadisplay that return MetaDisplayInterface
 MetaDisplayInterface MetaDisplayPlugin.getInstance()
          Required by MetaDisplayFactoryInterface: Returns a new instance of an object that implements the MetaDisplayInterface
 MetaDisplayInterface MetaDisplayPlugin.getMetaDisplay(int displayNum)
          Required by MetaDisplayFactoryInterface: Returns a reference to an existing object that implements the MetaDisplayInterface.
 

Constructors in edu.ucsb.nceas.morpho.plugins.metadisplay with parameters of type MetaDisplayInterface
HTMLPanel.HTMLPanel(MetaDisplayInterface controller)
          constructor
 



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