|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |