Project

General

Profile

Download (23.2 KB) Statistics
| Branch: | Tag: | Revision:
1 e8409423 n.hoffmann
<?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 ca4feec7 n.hoffmann
      <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.views">
25 dd1c696a Andreas Müller
         <view
26
               allowMultiple="false"
27
               category="eu.etaxonomy.taxeditor.editor.category"
28
               class="eu.etaxonomy.taxeditor.editor.view.validation.ValidationProblemsView"
29
               icon="icons/edit_16x16.gif"
30
               id="eu.etaxonomy.taxeditor.editor.view.validation.problems"
31
               name="%view.name.6">
32
         </view>
33 ca4feec7 n.hoffmann
      </extension>
34 ca22953d Andreas Müller
      
35
	<!-- VALIDATION RELATED STUFF -->
36 8367bf37 Patric Plitzner
	<extension point="org.eclipse.core.resources.markers" name="%extension.name.0" id="eu.etaxonomy.taxeditor.markers.validationerror">
37 ca22953d Andreas Müller
		<super type="org.eclipse.core.resources.problemmarker"/>
38
		<attribute name="databaseId"/>
39
		<attribute name="userFriendlyTypeName"/>
40
		<attribute name="userFriendlyDescription"/>
41
		<attribute name="userFriendlyFieldName"/>
42
		<attribute name="validatorMessage"/>
43
		<attribute name="invalidValue"/>
44
		<attribute name="validatorClass"/>
45
		<attribute name="entityClass"/>
46
		<attribute name="entityId"/>
47
   		<persistent value="false"/>
48
   	</extension>
49
50
	<extension point="org.eclipse.ui.ide.markerSupport">
51
	    <markerContentGenerator
52
		    id="eu.etaxonomy.taxeditor.editor.validation.ValidationProblemsMarkerGenerator" 
53 dcec2a45 Katja Luther
		    name="%markerContentGenerator.name">  
54 ca22953d Andreas Müller
	    	<markerTypeReference id="eu.etaxonomy.taxeditor.markers.validationerror" />
55
	    	
56
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyTypeName" visible="true" />
57
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyDescription" visible="true" />
58
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyFieldName" visible="true" />
59
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.validatorMessage" visible="true" />
60
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.invalidValue" visible="true" />
61
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.validatorClass" visible="false" />
62
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.entityClass" visible="false" />
63
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.entityId" visible="false" />
64
	    </markerContentGenerator>
65
	    
66
		<markerField
67
			class="eu.etaxonomy.taxeditor.editor.view.validation.UserFriendlyTypeNameMarkerField"
68
			id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyTypeName"
69 dd1c696a Andreas Müller
			name="%marker.field.0">
70 ca22953d Andreas Müller
		</markerField>
71
		<markerField
72
			class="eu.etaxonomy.taxeditor.editor.view.validation.UserFriendlyDescriptionMarkerField"
73
			id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyDescription"
74 dd1c696a Andreas Müller
			name="%marker.field.1">
75 ca22953d Andreas Müller
		</markerField>
76
		<markerField
77
			class="eu.etaxonomy.taxeditor.editor.view.validation.UserFriendlyFieldNameMarkerField"
78
			id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyFieldName"
79 dd1c696a Andreas Müller
			name="%marker.field.2 = Attribute">
80 ca22953d Andreas Müller
		</markerField>
81
		<markerField
82
			class="eu.etaxonomy.taxeditor.editor.view.validation.InvalidValueMarkerField"
83
			id="eu.etaxonomy.taxeditor.markers.validation.invalidValue"
84 dd1c696a Andreas Müller
			name="%marker.field.3 = Problematic Value">
85 ca22953d Andreas Müller
		</markerField>
86
		<markerField
87
			class="eu.etaxonomy.taxeditor.editor.view.validation.ValidatorMessageMarkerField"
88
			id="eu.etaxonomy.taxeditor.markers.validation.validatorMessage"
89 dd1c696a Andreas Müller
			name="%marker.field.4 = Problem description">
90 ca22953d Andreas Müller
		</markerField>
91
		<markerField
92
			class="eu.etaxonomy.taxeditor.editor.view.validation.ValidatorClassMarkerField"
93
			id="eu.etaxonomy.taxeditor.markers.validation.validatorClass"
94 dd1c696a Andreas Müller
			name="%marker.field.5">
95 ca22953d Andreas Müller
		</markerField>
96
		<markerField
97
			class="eu.etaxonomy.taxeditor.editor.view.validation.EntityClassMarkerField"
98
			id="eu.etaxonomy.taxeditor.markers.validation.entityClass"
99 dd1c696a Andreas Müller
			name="%marker.field.6">
100 ca22953d Andreas Müller
		</markerField>
101
		<markerField
102
			class="eu.etaxonomy.taxeditor.editor.view.validation.EntityIdMarkerField"
103
			id="eu.etaxonomy.taxeditor.markers.validation.entityId"
104 dd1c696a Andreas Müller
			name="%marker.field.7">
105 ca22953d Andreas Müller
		</markerField>
106
	</extension>
107
	
108
  <extension
109 ca4feec7 n.hoffmann
         point="org.eclipse.ui.elementFactories">
110
      <factory
111
            class="eu.etaxonomy.taxeditor.editor.TaxonEditorInputFactory"
112 f211dd28 n.hoffmann
            id="eu.etaxonomy.taxeditor.editor.name.taxonEditorInputFactory">
113 ca4feec7 n.hoffmann
      </factory>
114
   </extension>
115
   <extension
116
         point="org.eclipse.ui.menus">
117 db434445 Patrick Plitzner
      <menuContribution
118 55325532 Patrick Plitzner
            locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?before=eu.etaxonomy.taxeditor.store.showViewMenu.internal">
119 db434445 Patrick Plitzner
         <separator
120
               name="eu.etaxonomy.taxeditor.store.showViewMenu.validation.separator"
121
               visible="true">
122
         </separator>
123
         <command
124
               commandId="org.eclipse.ui.views.showView"
125
               label="%command.name.40"
126
               style="push">
127
            <parameter
128
                  name="org.eclipse.ui.views.showView.viewId"
129
                  value="eu.etaxonomy.taxeditor.editor.view.validation.problems">
130
            </parameter>
131
            <visibleWhen
132
                  checkEnabled="true">
133
               <reference
134
                     definitionId="isCdmStoreConnected">
135
               </reference>
136
            </visibleWhen>
137
         </command>
138
      </menuContribution>
139 a10131a0 a.theys
      
140
      
141
      
142
      
143
      
144
      
145 82ef24f3 Patrick Plitzner
      <menuContribution
146
            allPopups="false"
147 8f065066 Patrick Plitzner
            locationURI="toolbar:org.eclipse.ui.main.toolbar?after=eu.etaxonomy.taxeditor.navigation.search.toolbar">
148
         <toolbar
149
               id="eu.etaxonomy.taxeditor.editor.derivativeViewToolbar">
150
            <command
151
                  commandId="eu.etaxonomy.taxeditor.editor.derivative.listenToSelectionChange"
152
                  icon="icons/synced.gif"
153 5ac8a8c8 Patrick Plitzner
                  label="%command.label.LINK_WITH_TAXON_SELECTIO"
154 8f065066 Patrick Plitzner
                  style="toggle">
155
               <visibleWhen
156
                     checkEnabled="true">
157
                  <with
158
                        variable="activePartId">
159
                     <equals
160
                           value="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
161
                     </equals>
162
                  </with>
163
               </visibleWhen>
164
            </command>
165
         </toolbar>
166 82ef24f3 Patrick Plitzner
      </menuContribution>
167 e8409423 n.hoffmann
   </extension>
168 8091dec0 n.hoffmann
   <extension
169 ca4feec7 n.hoffmann
         point="org.eclipse.core.expressions.definitions">
170
      <definition
171
            id="nameEditorActive">
172
         <with
173
               variable="activeEditorId">
174
            <equals
175
                  value="eu.etaxonomy.taxeditor.editor.multipagetaxonview">
176
            </equals>
177
         </with>
178
      </definition>
179
      <definition
180
            id="isAcceptedTaxon">
181
         <with
182 6a6ea365 n.hoffmann
               variable="selection">
183 2d9a13f7 n.hoffmann
            <test
184
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isAcceptedTaxon">
185
            </test>
186 ca4feec7 n.hoffmann
         </with>
187
      </definition>
188 9e4cdc9f k.luther
      <definition
189
            id="isNotHomotypicSynonymOfAcceptedTaxon">
190
         <with
191
               variable="selection">
192
            <test
193 9f983dae Katja Luther
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isNotHomotypicSynonymOfAcceptedTaxon">
194 9e4cdc9f k.luther
            </test>
195
         </with>
196 e9f9f442 Katja Luther
      </definition>
197
          <definition
198
            id="isNotAcceptedTaxon">
199
         <with
200
               variable="selection">
201
            <test
202
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isNotAcceptedTaxon">
203
            </test>
204
         </with>
205 df601566 Katja Luther
      </definition>
206
       <definition
207
            id="isSynonymInHomotypicalGroupWithMoreSynonyms">
208
         <with
209
               variable="selection">
210
            <test
211
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isSynonymInHomotypicalGroupWithMoreSynonyms">
212
            </test>
213
         </with>
214 9e4cdc9f k.luther
      </definition>
215 ca4feec7 n.hoffmann
      <definition
216
            id="isSynonym">
217
         <with
218 6a6ea365 n.hoffmann
               variable="selection">
219 2d9a13f7 n.hoffmann
            <test
220
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isSynonym">
221
            </test>
222 ca4feec7 n.hoffmann
         </with>
223
      </definition>
224 92961300 Katja Luther
      <definition
225
            id="isNotSynonym">
226
         <with
227
               variable="selection">
228
            <test
229
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isNotSynonym">
230
            </test>
231
         </with>
232
      </definition>
233 ca4feec7 n.hoffmann
      <definition
234
            id="isMisapplication">
235
         <with
236 6a6ea365 n.hoffmann
               variable="selection">
237 2d9a13f7 n.hoffmann
            <test
238
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isMisapplication">
239
            </test>
240 ca4feec7 n.hoffmann
         </with>
241 92961300 Katja Luther
      </definition>
242
       <definition
243
            id="isProparteSynonym">
244
         <with
245
               variable="selection">
246
            <test
247
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isProparteSynonym">
248
            </test>
249
         </with>
250
      </definition>
251
       <definition
252
            id="isNotProparteSynonym">
253
         <with
254
               variable="selection">
255
            <test
256
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isNotProparteSynonym">
257
            </test>
258
         </with>
259 74b82668 Katja Luther
      </definition>
260
           <definition
261
            id="isNotMisapplication">
262
         <with
263
               variable="selection">
264
            <test
265
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isNotMisapplication">
266
            </test>
267
         </with>
268 ca4feec7 n.hoffmann
      </definition>
269
      <definition
270 6a6ea365 n.hoffmann
            id="isTaxonBase">
271 ca4feec7 n.hoffmann
         <with
272 6a6ea365 n.hoffmann
               variable="selection">
273 2d9a13f7 n.hoffmann
            <test
274 6a6ea365 n.hoffmann
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isTaxonBase">
275 2d9a13f7 n.hoffmann
            </test>
276 ca4feec7 n.hoffmann
         </with>
277
      </definition>
278
      <definition
279 6a6ea365 n.hoffmann
            id="hasEmptyNames">
280 ca4feec7 n.hoffmann
         <with
281 6a6ea365 n.hoffmann
               variable="selection">
282 2d9a13f7 n.hoffmann
            <test
283 6a6ea365 n.hoffmann
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.hasEmptyNames">
284 2d9a13f7 n.hoffmann
            </test>
285 ca4feec7 n.hoffmann
         </with>
286
      </definition>
287 f211dd28 n.hoffmann
      <definition
288
            id="isDeletable">
289
         <with
290
               variable="selection">
291
            <test
292
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDeletable">
293
            </test>
294
         </with>
295
      </definition>
296
      <definition
297
            id="isMedia">
298
         <with
299
               variable="selection">
300
            <test
301
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isMedia">
302
            </test>
303
         </with>
304
      </definition>
305 5ff3332c Patric Plitzner
      <definition
306
            id="isTaxonEditor">
307
         <with
308
               variable="selection">
309
            <test
310
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isTaxonEditor">
311
            </test>
312
         </with>
313
      </definition>
314 c43d0839 Patric Plitzner
      <definition
315
            id="isBulkEditor">
316
         <with
317
               variable="selection">
318
            <test
319
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isBulkEditor">
320
            </test>
321
         </with>
322
      </definition>
323
      <definition
324
            id="isDerivateEditor">
325
         <with
326
               variable="selection">
327
            <test
328
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDerivateEditor">
329
            </test>
330
         </with>
331
      </definition>
332 f211dd28 n.hoffmann
      <definition
333
            id="isDescription">
334
         <with
335
               variable="selection">
336
            <test
337
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDescription">
338
            </test>
339
         </with>
340
      </definition>
341
      <definition
342
            id="isDescriptionElement">
343
         <with
344
               variable="selection">
345
            <test
346
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDescriptionElement">
347
            </test>
348
         </with>
349
      </definition>
350
      <definition
351
            id="isFeatureNodeContainer">
352
         <with
353
               variable="selection">
354
            <test
355
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isFeatureNodeContainer">
356
            </test>
357
         </with>
358
      </definition>
359 459dc5dc n.hoffmann
      <definition
360
            id="isImageGallery">
361
         <with
362
               variable="selection">
363
            <test
364
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isImageGallery">
365
            </test>
366
         </with>
367
      </definition>
368 806ad398 n.hoffmann
      <definition
369
            id="isAcceptedAndHasNoHomotypicSynonyms">
370
         <with
371
               variable="selection">
372
            <test
373
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isAcceptedAndHasNoHomotypicSynonyms">
374
            </test>
375
         </with>
376
      </definition>
377 ce33189b Patric Plitzner
      <definition
378
            id="isIndividualsAssociation">
379
         <with
380
               variable="selection">
381
            <test
382
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isIndividualsAssociation">
383
            </test>
384
         </with>
385
      </definition>
386 9bc47800 Cherian Mathew
      <definition
387
            id="isRemoting">
388
         <test
389
               property="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester.isRemoting">
390
         </test>
391 f81dda1f Katja Luther
      </definition>
392
       <definition
393
            id="isKeyNode">
394
          <with
395
                variable="selection">
396
             <test
397
                   property="eu.etaxonomy.taxeditor.editor.key.polytomous.PolytomousKeyPropertyTester.isKeyNode">
398
             </test>
399
          </with>
400 9bc47800 Cherian Mathew
      </definition>
401 94d3e32a Patrick Plitzner
      <definition
402
            id="isSequence">
403
         <with
404
               variable="selection">
405
            <test
406
                  property="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester.isSequence">
407
            </test>
408
         </with>
409
      </definition>
410
      <definition
411
            id="isSingleRead">
412
         <with
413
               variable="selection">
414
            <test
415
                  property="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester.isSingleRead">
416
            </test>
417
         </with>
418
      </definition>
419 48e42214 Patrick Plitzner
      <definition
420
            id="isSpecimenOrObservationBase">
421
         <with
422
               variable="selection">
423
            <test
424
                  property="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester.isSpecimenOrObservationBase">
425
            </test>
426
         </with>
427
      </definition>
428 b60e0894 Patrick Plitzner
      <definition
429
            id="isDerivativeEditorLinkedToTaxonSelection">
430
         <with
431
               variable="activeEditor">
432
            <test
433
                  property="eu.etaxonomy.taxeditor.editor.view.derivate.DerivativeEditorPropertyTester.isLinkedWithTaxonSelection">
434
            </test>
435
         </with>
436
      </definition>
437 30afcea0 Patrick Plitzner
      <definition
438
            id="isOrphanedTaxon">
439
         <with
440
               variable="selection">
441
            <test
442
                  forcePluginActivation="true"
443
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isOrphaned">
444
            </test>
445
         </with>
446
      </definition>
447 48e42214 Patrick Plitzner
      <definition
448
            id="isAddDerivateAllowed">
449
         <with
450
               variable="selection">
451
            <test
452
                  property="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester.isAddDerivateAllowed">
453
            </test>
454
         </with>
455
      </definition>
456
      <definition
457
            id="isAddMediaAllowed">
458
         <with
459
               variable="selection">
460
            <test
461
                  property="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester.isAddMediaAllowed">
462
            </test>
463
         </with>
464
      </definition>
465 2d9a13f7 n.hoffmann
   </extension>
466
   <extension
467
         point="org.eclipse.core.expressions.propertyTesters">
468
      <propertyTester
469
            class="eu.etaxonomy.taxeditor.editor.name.handler.NameEditorMenuPropertyTester"
470
            id="eu.etaxonomy.taxeditor.editor.name.propertyTester"
471
            namespace="eu.etaxonomy.taxeditor.editor.name.propertyTester"
472 92961300 Katja Luther
            properties="isAcceptedTaxon,isSynonym,isNotSynonym,isMisapplication,isProparteSynonym,isNotProparteSynonym,isNotMisapplication,isTaxonBase,hasEmptyNames,isAcceptedAndHasNoHomotypicSynonyms,isNotHomotypicSynonymOfAcceptedTaxon,isNotAcceptedTaxon,isSynonymInHomotypicalGroupWithMoreSynonyms,isOrphaned"
473 f81dda1f Katja Luther
            type="java.lang.Object">
474 2d9a13f7 n.hoffmann
      </propertyTester>
475 f211dd28 n.hoffmann
      <propertyTester
476 0b8488b1 Patrick Plitzner
            class="eu.etaxonomy.taxeditor.editor.view.descriptive.e4.handler.DescriptionsMenuPropertyTesterE4"
477 9a512b18 Patrick Plitzner
            id="eu.etaxonomy.taxeditor.descriptions.propertyTester"
478 f211dd28 n.hoffmann
            namespace="eu.etaxonomy.taxeditor.descriptions.propertyTester"
479 ce33189b Patric Plitzner
            properties="isMedia,isDescription,isDescriptionElement,isDeletable,isFeatureNodeContainer,isImageGallery,isTaxonEditor,isBulkEditor,isDerivateEditor, isIndividualsAssociation"
480 e6aba306 Patrick Plitzner
            type="java.lang.Object">
481 f211dd28 n.hoffmann
      </propertyTester>
482 94d3e32a Patrick Plitzner
      <propertyTester
483
            class="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester"
484
            id="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester"
485
            namespace="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester"
486 167eefc2 Patrick Plitzner
            properties="isSequence,isSingleRead,isSpecimenOrObservationBase,isAddDerivateAllowed,isAddMediaAllowed"
487 94d3e32a Patrick Plitzner
            type="org.eclipse.jface.viewers.IStructuredSelection">
488
      </propertyTester>
489 b60e0894 Patrick Plitzner
      <propertyTester
490
            class="eu.etaxonomy.taxeditor.editor.view.derivate.DerivativeEditorPropertyTester"
491
            id="eu.etaxonomy.taxeditor.editor.view.derivate.DerivativeEditorPropertyTester"
492
            namespace="eu.etaxonomy.taxeditor.editor.view.derivate.DerivativeEditorPropertyTester"
493
            properties="isLinkedWithTaxonSelection"
494
            type="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
495
      </propertyTester>
496 f81dda1f Katja Luther
      <propertyTester
497
            class="eu.etaxonomy.taxeditor.editor.key.polytomous.PolytomousKeyPropertyTester"
498
            id="eu.etaxonomy.taxeditor.editor.key.polytomous.PolytomousKeyPropertyTester"
499
            namespace="eu.etaxonomy.taxeditor.editor.key.polytomous.PolytomousKeyPropertyTester"
500
            properties="isKeyNode"
501
            type="org.eclipse.jface.viewers.IStructuredSelection">
502
      </propertyTester>
503 f1e57f12 p.ciardelli
   </extension>
504 ca4feec7 n.hoffmann
   <extension
505
         point="org.eclipse.ui.bindings">   
506
      <scheme
507 4db49a38 Alexander Oppermann
            description="%scheme.description"
508 ca4feec7 n.hoffmann
            id="eu.etaxonomy.taxeditor.bindings.scheme.default"
509 4db49a38 Alexander Oppermann
            name="%scheme.name">
510 ca4feec7 n.hoffmann
      </scheme>
511
   </extension>
512 1afa4a17 Patrick Plitzner
    <!--extension
513 15387df0 Patric Plitzner
         point="org.eclipse.ui.importWizards">
514
      <wizard
515
            category="eu.etaxonomy.taxeditor.import.category.cdm"
516
            class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard"
517
            id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard"
518 543ccf33 Patric Plitzner
            name="%wizard.name">
519 15387df0 Patric Plitzner
         <description>
520 543ccf33 Patric Plitzner
            %wizard.description
521 15387df0 Patric Plitzner
         </description>
522
      </wizard>
523 1afa4a17 Patrick Plitzner
   </extension-->
524 d637e4ba Cherian Mathew
   <extension
525 3dba9fc4 Patric Plitzner
          point="eu.etaxonomy.taxeditor.store.cdmViewer">
526 420c234a Patrick Plitzner
      <viewCommandMapping
527
            commandId="eu.etaxonomy.taxeditor.editor.openTaxonEditorForTaxonNode"
528
            selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
529 d1dfc43d Patrick Plitzner
            viewerName="%viewCommandMapping.viewerName.NAME_EDITOR">
530 420c234a Patrick Plitzner
      </viewCommandMapping>
531
      <viewCommandMapping
532
            commandId="eu.etaxonomy.taxeditor.editor.openTaxonEditorForTaxon"
533
            selection="eu.etaxonomy.cdm.model.taxon.TaxonBase"
534 d1dfc43d Patrick Plitzner
            viewerName="%viewCommandMapping.viewerName.NAME_EDITOR">
535 420c234a Patrick Plitzner
      </viewCommandMapping>
536 fd4fff8b Patrick Plitzner
      <viewCommandMapping
537 08b664ff Patrick Plitzner
            commandId="eu.etaxonomy.taxeditor.editor.openSpecimenEditorForIndividualsAssociation"
538 fd4fff8b Patrick Plitzner
            selection="eu.etaxonomy.cdm.model.description.IndividualsAssociation"
539 d1dfc43d Patrick Plitzner
            viewerName="%viewCommandMapping.viewerName.SPECIMEN_EDITOR">
540 fd4fff8b Patrick Plitzner
      </viewCommandMapping>
541 eed59bfd Patrick Plitzner
      <viewCommandMapping
542 08b664ff Patrick Plitzner
            commandId="eu.etaxonomy.taxeditor.editor.openSpecimenEditorForTaxonNode"
543 eed59bfd Patrick Plitzner
            selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
544 d1dfc43d Patrick Plitzner
            viewerName="%viewCommandMapping.viewerName.SPECIMEN_EDITOR">
545 eed59bfd Patrick Plitzner
      </viewCommandMapping>
546 1b6fc97e Patrick Plitzner
      <viewCommandMapping
547
            commandId="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistViewHandler"
548
            selection="eu.etaxonomy.cdm.model.taxon.ITaxonTreeNode"
549
            viewerName="%viewCommandMapping.viewerName.CHECKLIST_EDITOR">
550
      </viewCommandMapping>
551 f8ab37f4 Patrick Plitzner
      <viewCommandMapping
552
            commandId="eu.etaxonomy.taxeditor.openSpecimenEditorForTypeSpecimen"
553
            selection="eu.etaxonomy.cdm.model.name.SpecimenTypeDesignation"
554 ae137b34 Patrick Plitzner
            viewerName="%viewCommandMapping.viewerName.SPECIMEN_EDITOR">
555 f8ab37f4 Patrick Plitzner
      </viewCommandMapping>
556 9fcf0574 Patrick Plitzner
      <viewCommandMapping
557
            commandId="eu.etaxonomy.taxeditor.editor.view.concept.command.open"
558
            selection="eu.etaxonomy.cdm.model.taxon.TaxonRelationship"
559
            viewerName="Name Editor">
560
      </viewCommandMapping>
561
      <viewCommandMapping
562
            commandId="eu.etaxonomy.taxeditor.editor.openBulkEditorForTaxonRelationship"
563
            selection="eu.etaxonomy.cdm.model.taxon.TaxonRelationship"
564
            viewerName="Bulk Editor">
565
      </viewCommandMapping>
566 b769449a Patrick Plitzner
      <viewCommandMapping
567 08b664ff Patrick Plitzner
            commandId="eu.etaxonomy.taxeditor.editor.openSpecimenEditorForSpecimenOrObservation"
568 b769449a Patrick Plitzner
            selection="eu.etaxonomy.cdm.model.occurrence.SpecimenOrObservationBase"
569 ed46b81a Patrick Plitzner
            viewerName="Specimen Editor (tree)">
570 b769449a Patrick Plitzner
      </viewCommandMapping>
571 8079fdb3 Patrick Plitzner
      <viewCommandMapping
572 652496d7 Andreas Müller
            commandId="eu.etaxonomy.taxeditor.editor.command.descriptiveDataSet.openDescriptiveDataSetEditor"
573
            selection="eu.etaxonomy.cdm.model.description.DescriptiveDataSet"
574
            viewerName="Descriptive Data Set Editor">
575 8079fdb3 Patrick Plitzner
      </viewCommandMapping>
576
      <viewCommandMapping
577 652496d7 Andreas Müller
            commandId="eu.etaxonomy.taxeditor.editor.command.descriptiveDataSet.openCharacterMatrix"
578
            selection="eu.etaxonomy.cdm.model.description.DescriptiveDataSet"
579 8079fdb3 Patrick Plitzner
            viewerName="Character Matrix">
580
      </viewCommandMapping>
581
      <viewCommandMapping
582 652496d7 Andreas Müller
            commandId="eu.etaxonomy.taxeditor.editor.command.descriptiveDataSet.openDescriptiveDataSetEditor"
583 8079fdb3 Patrick Plitzner
            selection="eu.etaxonomy.cdm.persistence.dto.UuidAndTitleCache"
584 652496d7 Andreas Müller
            viewerName="Descriptive Data Set Editor">
585 8079fdb3 Patrick Plitzner
      </viewCommandMapping>
586 2864959f Patrick Plitzner
      <viewCommandMapping
587
            commandId="eu.etaxonomy.taxeditor.openSpecimenEditorForGatheringEvent"
588
            selection="eu.etaxonomy.cdm.model.occurrence.GatheringEvent"
589
            viewerName="%viewCommandMapping.viewerName.SPECIMEN_EDITOR">
590
      </viewCommandMapping>
591 3dba9fc4 Patric Plitzner
    </extension>
592 83ec3e12 Patrick Plitzner
   <extension
593 bb1d1762 Patrick Plitzner
         id="eu.etaxonomy.taxeditor.editor.workbench.model"
594
         name="Editor Workbench Model"
595 83ec3e12 Patrick Plitzner
         point="org.eclipse.e4.workbench.model">
596
      <fragment
597 9e1d7d77 Patrick Plitzner
            apply="always"
598 83ec3e12 Patrick Plitzner
            uri="fragment.e4xmi">
599
      </fragment>
600
   </extension>
601 e8409423 n.hoffmann
</plugin>