Project

General

Profile

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