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