Project

General

Profile

« Previous | Next » 

Revision 3dba9fc4

Added by Patrick Plitzner almost 9 years ago

  • implemented framework which links an input element to viewers/editors which are able to display information about the element
    • added ICdmViewer interface
    • added extension point to register ICdmViewer
    • registered EditorCdmViewer for the taxeditor.editor plugin

View differences:

eu.etaxonomy.taxeditor.editor/plugin.xml
1613 1613
         </description>
1614 1614
      </wizard>
1615 1615
   </extension>
1616
    <extension
1617
          point="eu.etaxonomy.taxeditor.store.cdmViewer">
1618
       <cdmViewer
1619
             class="eu.etaxonomy.taxeditor.editor.EditorCdmViewer">
1620
          <input
1621
                class="eu.etaxonomy.cdm.model.taxon.TaxonBase">
1622
             <part
1623
                   class="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditor"
1624
                   name="Taxon Editor">
1625
             </part>
1626
          </input>
1627
       </cdmViewer>
1628
    </extension>
1616 1629
</plugin>

Also available in: Unified diff