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