Project

General

Profile

« Previous | Next » 

Revision cd670a3b

Added by Cherian Mathew about 11 years ago

  • updated to change CreateNodeHandler.java to CreateChildNodeHandler.java
  • added RefreshNodeNumberingHandler.java to handle the refreshing of node numbers.
  • added CreateSiblingNodeHandler.java to handle creation of node siblings

View differences:

eu.etaxonomy.taxeditor.editor/plugin.xml
422 422
      <menuContribution
423 423
            locationURI="popup:eu.etaxonomy.taxeditor.editor.key.polytomous.list">
424 424
         <command
425
               commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new"
426
               label="New"
425
               commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new.sibling"
426
               label="New Sibling"
427
               style="push">
428
         </command>
429
         <command
430
               commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new.child"
431
               label="New Child"
432
               style="push">
433
         </command>
434
         <command
435
               commandId="eu.etaxonomy.taxeditor.key.polytomous.command.refresh"
436
               label="Refresh Nodes"
427 437
               style="push">
428 438
         </command>
429 439
         <command
......
950 960
      </category>
951 961
      <command
952 962
            categoryId="eu.etaxonomy.taxeditor.editor.key.category"
953
            defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.CreateNodeHandler"
954
            id="eu.etaxonomy.taxeditor.key.polytomous.command.new"
955
            name="New Node">
963
            defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.CreateChildNodeHandler"
964
            id="eu.etaxonomy.taxeditor.key.polytomous.command.new.child"
965
            name="New Child Node">
966
      </command>
967
      <command
968
            categoryId="eu.etaxonomy.taxeditor.editor.key.category"
969
            defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.CreateSiblingNodeHandler"
970
            id="eu.etaxonomy.taxeditor.key.polytomous.command.new.sibling"
971
            name="New Sibling Node">
972
      </command>
973
      <command
974
            categoryId="eu.etaxonomy.taxeditor.editor.key.category"
975
            defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.RefreshNodeNumberingHandler"
976
            id="eu.etaxonomy.taxeditor.key.polytomous.command.refresh"
977
            name="Refresh Node Numbering">
956 978
      </command>
957 979
      <command
958 980
            categoryId="eu.etaxonomy.taxeditor.editor.key.category"

Also available in: Unified diff