Reverted all LibrAlign changes (are now in molecular project)
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.2"?>
3 <plugin>
4 <extension
5 id="application"
6 point="org.eclipse.core.runtime.applications">
7 <application>
8 <run
9 class="eu.etaxonomy.taxeditor.editor.Application">
10 </run>
11 </application>
12 </extension>
13 <extension
14 point="org.eclipse.core.runtime.adapters">
15 <factory
16 adaptableType="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditor"
17 class="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditorAdapterFactory">
18 <adapter
19 type="eu.etaxonomy.taxeditor.editor.DuplicateArbitrator">
20 </adapter>
21 </factory>
22 </extension>
23 <extension
24 point="org.eclipse.ui.editors">
25 <editor
26 class="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditor"
27 icon="icons/edit_16x16.gif"
28 id="eu.etaxonomy.taxeditor.editor.taxon"
29 name="%editor.name">
30 </editor>
31 <editor
32 class="eu.etaxonomy.taxeditor.editor.name.TaxonNameEditor"
33 default="true"
34 id="eu.etaxonomy.taxeditor.editor.taxon.name"
35 name="%editor.name.0">
36 </editor>
37 <editor
38 class="eu.etaxonomy.taxeditor.editor.key.KeyEditor"
39 default="false"
40 id="eu.etaxonomy.taxeditor.editor.key"
41 name="%editor.name.1">
42 </editor>
43 <editor
44 class="eu.etaxonomy.taxeditor.editor.key.polytomous.PolytomousKeyGraphEditor"
45 default="false"
46 id="eu.etaxonomy.taxeditor.editor.key.polytomous.graph"
47 name="%editor.name.2">
48 </editor>
49 <editor
50 class="eu.etaxonomy.taxeditor.editor.key.polytomous.PolytomousKeyListEditor"
51 default="false"
52 id="eu.etaxonomy.taxeditor.editor.key.polytomous.list"
53 name="%editor.name.3">
54 </editor>
55 <editor
56 class="eu.etaxonomy.taxeditor.editor.group.authority.CdmAuthorityEditor"
57 default="false"
58 id="eu.etaxonomy.taxeditor.editor.group.authority"
59 name="%editor.name.4">
60 </editor>
61 <editor
62 class="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView"
63 default="false"
64 icon="icons/derivate_view-16x16-32.png"
65 id="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView"
66 name="%editor.name.5">
67 </editor>
68 <editor
69 class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor"
70 default="false"
71 id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor"
72 name="%editor.name.6">
73 </editor>
74 <editor
75 class="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor"
76 default="false"
77 id="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor"
78 name="%editor.name.7">
79 </editor>
80 <editor
81 class="eu.etaxonomy.taxeditor.editor.view.checklist.ChecklistEditor"
82 icon="icons/check.png"
83 id="eu.etaxonomy.taxeditor.editor.view.checklist.ChecklistEditor"
84 name="%editor.name.8">
85 </editor>
86 </extension>
87 <extension
88 point="org.eclipse.ui.views">
89 <view
90 allowMultiple="false"
91 category="eu.etaxonomy.taxeditor.editor.category"
92 class="eu.etaxonomy.taxeditor.editor.view.descriptive.DescriptiveViewPart"
93 icon="icons/address-book-new.png"
94 id="eu.etaxonomy.taxeditor.editor.view.descriptive"
95 name="%view.name"
96 restorable="true">
97 </view>
98 <view
99 allowMultiple="false"
100 category="eu.etaxonomy.taxeditor.editor.category"
101 class="eu.etaxonomy.taxeditor.editor.view.uses.UsesViewPart"
102 icon="icons/leaf.png"
103 id="eu.etaxonomy.taxeditor.editor.view.uses"
104 name="%view.name.0"
105 restorable="true">
106 </view>
107 <view
108 allowMultiple="false"
109 category="eu.etaxonomy.taxeditor.editor.category"
110 class="eu.etaxonomy.taxeditor.editor.view.media.MediaViewPart"
111 icon="icons/camera-photo.png"
112 id="eu.etaxonomy.taxeditor.editor.view.media"
113 name="%view.name.1"
114 restorable="true">
115 </view>
116 <view
117 category="eu.etaxonomy.taxeditor.editor.category"
118 class="eu.etaxonomy.taxeditor.editor.view.concept.ConceptViewPart"
119 id="eu.etaxonomy.taxeditor.editor.view.concept"
120 name="%view.name.2"
121 restorable="true">
122 </view>
123 <view
124 category="eu.etaxonomy.taxeditor.editor.category"
125 class="eu.etaxonomy.taxeditor.editor.view.concept.graph.ConceptGraphView"
126 icon="icons/address-book-new.png"
127 id="eu.etaxonomy.taxeditor.editor.view.concept.graph"
128 name="%view.name.3"
129 restorable="true">
130 </view>
131 <category
132 id="eu.etaxonomy.taxeditor.editor.category"
133 name="%category.name">
134 </category>
135 <view
136 allowMultiple="true"
137 class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportView"
138 id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportView"
139 name="%view.name.4">
140 </view>
141 <view
142 allowMultiple="true"
143 class="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView"
144 id="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView"
145 name="%view.name.5">
146 </view>
147 <view
148 allowMultiple="false"
149 category="eu.etaxonomy.taxeditor.editor.category"
150 class="eu.etaxonomy.taxeditor.editor.view.validation.ValidationProblemsView"
151 icon="icons/edit_16x16.gif"
152 id="eu.etaxonomy.taxeditor.editor.view.validation.problems"
153 name="%view.name.6">
154 </view>
155 </extension>
156 <!-- VALIDATION RELATED STUFF -->
157 <extension point="org.eclipse.core.resources.markers" name="%extension.name.0" id="eu.etaxonomy.taxeditor.markers.validationerror">
158 <super type="org.eclipse.core.resources.problemmarker"/>
159 <attribute name="databaseId"/>
160 <attribute name="userFriendlyTypeName"/>
161 <attribute name="userFriendlyDescription"/>
162 <attribute name="userFriendlyFieldName"/>
163 <attribute name="validatorMessage"/>
164 <attribute name="invalidValue"/>
165 <attribute name="validatorClass"/>
166 <attribute name="entityClass"/>
167 <attribute name="entityId"/>
168 <persistent value="false"/>
169 </extension>
170
171 <extension point="org.eclipse.ui.ide.markerSupport">
172 <markerContentGenerator
173 id="eu.etaxonomy.taxeditor.editor.validation.ValidationProblemsMarkerGenerator"
174 name="%markerContentGenerator.name">
175 <markerTypeReference id="eu.etaxonomy.taxeditor.markers.validationerror" />
176
177 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyTypeName" visible="true" />
178 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyDescription" visible="true" />
179 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyFieldName" visible="true" />
180 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.validatorMessage" visible="true" />
181 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.invalidValue" visible="true" />
182 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.validatorClass" visible="false" />
183 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.entityClass" visible="false" />
184 <markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.entityId" visible="false" />
185 </markerContentGenerator>
186
187 <markerField
188 class="eu.etaxonomy.taxeditor.editor.view.validation.UserFriendlyTypeNameMarkerField"
189 id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyTypeName"
190 name="%marker.field.0">
191 </markerField>
192 <markerField
193 class="eu.etaxonomy.taxeditor.editor.view.validation.UserFriendlyDescriptionMarkerField"
194 id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyDescription"
195 name="%marker.field.1">
196 </markerField>
197 <markerField
198 class="eu.etaxonomy.taxeditor.editor.view.validation.UserFriendlyFieldNameMarkerField"
199 id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyFieldName"
200 name="%marker.field.2 = Attribute">
201 </markerField>
202 <markerField
203 class="eu.etaxonomy.taxeditor.editor.view.validation.InvalidValueMarkerField"
204 id="eu.etaxonomy.taxeditor.markers.validation.invalidValue"
205 name="%marker.field.3 = Problematic Value">
206 </markerField>
207 <markerField
208 class="eu.etaxonomy.taxeditor.editor.view.validation.ValidatorMessageMarkerField"
209 id="eu.etaxonomy.taxeditor.markers.validation.validatorMessage"
210 name="%marker.field.4 = Problem description">
211 </markerField>
212 <markerField
213 class="eu.etaxonomy.taxeditor.editor.view.validation.ValidatorClassMarkerField"
214 id="eu.etaxonomy.taxeditor.markers.validation.validatorClass"
215 name="%marker.field.5">
216 </markerField>
217 <markerField
218 class="eu.etaxonomy.taxeditor.editor.view.validation.EntityClassMarkerField"
219 id="eu.etaxonomy.taxeditor.markers.validation.entityClass"
220 name="%marker.field.6">
221 </markerField>
222 <markerField
223 class="eu.etaxonomy.taxeditor.editor.view.validation.EntityIdMarkerField"
224 id="eu.etaxonomy.taxeditor.markers.validation.entityId"
225 name="%marker.field.7">
226 </markerField>
227 </extension>
228 <extension
229 point="org.eclipse.ui.elementFactories">
230 <factory
231 class="eu.etaxonomy.taxeditor.editor.TaxonEditorInputFactory"
232 id="eu.etaxonomy.taxeditor.editor.name.taxonEditorInputFactory">
233 </factory>
234 </extension>
235 <extension
236 point="org.eclipse.ui.menus">
237 <menuContribution
238 locationURI="menu:eu.etaxonomy.navigation.menu.new?after=eu.etaxonomy.navigation.menu.new.separator1">
239 <command
240 commandId="eu.etaxonomy.taxeditor.editor.command.new.name"
241 label="%command.label.46"
242 style="push">
243 </command>
244 <command
245 commandId="eu.etaxonomy.taxeditor.editor.command.new.reference"
246 label="%command.label.47"
247 style="push">
248 </command>
249 <command
250 commandId="eu.etaxonomy.taxeditor.editor.command.new.team"
251 label="%command.label.1"
252 style="push">
253 </command>
254 <command
255 commandId="eu.etaxonomy.taxeditor.editor.command.new.person"
256 label="%command.label.2"
257 style="push">
258 </command>
259 <separator
260 name="eu.etaxonomy.navigation.menu.new.separator2"
261 visible="true">
262 </separator>
263 <command
264 commandId="eu.etaxonomy.taxeditor.editor.command.new.specimen"
265 label="%command.label.3"
266 style="push">
267 </command>
268 <separator
269 name="eu.etaxonomy.navigation.menu.new.separator3"
270 visible="true">
271 </separator>
272 <command
273 commandId="eu.etaxonomy.taxeditor.editor.command.new.datasource"
274 label="%command.label.48"
275 style="push">
276 </command>
277 </menuContribution>
278 <menuContribution
279 locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?before=eu.etaxonomy.taxeditor.store.showViewMenu.details">
280 <separator
281 name="eu.etaxonomy.taxeditor.editor.showViewMenu"
282 visible="true">
283 </separator>
284 <command
285 commandId="org.eclipse.ui.views.showView"
286 label="%command.label.4"
287 style="push">
288 <parameter
289 name="org.eclipse.ui.views.showView.viewId"
290 value="eu.etaxonomy.taxeditor.editor.view.descriptive">
291 </parameter>
292 </command>
293 <command
294 commandId="org.eclipse.ui.views.showView"
295 label="%command.label.5"
296 style="push">
297 <parameter
298 name="org.eclipse.ui.views.showView.viewId"
299 value="eu.etaxonomy.taxeditor.editor.view.media">
300 </parameter>
301 </command>
302 <command
303 commandId="org.eclipse.ui.views.showView"
304 label="%command.label.6"
305 style="push">
306 <parameter
307 name="org.eclipse.ui.views.showView.viewId"
308 value="eu.etaxonomy.taxeditor.editor.view.concept">
309 </parameter>
310 </command>
311 <command
312 commandId="org.eclipse.ui.views.showView"
313 label="%command.label.7"
314 style="push">
315 <parameter
316 name="org.eclipse.ui.views.showView.viewId"
317 value="eu.etaxonomy.taxeditor.editor.view.concept.graph">
318 </parameter>
319 <visibleWhen
320 checkEnabled="false">
321 <reference
322 definitionId="isShowExperimentalFeatures">
323 </reference>
324 </visibleWhen>
325 </command>
326 <command
327 commandId="eu.etaxonomy.taxeditor.editor.handler.OpenAlignmentEditor"
328 label="Alignment Editor"
329 style="push">
330 </command>
331 </menuContribution>
332 <menuContribution
333 locationURI="menu:org.eclipse.ui.main.menu.navigate">
334 <command
335 commandId="eu.etaxonomy.taxeditor.editor.command.openParent"
336 label="%command.label.8"
337 style="push">
338 </command>
339 </menuContribution>
340 <menuContribution
341 locationURI="popup:eu.etaxonomy.taxeditor.editor.taxon.name">
342 <menu
343 label="%menu.label">
344 <command
345 commandId="eu.etaxonomy.taxeditor.editor.name.createHeterotypicSynoym"
346 label="%command.label.9"
347 style="push">
348 <visibleWhen>
349 <reference
350 definitionId="isAcceptedTaxon">
351 </reference>
352 </visibleWhen>
353 </command>
354 <command
355 commandId="eu.etaxonomy.taxeditor.editor.name.createHomotypicSynoym"
356 label="%command.label.10"
357 style="push">
358 <visibleWhen>
359 <reference
360 definitionId="isAcceptedTaxon">
361 </reference>
362 </visibleWhen>
363 </command>
364 <command
365 commandId="eu.etaxonomy.taxeditor.editor.name.createSynonymInHomotypicalGroup"
366 label="%command.label.11"
367 style="push">
368 <visibleWhen>
369 <reference
370 definitionId="isSynonym">
371 </reference>
372 </visibleWhen>
373 </command>
374 <separator
375 name="separator1"
376 visible="true">
377 </separator>
378 <command
379 commandId="eu.etaxonomy.taxeditor.editor.name.createMisapplication"
380 label="%command.label.49"
381 style="push">
382 <visibleWhen>
383 <or>
384 <reference
385 definitionId="isAcceptedTaxon">
386 </reference>
387 <reference
388 definitionId="isMisapplication">
389 </reference>
390 </or>
391 </visibleWhen>
392 </command>
393 </menu>
394 <!--<command
395 commandId="eu.etaxonomy.taxeditor.editor.name.changeAcceptedToSynonym"
396 label="Change Accepted Taxon to Synonym"
397 style="push">
398 <visibleWhen
399 checkEnabled="true">
400 <reference
401 definitionId="isAcceptedAndHasNoHomotypicSynonyms">
402 </reference>
403 </visibleWhen
404 <visibleWhen>
405 <or>
406 <reference
407 definitionId="isAcceptedTaxon">
408 </reference>
409 <reference
410 definitionId="isMisapplication">
411 </reference>
412 </or>
413 </visibleWhen>
414 </command>-->
415 <menu
416 label="%menu.label.0">
417 <command
418 commandId="eu.etaxonomy.taxeditor.editor.name.changeToAcceptedTaxon"
419 label="%command.label.12"
420 style="push">
421 <visibleWhen>
422 <not>
423 <or>
424 <reference
425 definitionId="isAcceptedTaxon">
426 </reference>
427 <reference
428 definitionId="isMisapplication">
429 </reference>
430 </or>
431 </not>
432 </visibleWhen>
433 </command>
434 <command
435 commandId="eu.etaxonomy.taxeditor.editor.name.changeToSynonym"
436 label="%command.label.13"
437 style="push">
438 <visibleWhen>
439 <not>
440 <or>
441 <reference
442 definitionId="isAcceptedTaxon">
443 </reference>
444 <reference
445 definitionId="isSynonym">
446 </reference>
447 </or>
448 </not>
449 </visibleWhen>
450 </command>
451 <command
452 commandId="eu.etaxonomy.taxeditor.editor.name.changeToMisapplication"
453 label="%command.label.14"
454 style="push">
455 <visibleWhen>
456 <not>
457 <or>
458 <reference
459 definitionId="isAcceptedTaxon">
460 </reference>
461 <reference
462 definitionId="isMisapplication">
463 </reference>
464 </or>
465 </not>
466 </visibleWhen>
467 </command>
468 </menu>
469 <separator
470 name="taxeditor-editor.separator1"
471 visible="true">
472 </separator>
473 <command
474 commandId="eu.etaxonomy.taxeditor.editor.name.delete"
475 label="%command.label.15"
476 style="push">
477 <visibleWhen>
478 <or>
479 <reference
480 definitionId="isSynonym">
481 </reference>
482 <reference
483 definitionId="isMisapplication">
484 </reference>
485 <reference
486 definitionId="isConceptRelation">
487 </reference>
488 </or>
489 </visibleWhen>
490 </command>
491 <command
492 commandId="eu.etaxonomy.taxeditor.editor.name.deleteAllEmptyNames"
493 label="%command.label.16"
494 style="push">
495 <visibleWhen>
496 <reference
497 definitionId="hasEmptyNames">
498 </reference>
499 </visibleWhen>
500 </command>
501 <separator
502 name="taxeditor-editor.separator2"
503 visible="true">
504 </separator>
505 <dynamic
506 class="eu.etaxonomy.taxeditor.editor.name.handler.GroupBasionymContributionItem"
507 id="taxeditor-editor.dynamic.setBasionym">
508 <visibleWhen>
509 <or>
510 <reference
511 definitionId="isAcceptedTaxon">
512 </reference>
513 <reference
514 definitionId="isSynonym">
515 </reference>
516 </or>
517 </visibleWhen>
518 </dynamic>
519 <command
520 commandId="eu.etaxonomy.taxeditor.editor.name.swapSynonymAndAccepted"
521 label="%command.label.17"
522 style="push">
523 <visibleWhen>
524 <reference
525 definitionId="isSynonym">
526 </reference>
527 </visibleWhen>
528 </command>
529 <command
530 commandId="eu.etaxonomy.taxeditor.editor.name.moveSynonymToAnotherAcceptedTaxon"
531 label="%command.label.56"
532 style="push">
533 <visibleWhen>
534 <reference
535 definitionId="isSynonym">
536 </reference>
537 </visibleWhen>
538 </command>
539 <separator
540 name="taxeditor-editor.separator3"
541 visible="true">
542 </separator>
543 <command
544 commandId="org.eclipse.ui.views.showView"
545 label="%command.label.18"
546 style="push">
547 <parameter
548 name="org.eclipse.ui.views.showView.viewId"
549 value="eu.etaxonomy.taxeditor.editor.forms.detailsView">
550 </parameter>
551 </command>
552 <separator
553 name="taxeditor-editor.separator4"
554 visible="true">
555 </separator>
556 <command
557 commandId="org.eclipse.ui.file.save"
558 label="%command.label.19"
559 style="push">
560 </command>
561 </menuContribution>
562 <menuContribution
563 locationURI="popup:eu.etaxonomy.taxeditor.editor.key.polytomous">
564 <command
565 commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new"
566 label="%command.label.20"
567 style="push">
568 </command>
569 <separator
570 name="taxeditor-editor.separator1"
571 visible="true">
572 </separator>
573 <command
574 commandId="eu.etaxonomy.taxeditor.key.polytomous.delete"
575 label="%command.label.21"
576 style="push">
577 </command>
578 <separator
579 name="taxeditor-editor.separator2"
580 visible="true">
581 </separator>
582 <command
583 commandId="eu.etaxonomy.taxeditor.key.command.applyLayout"
584 label="%command.label.22"
585 style="push">
586 </command>
587 <separator
588 name="taxeditor-editor.separator3"
589 visible="true">
590 </separator>
591 </menuContribution>
592 <menuContribution
593 locationURI="popup:eu.etaxonomy.taxeditor.editor.key.polytomous.list">
594 <command
595 commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new.child"
596 label="%command.label.23"
597 style="push">
598 </command>
599 <command
600 commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new.sibling"
601 label="%command.label.24"
602 style="push">
603 </command>
604 <command
605 commandId="eu.etaxonomy.taxeditor.key.polytomous.command.refresh"
606 label="%command.label.25"
607 style="push">
608 </command>
609 <command
610 commandId="eu.etaxonomy.taxeditor.key.polytomous.command.delete"
611 label="%command.label.26"
612 style="push">
613 </command>
614 </menuContribution>
615 <menuContribution
616 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.descriptive">
617 <command
618 commandId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.adddescription"
619 label="%command.label.27"
620 style="push">
621 </command>
622 <separator
623 name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator3"
624 visible="true">
625 </separator>
626 <menu
627 label="%menu.label.1">
628 <dynamic
629 class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DynamicFeatureMenu"
630 id="eu.etaxonomy.taxeditor.dynamicFeatureMenu">
631 </dynamic>
632 <visibleWhen
633 checkEnabled="true">
634 <or>
635 <reference
636 definitionId="isDescription">
637 </reference>
638 <reference
639 definitionId="isDescriptionElement">
640 </reference>
641 <reference
642 definitionId="isFeatureNodeContainer">
643 </reference>
644 </or>
645 </visibleWhen>
646 </menu>
647 <separator
648 name="taxeditor-editor.separator1"
649 visible="true">
650 </separator>
651 <command
652 commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
653 label="%command.label.51"
654 style="push">
655 <visibleWhen
656 checkEnabled="true">
657 <and>
658 <with
659 variable="selection">
660 <count
661 value="+">
662 </count>
663 </with>
664 <reference
665 definitionId="isIndividualsAssociation">
666 </reference>
667 </and>
668 </visibleWhen>
669 </command>
670 <command
671 commandId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.moveDescriptionToTaxon"
672 label="%command.label.28"
673 style="push">
674 <visibleWhen
675 checkEnabled="true">
676 <reference
677 definitionId="isDescription">
678 </reference>
679 </visibleWhen>
680 </command>
681 <command
682 commandId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.moveDescriptionElements"
683 label="%command.label.29"
684 style="push">
685 <visibleWhen
686 checkEnabled="true">
687 <or>
688 <reference
689 definitionId="isDescriptionElement">
690 </reference>
691 <reference
692 definitionId="isFeatureNodeContainer">
693 </reference>
694 </or>
695 </visibleWhen>
696 </command>
697 <separator
698 name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterNew"
699 visible="true">
700 </separator>
701 <command
702 commandId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.delete"
703 label="%command.label.30"
704 style="push">
705 </command>
706 <separator
707 name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterDelete"
708 visible="true">
709 </separator>
710 <command
711 commandId="org.eclipse.ui.file.save"
712 label="%command.label.31"
713 style="push">
714 </command>
715 <separator
716 name="eu.etaxonomy.taxeditor.editor.separator1">
717 </separator>
718 </menuContribution>
719 <menuContribution
720 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
721 <command
722 commandId="eu.etaxonomy.taxeditor.editor.derivate.delete"
723 label="%command.label.52"
724 style="push">
725 </command>
726 <command
727 commandId="eu.etaxonomy.taxeditor.editor.derivate.createFieldUnit"
728 label="%command.label.53"
729 style="push">
730 </command>
731 <command
732 commandId="eu.etaxonomy.taxeditor.editor.derivate.deepDelete"
733 icon="icons/deep-delete-16x16-32.png"
734 label="%command.label.54"
735 style="push">
736 </command>
737 <dynamic
738 class="eu.etaxonomy.taxeditor.editor.view.derivate.contextMenu.DerivateViewContextMenu"
739 id="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateContextMenu">
740 </dynamic>
741 </menuContribution>
742 <menuContribution
743 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor">
744 <dynamic
745 class="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu"
746 id="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu">
747 </dynamic>
748 </menuContribution>
749 <menuContribution
750 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor">
751 <dynamic
752 class="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu"
753 id="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu">
754 </dynamic>
755 </menuContribution>
756
757
758
759
760 <menuContribution
761 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.uses">
762 <command
763 commandId="eu.etaxonomy.taxeditor.use.commands.adduse"
764 label="%command.label.32"
765 style="push">
766 </command>
767 <command
768 commandId="eu.etaxonomy.taxeditor.editor.use.createUseSummary"
769 label="%command.label.33"
770 style="push">
771 <visibleWhen
772 checkEnabled="true">
773 <or>
774 <reference
775 definitionId="isDescription">
776 </reference>
777 <reference
778 definitionId="isDescriptionElement">
779 </reference>
780 <reference
781 definitionId="isFeatureNodeContainer">
782 </reference>
783 </or>
784 </visibleWhen>
785 </command>
786 <command
787 commandId="eu.etaxonomy.taxeditor.editor.use.createUseRecord"
788 label="%command.label.34"
789 style="push">
790 <visibleWhen
791 checkEnabled="true">
792 <or>
793 <reference
794 definitionId="isDescription">
795 </reference>
796 <reference
797 definitionId="isDescriptionElement">
798 </reference>
799 <reference
800 definitionId="isFeatureNodeContainer">
801 </reference>
802 </or>
803 </visibleWhen>
804 </command>
805 <separator
806 name="eu.etaxonomy.taxeditor.usesEditor.separator3"
807 visible="true">
808 </separator>
809 <separator
810 name="taxeditor-editor.separator1"
811 visible="true">
812 </separator>
813 <separator
814 name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterNew"
815 visible="true">
816 </separator>
817 <command
818 commandId="eu.etaxonomy.taxeditor.editor.use.command.delete"
819 label="%command.label.35"
820 style="push">
821 </command>
822 <separator
823 name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterDelete"
824 visible="true">
825 </separator>
826 <command
827 commandId="org.eclipse.ui.file.save"
828 label="%command.label.36"
829 style="push">
830 </command>
831 </menuContribution>
832
833
834
835
836
837 <menuContribution
838 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.media">
839 <command
840 commandId="eu.etaxonomy.taxeditor.editor.media.command.newimagegallery"
841 label="%command.label.37"
842 style="push">
843 <visibleWhen>
844 <or>
845 <reference
846 definitionId="isBulkEditor">
847 </reference>
848 <reference
849 definitionId="isTaxonEditor">
850 </reference>
851 <reference
852 definitionId="isDerivateEditor">
853 </reference>
854 </or>
855 </visibleWhen>
856 </command>
857 <separator
858 name="taxeditor-editor.separator1"
859 visible="true">
860 </separator>
861 <command
862 commandId="eu.etaxonomy.taxeditor.editor.media.command.newimage"
863 label="%command.label.38"
864 style="push">
865 <visibleWhen>
866 <reference
867 definitionId="isImageGallery">
868 </reference>
869 </visibleWhen>
870 </command>
871 <command
872 commandId="eu.etaxonomy.taxeditor.editor.media.command.useExistingImage"
873 label="%command.label.50"
874 style="push">
875 <visibleWhen>
876 <reference
877 definitionId="isImageGallery">
878 </reference>
879 </visibleWhen>
880 </command>
881 <command
882 commandId="eu.etaxonomy.taxeditor.editor.media.command.moveimgdown"
883 label="%command.label.39"
884 style="push">
885 <visibleWhen>
886 <reference
887 definitionId="isMedia">
888 </reference>
889 </visibleWhen>
890 </command>
891 <command
892 commandId="eu.etaxonomy.taxeditor.editor.media.command.moveimgup"
893 label="%command.label.40"
894 style="push">
895 <visibleWhen>
896 <reference
897 definitionId="isMedia">
898 </reference>
899 </visibleWhen>
900 </command>
901 <separator
902 name="taxeditor-editor.separator2"
903 visible="true">
904 </separator>
905 <command
906 commandId="eu.etaxonomy.taxeditor.editor.media.command.delete"
907 label="%command.label.41"
908 style="push">
909 </command>
910 <command
911 commandId="org.eclipse.ui.file.save"
912 label="%command.label.42"
913 style="push">
914 </command>
915 </menuContribution>
916 <menuContribution
917 locationURI="popup:eu.etaxonomy.taxeditor.editor.view.concept">
918 <menu
919 label="%menu.label.3">
920 <dynamic
921 class="eu.etaxonomy.taxeditor.editor.view.concept.handler.CreateConceptRelationMenu"
922 id="eu.etaxonomy.taxeditor.editor.view.concept.menus.new">
923 </dynamic>
924 </menu>
925 <command
926 commandId="eu.etaxonomy.taxeditor.editor.view.concept.command.open"
927 label="%command.label.43"
928 style="push">
929 </command>
930 <separator
931 name="eu.etaxonomy.taxeditor.editor.view.concept.menu.separator1"
932 visible="true">
933 </separator>
934 <command
935 commandId="eu.etaxonomy.taxeditor.editor.view.concept.command.delete"
936 label="%command.label.44"
937 style="push">
938 </command>
939 </menuContribution>
940 <menuContribution
941 allPopups="false"
942 locationURI="popup:#BulkEditorContext?before=taxeditor-bulkeditor.separator1">
943 <command
944 commandId="eu.etaxonomy.taxeditor.group.cdmauthorities.edit"
945 label="%command.label.45"
946 style="push">
947 <visibleWhen>
948 <reference
949 definitionId="isGroupEditor">
950 </reference>
951 </visibleWhen>
952 </command>
953 </menuContribution>
954 <menuContribution
955 locationURI="toolbar:org.eclipse.ui.main.toolbar?after=eu.etaxonomy.taxeditor.navigation.search.toolbar">
956 <toolbar
957 id="eu.etaxonomy.taxeditor.editor.alignmentToolbar">
958 <command
959 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleInsertOverwrite"
960 label="Toggle insert/overwrite"
961 style="push">
962 <visibleWhen
963 checkEnabled="true">
964 <with
965 variable="activePartId">
966 <equals
967 value="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor">
968 </equals>
969 </with>
970 </visibleWhen>
971 </command>
972 <command
973 commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleLeftRightInsertion"
974 icon="icons/pherogram-insert-left-16x16.png"
975 style="push">
976 <visibleWhen
977 checkEnabled="false">
978 <with
979 variable="activePartId">
980 <equals
981 value="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor">
982 </equals>
983 </with>
984 </visibleWhen>
985 </command>
986 </toolbar>
987 </menuContribution>
988
989 <menuContribution
990 allPopups="false"
991 locationURI="toolbar:eu.etaxonomy.taxeditor.editor.view.descriptive">
992 <command
993 commandId="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"
994 icon="icons/link_obj.gif"
995 style="toggle"
996 tooltip="%command.tooltip">
997 </command>
998 </menuContribution>
999 <menuContribution
1000 allPopups="false"
1001 locationURI="popup:eu.etaxonomy.taxeditor.navigation.navigatorpopup?after=taxeditor-navigation.separator2">
1002 <command
1003 commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
1004 label="%command.label.55"
1005 style="push">
1006 <visibleWhen
1007 checkEnabled="false">
1008 <and>
1009 <reference
1010 definitionId="isCdmStoreConnected">
1011 </reference>
1012 <reference
1013 definitionId="isTaxonNode">
1014 </reference>
1015 </and>
1016 </visibleWhen>
1017 </command>
1018 <separator
1019 name="eu.etaxonomy.taxeditor.editor.separator1"
1020 visible="true">
1021 </separator>
1022 </menuContribution>
1023 <menuContribution
1024 locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?after=org.eclipse.ui.views.showView.supplemental">
1025 <separator
1026 name="eu.etaxonomy.taxeditor.store.showViewMenu.validation.separator"
1027 visible="true">
1028 </separator>
1029 <command
1030 commandId="org.eclipse.ui.views.showView"
1031 label="%command.name.40"
1032 style="push">
1033 <parameter
1034 name="org.eclipse.ui.views.showView.viewId"
1035 value="eu.etaxonomy.taxeditor.editor.view.validation.problems">
1036 </parameter>
1037 </command>
1038 </menuContribution>
1039 </extension>
1040 <extension
1041 point="org.eclipse.ui.handlers">
1042 <handler
1043 class="org.eclipse.ui.internal.handlers.NewEditorHandler"
1044 commandId="org.eclipse.ui.window.newEditor">
1045 <activeWhen>
1046 <not>
1047 <instanceof
1048 value="eu.etaxonomy.taxeditor.editor.name.TaxonNameEditor">
1049 </instanceof>
1050 </not>
1051 </activeWhen>
1052 <enabledWhen>
1053 <count
1054 value="-1">
1055 </count>
1056 </enabledWhen>
1057 </handler>
1058 <handler
1059 class="eu.etaxonomy.taxeditor.editor.name.handler.DeleteTaxonBaseHandler"
1060 commandId="eu.etaxonomy.taxeditor.editor.name.command.delete">
1061 <activeWhen>
1062 <and>
1063 <reference
1064 definitionId="isTaxonBase">
1065 </reference>
1066 <not>
1067 <reference
1068 definitionId="isAcceptedTaxon">
1069 </reference>
1070 </not>
1071 </and>
1072 </activeWhen>
1073 </handler>
1074 <handler
1075 class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DeleteHandler"
1076 commandId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.delete">
1077 <activeWhen>
1078 <with
1079 variable="activePartId">
1080 <or>
1081 <equals
1082 value="eu.etaxonomy.taxeditor.editor.view.descriptive">
1083 </equals>
1084 <equals
1085 value="eu.etaxonomy.taxeditor.editor.view.media">
1086 </equals>
1087 <equals
1088 value="eu.etaxonomy.taxeditor.editor.view.uses">
1089 </equals>
1090 </or>
1091 </with>
1092 </activeWhen>
1093 </handler>
1094 <handler
1095 class="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.DeleteNodeHandler"
1096 commandId="eu.etaxonomy.taxeditor.editor.key.polytomous.command.delete">
1097 <activeWhen>
1098 <with
1099 variable="activePartId">
1100 <equals
1101 value="eu.etaxonomy.taxeditor.editor.key">
1102 </equals>
1103 </with>
1104 </activeWhen>
1105 </handler>
1106 <handler
1107 class="eu.etaxonomy.taxeditor.editor.view.concept.handler.DeleteConceptRelationHandler"
1108 commandId="eu.etaxonomy.taxeditor.editor.view.concept.command.delete">
1109 <activeWhen>
1110 <with
1111 variable="activePartId">
1112 <equals
1113 value="eu.etaxonomy.taxeditor.editor.view.concept">
1114 </equals>
1115 </with>
1116 </activeWhen>
1117 </handler>
1118 <handler
1119 class="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
1120 commandId="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler">
1121 </handler>
1122 <handler
1123 class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.DeleteDerivateHandler"
1124 commandId="eu.etaxonomy.taxeditor.editor.view.derivate.command.delete">
1125 <activeWhen>
1126 <with
1127 variable="activePartId">
1128 <equals
1129 value="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
1130 </equals>
1131 </with>
1132 </activeWhen>
1133 </handler>
1134 <handler
1135 class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.OpenDerivateEditorForTaxonHandler"
1136 commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView">
1137 <activeWhen>
1138 <with
1139 variable="activePartId">
1140 <equals
1141 value="eu.etaxonomy.taxeditor.navigation.navigator">
1142 </equals>
1143 </with>
1144 </activeWhen>
1145 </handler>
1146 <handler
1147 class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.ToggleShowOnlyIndividualAssociationsHandler"
1148 commandId="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations">
1149 </handler>
1150 </extension>
1151 <extension
1152 name="%extension.name"
1153 point="org.eclipse.ui.commands">
1154 <category
1155 id="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1156 name="%category.name.0">
1157 </category>
1158 <command
1159 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1160 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenParentHandler"
1161 id="eu.etaxonomy.taxeditor.editor.command.openParent"
1162 name="%command.name">
1163 </command>
1164 <command
1165 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1166 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateHomotypicSynonymHandler"
1167 id="eu.etaxonomy.taxeditor.editor.name.createHomotypicSynoym"
1168 name="%command.name.0">
1169 </command>
1170 <command
1171 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1172 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateHeterotypicSynonymHandler"
1173 id="eu.etaxonomy.taxeditor.editor.name.createHeterotypicSynoym"
1174 name="%command.name.1">
1175 </command>
1176 <command
1177 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1178 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateSynonymInHomotypicalGroupHandler"
1179 id="eu.etaxonomy.taxeditor.editor.name.createSynonymInHomotypicalGroup"
1180 name="%command.name.2">
1181 </command>
1182 <command
1183 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1184 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateMisapplicationHandler"
1185 id="eu.etaxonomy.taxeditor.editor.name.createMisapplication"
1186 name="%command.name.36">
1187 </command>
1188 <!--command
1189 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.MoveTaxonHandler"
1190 id="eu.etaxonomy.taxeditor.editor.name.moveTaxon"
1191 name="Move Taxon">
1192 </command-->
1193 <command
1194 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1195 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeToSynonymHandler"
1196 id="eu.etaxonomy.taxeditor.editor.name.changeToSynonym"
1197 name="%command.name.3">
1198 </command>
1199 <command
1200 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1201 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeSynonymToAcceptedTaxonHandler"
1202 id="eu.etaxonomy.taxeditor.editor.name.changeToAcceptedTaxon"
1203 name="%command.name.4">
1204 </command>
1205 <command
1206 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1207 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeToMisapplicationHandler"
1208 id="eu.etaxonomy.taxeditor.editor.name.changeToMisapplication"
1209 name="%command.name.5">
1210 </command>
1211 <command
1212 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1213 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SwapSynonymAndAcceptedHandler"
1214 id="eu.etaxonomy.taxeditor.editor.name.swapSynonymAndAccepted"
1215 name="%command.name.6">
1216 </command>
1217 <command
1218 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1219 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.MoveSynonymToAnotherAcceptedTaxonHandler"
1220 id="eu.etaxonomy.taxeditor.editor.name.moveSynonymToAnotherAcceptedTaxon"
1221 name="%command.name.46">
1222 </command>
1223 <command
1224 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1225 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SetBasionymHandler"
1226 id="eu.etaxonomy.taxeditor.editor.name.setBasionym"
1227 name="%command.name.7">
1228 </command>
1229 <command
1230 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1231 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.RemoveBasionymHandler"
1232 id="eu.etaxonomy.taxeditor.editor.name.removeBasionym"
1233 name="%command.name.8">
1234 </command>
1235 <!-- <command
1236 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1237 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeAcceptedTaxonToSynonymHandler"
1238 id="eu.etaxonomy.taxeditor.editor.name.changeAcceptedToSynonym"
1239 name="Change Accepted Taxon to Synonym">
1240 </command>-->
1241 <command
1242 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1243 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.DeleteTaxonBaseHandler"
1244 id="eu.etaxonomy.taxeditor.editor.name.delete"
1245 name="%command.name.45">
1246 </command>
1247 <command
1248 categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1249 defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.DeleteAllEmptyNamesHandler"
1250 id="eu.etaxonomy.taxeditor.editor.name.deleteAllEmptyNames"
1251 name="%command.name.9">
1252 </command>
1253 <category
1254 id="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1255 name="%category.name.1">
1256 </category>
1257 <command
1258 categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1259 defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.CreateDescriptionElementHandler"
1260 id="eu.etaxonomy.taxeditor.editor.view.descriptive.command.createDescriptionElement"
1261 name="%command.name.10">
1262 </command>
1263 <command
1264 categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1265 defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.CreateDescriptionHandler"
1266 id="eu.etaxonomy.taxeditor.editor.view.descriptive.command.adddescription"
1267 name="%command.name.11">
1268 </command>
1269 <command
1270 categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1271 defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DeleteHandler"
1272 id="eu.etaxonomy.taxeditor.editor.view.descriptive.command.delete"
1273 name="%command.name.48">
1274 </command>
1275 <category
1276 id="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1277 name="%category.name.2">
1278 </category>
1279 <command
1280 categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1281 defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseHandler"
1282 id="eu.etaxonomy.taxeditor.use.commands.adduse"
1283 name="%command.name.14">
1284 </command>
1285 <command
1286 categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1287 defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseRecordHandler"
1288 id="eu.etaxonomy.taxeditor.editor.use.createUseRecord"
1289 name="%command.name.16">
1290 </command>
1291 <command
1292 categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1293 defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseSummaryHandler"
1294 id="eu.etaxonomy.taxeditor.editor.use.createUseSummary"
1295 name="%command.name.15">
1296 </command>
1297 <command
1298 id="eu.etaxonomy.taxeditor.editor.use.command.delete"
1299 name="%command.name.47">
1300 </command>
1301 <category
1302 id="eu.etaxonomy.taxeditor.editor.media.category"
1303 name="%category.name.3">
1304 </category>
1305 <command
1306 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1307 defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.MoveImageDownInListHandler"
1308 id="eu.etaxonomy.taxeditor.editor.media.command.moveimgdown"
1309 name="%command.name.19">
1310 </command>
1311 <command
1312 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1313 defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.AddImageGalleryHandler"
1314 id="eu.etaxonomy.taxeditor.editor.media.command.newimagegallery"
1315 name="%command.name.20">
1316 </command>
1317 <command
1318 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1319 defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.CreateMediaHandler"
1320 id="eu.etaxonomy.taxeditor.editor.media.command.newimage"
1321 name="%command.name.21">
1322 </command>
1323 <command
1324 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1325 defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.AddExistingMediaHandler"
1326 id="eu.etaxonomy.taxeditor.editor.media.command.useExistingImage"
1327 name="%command.name.37">
1328 </command>
1329 <command
1330 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1331 defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.MoveImageUpInListHandler"
1332 id="eu.etaxonomy.taxeditor.editor.media.command.moveimgup"
1333 name="%command.name.22">
1334 </command>
1335 <command
1336 categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1337 defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DeleteHandler"
1338 id="eu.etaxonomy.taxeditor.editor.media.command.delete"
1339 name="%command.name.49">
1340 </command>
1341 <category
1342 id="eu.etaxonomy.taxeditor.editor.new.category"
1343 name="%category.name.4">
1344 </category>
1345 <command
1346 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1347 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewReferenceHandler"
1348 id="eu.etaxonomy.taxeditor.editor.command.new.reference"
1349 name="%command.name.23">
1350 </command>
1351 <command
1352 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1353 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewNameHandler"
1354 id="eu.etaxonomy.taxeditor.editor.command.new.name"
1355 name="%command.name.24">
1356 </command>
1357 <command
1358 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1359 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewTeamHandler"
1360 id="eu.etaxonomy.taxeditor.editor.command.new.team"
1361 name="%command.name.25">
1362 </command>
1363 <command
1364 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1365 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewPersonHandler"
1366 id="eu.etaxonomy.taxeditor.editor.command.new.person"
1367 name="%command.name.26">
1368 </command>
1369 <command
1370 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1371 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewSpecimenHandler"
1372 id="eu.etaxonomy.taxeditor.editor.command.new.specimen"
1373 name="%command.name.27">
1374 </command>
1375 <category
1376 id="eu.etaxonomy.taxeditor.editor.key.category"
1377 name="%category.name.5">
1378 </category>
1379 <command
1380 categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1381 defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.CreateChildNodeHandler"
1382 id="eu.etaxonomy.taxeditor.key.polytomous.command.new.child"
1383 name="%command.name.28">
1384 </command>
1385 <command
1386 categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1387 defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.CreateSiblingNodeHandler"
1388 id="eu.etaxonomy.taxeditor.key.polytomous.command.new.sibling"
1389 name="%command.name.29">
1390 </command>
1391 <command
1392 categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1393 defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.RefreshNodeNumberingHandler"
1394 id="eu.etaxonomy.taxeditor.key.polytomous.command.refresh"
1395 name="%command.name.30">
1396 </command>
1397 <command
1398 categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1399 defaultHandler="eu.etaxonomy.taxeditor.editor.key.handler.ApplyLayoutHandler"
1400 id="eu.etaxonomy.taxeditor.key.command.applyLayout"
1401 name="%command.name.31">
1402 </command>
1403 <command
1404 defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.DeleteNodeHandler"
1405 id="eu.etaxonomy.taxeditor.key.polytomous.command.delete"
1406 name="%command.name.50">
1407 </command>
1408 <category
1409 id="eu.etaxonomy.taxeditor.editor.view.concept.category"
1410 name="%category.name.6">
1411 </category>
1412 <command
1413 categoryId="eu.etaxonomy.taxeditor.editor.view.concept.category"
1414 defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.CreateConceptRelationHandler"
1415 id="eu.etaxonomy.taxeditor.editor.name.createConceptRelation"
1416 name="%command.name.32">
1417 </command>
1418 <command
1419 categoryId="eu.etaxonomy.taxeditor.editor.view.concept.category"
1420 defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.OpenRelatedConceptHandler"
1421 id="eu.etaxonomy.taxeditor.editor.view.concept.command.open"
1422 name="%command.name.33">
1423 </command>
1424 <category
1425 id="eu.etaxonomy.taxeditor.bulkeditor.group.category"
1426 name="%category.name.7">
1427 </category>
1428 <command
1429 categoryId="eu.etaxonomy.taxeditor.bulkeditor.group.category"
1430 defaultHandler="eu.etaxonomy.taxeditor.editor.group.authority.handler.EditCdmAuthoritiesHandler"
1431 id="eu.etaxonomy.taxeditor.group.cdmauthorities.edit"
1432 name="%command.name.34">
1433 </command>
1434 <command
1435 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenDerivateViewHandler"
1436 id="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
1437 name="%command.name.35">
1438 </command>
1439 <command
1440 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
1441 id="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistViewHandler"
1442 name="%command.name.38">
1443 </command>
1444 <command
1445 categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1446 defaultHandler="eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler"
1447 id="eu.etaxonomy.taxeditor.editor.command.new.datasource"
1448 name="%command.name.39">
1449 </command>
1450 <command
1451 id="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"
1452 name="%command.name.41">
1453 </command>
1454 <command
1455 defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenTaxonEditorHandler"
1456 id="eu.etaxonomy.taxeditor.editor.openTaxonEditor"
1457 name="%command.name.42">
1458 <commandParameter
1459 id="eu.etaxonomy.taxeditor.editor.taxonParameter"
1460 name="%commandParameter.name"
1461 optional="false"
1462 typeId="eu.etaxonomy.taxeditor.editor.taxonParameterType">
1463 </commandParameter>
1464 </command>
1465 <commandParameterType
1466 converter="eu.etaxonomy.taxeditor.editor.handler.TaxonParameterConverter"
1467 id="eu.etaxonomy.taxeditor.editor.taxonParameterType"
1468 type="eu.etaxonomy.cdm.model.taxon.TaxonBase">
1469 </commandParameterType>
1470 <command
1471 defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.CreateFieldUnitHandler"
1472 id="eu.etaxonomy.taxeditor.editor.derivate.createFieldUnit"
1473 name="%command.name.43">
1474 </command>
1475 <command
1476 defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.DeleteDerivateHandler"
1477 id="eu.etaxonomy.taxeditor.editor.derivate.deepDelete"
1478 name="%command.name.44">
1479 </command>
1480 <command
1481 categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1482 defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.MoveDescriptionToOtherTaxonHandler"
1483 id="eu.etaxonomy.taxeditor.editor.commands.description.moveDescriptionToTaxon"
1484 name="%command.name.13">
1485 </command>
1486 <command
1487 categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1488 defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.MoveDescriptionElementsHandler"
1489 id="eu.etaxonomy.taxeditor.description.commands.moveDescriptionElements"
1490 name="%command.name.12">
1491 </command>
1492 </extension>
1493 <extension
1494 point="org.eclipse.core.expressions.definitions">
1495 <definition
1496 id="nameEditorActive">
1497 <with
1498 variable="activeEditorId">
1499 <equals
1500 value="eu.etaxonomy.taxeditor.editor.multipagetaxonview">
1501 </equals>
1502 </with>
1503 </definition>
1504 <definition
1505 id="isAcceptedTaxon">
1506 <with
1507 variable="selection">
1508 <test
1509 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isAcceptedTaxon">
1510 </test>
1511 </with>
1512 </definition>
1513 <definition
1514 id="isSynonym">
1515 <with
1516 variable="selection">
1517 <test
1518 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isSynonym">
1519 </test>
1520 </with>
1521 </definition>
1522 <definition
1523 id="isMisapplication">
1524 <with
1525 variable="selection">
1526 <test
1527 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isMisapplication">
1528 </test>
1529 </with>
1530 </definition>
1531 <definition
1532 id="isTaxonBase">
1533 <with
1534 variable="selection">
1535 <test
1536 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isTaxonBase">
1537 </test>
1538 </with>
1539 </definition>
1540 <definition
1541 id="hasEmptyNames">
1542 <with
1543 variable="selection">
1544 <test
1545 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.hasEmptyNames">
1546 </test>
1547 </with>
1548 </definition>
1549 <definition
1550 id="isDeletable">
1551 <with
1552 variable="selection">
1553 <test
1554 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDeletable">
1555 </test>
1556 </with>
1557 </definition>
1558 <definition
1559 id="isMedia">
1560 <with
1561 variable="selection">
1562 <test
1563 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isMedia">
1564 </test>
1565 </with>
1566 </definition>
1567 <definition
1568 id="isTaxonEditor">
1569 <with
1570 variable="selection">
1571 <test
1572 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isTaxonEditor">
1573 </test>
1574 </with>
1575 </definition>
1576 <definition
1577 id="isBulkEditor">
1578 <with
1579 variable="selection">
1580 <test
1581 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isBulkEditor">
1582 </test>
1583 </with>
1584 </definition>
1585 <definition
1586 id="isDerivateEditor">
1587 <with
1588 variable="selection">
1589 <test
1590 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDerivateEditor">
1591 </test>
1592 </with>
1593 </definition>
1594 <definition
1595 id="isDescription">
1596 <with
1597 variable="selection">
1598 <test
1599 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDescription">
1600 </test>
1601 </with>
1602 </definition>
1603 <definition
1604 id="isDescriptionElement">
1605 <with
1606 variable="selection">
1607 <test
1608 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDescriptionElement">
1609 </test>
1610 </with>
1611 </definition>
1612 <definition
1613 id="isFeatureNodeContainer">
1614 <with
1615 variable="selection">
1616 <test
1617 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isFeatureNodeContainer">
1618 </test>
1619 </with>
1620 </definition>
1621 <definition
1622 id="isImageGallery">
1623 <with
1624 variable="selection">
1625 <test
1626 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isImageGallery">
1627 </test>
1628 </with>
1629 </definition>
1630 <definition
1631 id="isAcceptedAndHasNoHomotypicSynonyms">
1632 <with
1633 variable="selection">
1634 <test
1635 property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isAcceptedAndHasNoHomotypicSynonyms">
1636 </test>
1637 </with>
1638 </definition>
1639 <definition
1640 id="isGroupEditor">
1641 <with
1642 variable="activeEditor">
1643 <test
1644 property="taxeditor-bulkeditor.propertyTester.isGroupEditor">
1645 </test>
1646 </with>
1647 </definition>
1648 <definition
1649 id="isIndividualsAssociation">
1650 <with
1651 variable="selection">
1652 <test
1653 property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isIndividualsAssociation">
1654 </test>
1655 </with>
1656 </definition>
1657 </extension>
1658 <extension
1659 point="org.eclipse.core.expressions.propertyTesters">
1660 <propertyTester
1661 class="eu.etaxonomy.taxeditor.editor.name.handler.NameEditorMenuPropertyTester"
1662 id="eu.etaxonomy.taxeditor.editor.name.propertyTester"
1663 namespace="eu.etaxonomy.taxeditor.editor.name.propertyTester"
1664 properties="isAcceptedTaxon,isSynonym,isMisapplication,isTaxonBase,hasEmptyNames,isAcceptedAndHasNoHomotypicSynonyms"
1665 type="org.eclipse.jface.viewers.IStructuredSelection">
1666 </propertyTester>
1667 <propertyTester
1668 class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DescriptionsMenuPropertyTester"
1669 id="eu.etaxonomy.taxeditor.descriptions.PropertyTester"
1670 namespace="eu.etaxonomy.taxeditor.descriptions.propertyTester"
1671 properties="isMedia,isDescription,isDescriptionElement,isDeletable,isFeatureNodeContainer,isImageGallery,isTaxonEditor,isBulkEditor,isDerivateEditor, isIndividualsAssociation"
1672 type="org.eclipse.jface.viewers.TreeSelection">
1673 </propertyTester>
1674 <propertyTester
1675 class="eu.etaxonomy.taxeditor.bulkeditor.command.BulkEditorPropertyTester"
1676 id="taxeditor-bulkeditor.PropertyTester"
1677 namespace="taxeditor-bulkeditor.propertyTester"
1678 properties="isGroupEditor"
1679 type="eu.etaxonomy.taxeditor.bulkeditor.BulkEditor">
1680 </propertyTester>
1681 </extension>
1682 <extension
1683 point="org.eclipse.ui.importWizards">
1684 <wizard
1685 category="eu.etaxonomy.taxeditor.import.category.cdm"
1686 class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard"
1687 id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard"
1688 name="%wizard.name">
1689 <description>
1690 %wizard.description
1691 </description>
1692 </wizard>
1693 </extension>
1694 <extension
1695 point="eu.etaxonomy.taxeditor.store.cdmViewer">
1696 <cdmViewer
1697 class="eu.etaxonomy.taxeditor.editor.EditorCdmViewer">
1698 </cdmViewer>
1699 </extension>
1700 </plugin>