Project

General

Profile

« Previous | Next » 

Revision 124382f7

Added by Patrick Plitzner over 8 years ago

Applied generic framework for opening objects to classifications in
taxon navigator

View differences:

eu.etaxonomy.taxeditor.store/plugin.xml
756 756
            id="eu.etaxonomy.taxeditor.store.open"
757 757
            name="%command.name.15">
758 758
      </command>
759
      <command
760
            defaultHandler="eu.etaxonomy.taxeditor.handler.defaultHandler.DefaultOpenClassificationWizardHandler"
761
            id="eu.etaxonomy.taxeditor.command.openClassificationWizard"
762
            name="Open Classification Wizard">
763
         <commandParameter
764
               id="eu.etaxonomy.taxeditor.command.openClassificationWizard.uuid"
765
               name="Classification Uuid"
766
               optional="true"
767
               typeId="eu.etaxonomy.taxeditor.uuidParameterType">
768
         </commandParameter>
769
      </command>
770
   </extension>
771
   <extension
772
         point="org.eclipse.ui.commands">
773
      <commandParameterType
774
            converter="eu.etaxonomy.taxeditor.handler.UuidsParameterTypeConverter"
775
            id="eu.etaxonomy.taxeditor.uuidParameterType"
776
            type="java.util.UUID">
777
      </commandParameterType>
759 778
   </extension>
760 779
   <extension
761 780
         point="org.eclipse.ui.importWizards">
......
1365 1384
      </variable>
1366 1385
   </sourceProvider>
1367 1386
</extension>
1387
<extension
1388
      point="eu.etaxonomy.taxeditor.store.cdmViewer">
1389
   <viewCommandMapping
1390
         commandId="eu.etaxonomy.taxeditor.command.openClassificationWizard"
1391
         selection="eu.etaxonomy.cdm.model.taxon.Classification"
1392
         viewerName="Classification Wizard">
1393
   </viewCommandMapping>
1394
</extension>
1368 1395
</plugin>

Also available in: Unified diff