plugin.xml : updated plugin for new remoting handlers
[taxeditor.git] / eu.etaxonomy.taxeditor.navigation / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.2"?>
3 <plugin>
4 <extension
5 id="application"
6 point="org.eclipse.core.runtime.applications">
7 <application>
8 <run
9 class="eu.etaxonomy.taxeditor.navigation.Application">
10 </run>
11 </application>
12 </extension>
13 <extension
14 point="org.eclipse.ui.views">
15 <view
16 allowMultiple="true"
17 class="eu.etaxonomy.taxeditor.navigation.search.SearchResultView"
18 icon="icons/system-search.png"
19 id="eu.etaxonomy.taxeditor.navigation.search.searchResultView"
20 name="%view.name"
21 restorable="false">
22 </view>
23 <view
24 allowMultiple="false"
25 class="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNavigator"
26 icon="icons/preferences-system-windows.png"
27 id="eu.etaxonomy.taxeditor.navigation.navigator"
28 name="%view.name.0"
29 restorable="true">
30 </view>
31 <view
32 allowMultiple="false"
33 class="eu.etaxonomy.taxeditor.navigation.key.polytomous.PolytomousKeyViewPart"
34 id="eu.etaxonomy.taxeditor.navigation.key.polytomous.polytomousKeyViewPart"
35 name="%view.name.1"
36 restorable="true">
37 </view>
38 </extension>
39 <extension
40 point="org.eclipse.ui.menus">
41 <menuContribution
42 locationURI="menu:org.eclipse.ui.main.menu.file">
43 <separator
44 name="eu.etaxonomy.taxeditor.navigation.recentnames.separator"
45 visible="true">
46 </separator>
47 <dynamic
48 class="eu.etaxonomy.taxeditor.navigation.RecentNamesContributionItem"
49 id="eu.etaxonomy.taxeditor.navigation.recentnames">
50 </dynamic>
51 </menuContribution>
52 <menuContribution
53 locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?before=eu.etaxonomy.taxeditor.editor.showViewMenu">
54 <command
55 commandId="org.eclipse.ui.views.showView"
56 label="%command.label"
57 style="push">
58 <parameter
59 name="org.eclipse.ui.views.showView.viewId"
60 value="eu.etaxonomy.taxeditor.navigation.navigator">
61 </parameter>
62 </command>
63 <command
64 commandId="org.eclipse.ui.views.showView"
65 label="%command.label.0"
66 style="push">
67 <parameter
68 name="org.eclipse.ui.views.showView.viewId"
69 value="eu.etaxonomy.taxeditor.navigation.key.polytomous.polytomousKeyViewPart">
70 </parameter>
71 </command>
72 </menuContribution>
73 <menuContribution
74 locationURI="popup:eu.etaxonomy.taxeditor.navigation.search.searchResultView">
75 <command
76 commandId="eu.etaxonomy.taxeditor.navigation.command.editTaxon"
77 label="%command.label.1"
78 style="push">
79 </command>
80 </menuContribution>
81 <menuContribution
82 locationURI="popup:eu.etaxonomy.taxeditor.navigation.navigatorpopup">
83 <menu
84 id="eu.etaxonomy.navigation.menu.new"
85 label="%menu.label">
86 <command
87 commandId="eu.etaxonomy.taxeditor.navigation.command.create.taxonNode"
88 label="%command.label.2"
89 style="push">
90 </command>
91 <separator
92 name="eu.etaxonomy.navigation.menu.new.separator1"
93 visible="true">
94 </separator>
95 <command
96 commandId="eu.etaxonomy.taxeditor.navigation.create.classification"
97 id="eu.etaxonomy.taxeditor.navigation.create.classificationHandler"
98 label="%command.label.3"
99 style="push">
100 </command>
101 <visibleWhen
102 checkEnabled="true">
103 <reference
104 definitionId="isCdmStoreConnected">
105 </reference>
106 </visibleWhen>
107 </menu>
108 <command
109 commandId="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistViewHandler"
110 icon="icons/check.png"
111 label="%command.label.4"
112 style="push">
113 <visibleWhen
114 checkEnabled="true">
115 <and>
116 <reference
117 definitionId="isChecklistEditorEnabled">
118 </reference>
119 <or>
120 <reference
121 definitionId="isClassification">
122 </reference>
123 <reference
124 definitionId="isTaxonNode">
125 </reference>
126 </or>
127 </and>
128 </visibleWhen>
129 </command>
130 <command
131 commandId="eu.etaxonomy.taxeditor.navigation.navigator.handler.OpenFixClassificationHierarchyHandler"
132 label="%command.label.fixClassificationHierarchy"
133 style="push">
134 <visibleWhen
135 checkEnabled="true">
136 <and>
137 <reference
138 definitionId="isShowExperimentalFeatures">
139 </reference>
140 <reference
141 definitionId="isClassification">
142 </reference>
143 </and>
144 </visibleWhen>
145 </command>
146 <separator
147 name="taxeditor-navigation.separator1"
148 visible="true">
149 </separator>
150 <command
151 commandId="eu.etaxonomy.taxeditor.navigation.command.update.editSelection"
152 label="%command.label.5"
153 style="push">
154 <visibleWhen
155 checkEnabled="true">
156 <or>
157 <reference
158 definitionId="isTaxonNode">
159 </reference>
160 <reference
161 definitionId="isTaxonomicTree">
162 </reference>
163 </or>
164 </visibleWhen>
165 </command>
166 <command
167 commandId="eu.etaxonomy.taxeditor.store.open"
168 label="Edit"
169 style="push">
170 <visibleWhen
171 checkEnabled="true">
172 <with
173 variable="selection">
174 <reference
175 definitionId="isClassification">
176 </reference>
177 </with>
178 </visibleWhen>
179 </command>
180 <command
181 commandId="eu.etaxonomy.taxeditor.navigator.command.update.changeAcceptedToSynonym"
182 label="%command.label.6"
183 style="push">
184 <visibleWhen
185 checkEnabled="true">
186 <and>
187 <reference
188 definitionId="isCdmStoreConnected">
189 </reference>
190 <reference
191 definitionId="isTaxonNode">
192 </reference>
193 </and>
194 </visibleWhen>
195 </command>
196 <command
197 commandId="eu.etaxonomy.taxeditor.navigation.command.update.moveTaxon"
198 label="%command.label.7"
199 style="push">
200 <visibleWhen
201 checkEnabled="true">
202 <reference
203 definitionId="isTaxonNode">
204 </reference>
205 </visibleWhen>
206 </command>
207 <command
208 commandId="eu.etaxonomy.taxeditor.navigation.moveFactualData"
209 label="%command.label.moveFactualData"
210 style="push">
211 <visibleWhen
212 checkEnabled="true">
213 <and>
214 <reference
215 definitionId="isCdmStoreConnected">
216 </reference>
217 <reference
218 definitionId="isTaxonNode">
219 </reference>
220 </and>
221 </visibleWhen>
222 </command>
223 <separator
224 name="taxeditor-navigation.separator2"
225 visible="true">
226 </separator>
227 <!--command
228 commandId="eu.etaxonomy.taxeditor.navigation.command.createChildTaxon"
229 label="New Child"
230 style="push">
231 </command>
232 <command
233 commandId="eu.etaxonomy.taxeditor.navigation.command.quickCreateChildTaxon"
234 label="Quick Add Child "
235 style="push">
236 </command-->
237 <command
238 commandId="org.eclipse.ui.file.import"
239 label="%command.label.8"
240 style="push">
241 <visibleWhen
242 checkEnabled="true">
243 <reference
244 definitionId="isCdmStoreConnected">
245 </reference>
246 </visibleWhen>
247 </command>
248 <command
249 commandId="org.eclipse.ui.file.export"
250 label="%command.label.9"
251 style="push">
252 <visibleWhen
253 checkEnabled="true">
254 <reference
255 definitionId="isCdmStoreConnected">
256 </reference>
257 </visibleWhen>
258 </command>
259 <separator
260 name="taxeditor-navigation.separator4"
261 visible="true">
262 </separator>
263 <command
264 commandId="eu.etaxonomy.taxeditor.navigation.command.delete"
265 label="%command.label.10"
266 style="push">
267 <visibleWhen
268 checkEnabled="true">
269 <and>
270 <reference
271 definitionId="isCdmStoreConnected">
272 </reference>
273 <not>
274 <reference
275 definitionId="isSynonymNode">
276 </reference>
277 </not>
278 </and>
279 </visibleWhen>
280 </command>
281 <separator
282 name="taxeditor-navigation.separator5"
283 visible="true">
284 </separator>
285 <command
286 commandId="org.eclipse.ui.file.refresh"
287 label="%command.label.11"
288 style="push">
289 <visibleWhen
290 checkEnabled="true">
291 <reference
292 definitionId="isCdmStoreConnected">
293 </reference>
294 </visibleWhen>
295 </command>
296 <command
297 commandId="eu.etaxonomy.taxeditor.navigation.command.copyTaxonName"
298 label="%command.label.12"
299 style="push">
300 <visibleWhen
301 checkEnabled="true">
302 <and>
303 <reference
304 definitionId="isCdmStoreConnected">
305 </reference>
306 <reference
307 definitionId="isTaxonNode">
308 </reference></and>
309 </visibleWhen>
310 </command>
311 </menuContribution>
312 <menuContribution
313 locationURI="toolbar:org.eclipse.ui.main.toolbar">
314 <toolbar
315 id="eu.etaxonomy.taxeditor.navigation.search.toolbar">
316 <control
317 class="eu.etaxonomy.taxeditor.navigation.search.SearchBar">
318 </control>
319 </toolbar>
320 </menuContribution>
321 <menuContribution
322 locationURI="menu:eu.etaxonomy.navigation.menu.new">
323 <command
324 commandId="eu.etaxonomy.taxeditor.navigation.command.create.taxonNode"
325 label="%command.label.13"
326 style="push">
327 </command>
328 <separator
329 name="eu.etaxonomy.navigation.menu.new.separator1"
330 visible="true">
331 </separator>
332 <command
333 commandId="eu.etaxonomy.taxeditor.navigation.create.classification"
334 id="eu.etaxonomy.taxeditor.navigation.create.classificationHandler"
335 label="%command.label.14"
336 style="push">
337 </command>
338 </menuContribution>
339 <menuContribution
340 locationURI="popup:eu.etaxonomy.taxeditor.navigation.key.polytomous.polytomousKeyViewPart">
341 <command
342 commandId="eu.etaxonomy.taxeditor.navigation.key.polytomous.newKey"
343 label="%command.label.15"
344 style="push">
345 </command>
346 <command
347 commandId="eu.etaxonomy.taxeditor.navigation.key.polytomous.editNodes"
348 label="%command.label.16"
349 style="push">
350 </command>
351 <menu
352 label="%menu.label.0">
353 <command
354 commandId="eu.etaxonomy.taxeditor.navigation.key.polytomous.refreshKeyList"
355 label="%command.label.17"
356 style="push">
357 </command>
358 <command
359 commandId="eu.etaxonomy.taxeditor.navigation.key.polytomous.refreshKeyNodes"
360 label="%command.label.18"
361 style="push">
362 </command>
363 </menu>
364 <separator
365 name="eu.etaxonomy.eu.polytomousKeyView.separator2"
366 visible="true">
367 </separator>
368 <command
369 commandId="eu.etaxonomy.taxeditor.navigation.key.polytomous.command.delete"
370 label="%command.label.19"
371 style="push">
372 </command>
373
374 </menuContribution>
375 </extension>
376 <extension
377 point="org.eclipse.ui.commands">
378 <command
379 defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.EditHandler"
380 id="eu.etaxonomy.taxeditor.navigation.command.update.editSelection"
381 name="%command.name.1">
382 </command>
383 <command
384 defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.MoveTaxonHandler"
385 id="eu.etaxonomy.taxeditor.navigation.command.update.moveTaxon"
386 name="%command.name.2">
387 </command>
388 <command
389 defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.RefreshTreeHandler"
390 id="org.eclipse.ui.file.refresh"
391 name="%command.name.3">
392 </command>
393 <command
394 defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.CopyHandler"
395 id="eu.etaxonomy.taxeditor.navigation.command.copyTaxonName"
396 name="%command.name.4">
397 </command>
398 <command
399 id="eu.etaxonomy.taxeditor.navigator.command.update.changeAcceptedToSynonym"
400 name="%command.name.5">
401 </command>
402 <command
403 defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.NewClassificationHandler"
404 id="eu.etaxonomy.taxeditor.navigation.create.classification"
405 name="%command.name.0">
406 </command>
407 <command
408 defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.NewTaxonNodeHandler"
409 id="eu.etaxonomy.taxeditor.navigation.command.create.taxonNode"
410 name="%command.name">
411 </command>
412 <command
413 defaultHandler="eu.etaxonomy.taxeditor.navigation.key.polytomous.handler.NewPolytomousKeyHandler"
414 id="eu.etaxonomy.taxeditor.navigation.key.polytomous.newKey"
415 name="%command.name.6">
416 </command>
417 <command
418 defaultHandler="eu.etaxonomy.taxeditor.navigation.key.polytomous.handler.EditPolytomousKeyNodesHandler"
419 id="eu.etaxonomy.taxeditor.navigation.key.polytomous.editNodes"
420 name="%command.name.7">
421 </command>
422 <command
423 defaultHandler="eu.etaxonomy.taxeditor.navigation.key.polytomous.handler.RefreshPolytomousKeyListHandler"
424 id="eu.etaxonomy.taxeditor.navigation.key.polytomous.refreshKeyList"
425 name="%command.name.8">
426 </command>
427 <command
428 defaultHandler="eu.etaxonomy.taxeditor.navigation.key.polytomous.handler.RefreshPolytomousKeyNodesHandler"
429 id="eu.etaxonomy.taxeditor.navigation.key.polytomous.refreshKeyNodes"
430 name="%command.name.9">
431 </command>
432 <command
433 defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.MoveFactualDataHandler"
434 id="eu.etaxonomy.taxeditor.navigation.moveFactualData"
435 name="%command.name.moveFactualData">
436 </command>
437 <command
438 defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.CreateClassificationHierarchyHandler"
439 id="eu.etaxonomy.taxeditor.navigation.navigator.handler.OpenFixClassificationHierarchyHandler"
440 name="%command.name.10">
441 </command>
442 <command
443 defaultHandler="eu.etaxonomy.taxeditor.navigation.navigator.handler.DeleteHandler"
444 id="eu.etaxonomy.taxeditor.navigation.command.delete"
445 name="delete">
446 </command>
447 </extension>
448 <extension
449 point="org.eclipse.ui.handlers">
450 <handler
451 class="eu.etaxonomy.taxeditor.navigation.navigator.handler.DeleteHandler"
452 commandId="eu.etaxonomy.taxeditor.navigation.navigator.command.delete">
453 <activeWhen>
454 <with
455 variable="activePartId">
456 <equals
457 value="eu.etaxonomy.taxeditor.navigation.navigator">
458 </equals>
459 </with>
460 </activeWhen>
461 </handler>
462 <handler
463 class="eu.etaxonomy.taxeditor.navigation.key.polytomous.handler.DeleteHandler"
464 commandId="eu.etaxonomy.taxeditor.navigation.key.polytomous.command.delete">
465 <activeWhen>
466 <with
467 variable="activePartId">
468 <equals
469 value="eu.etaxonomy.taxeditor.navigation.key.polytomous.polytomousKeyViewPart">
470 </equals>
471 </with>
472 </activeWhen>
473 </handler>
474 <handler
475 class="eu.etaxonomy.taxeditor.navigation.navigator.handler.ChangeAcceptedTaxonToSynonymHandler"
476 commandId="eu.etaxonomy.taxeditor.navigator.command.update.changeAcceptedToSynonym">
477 <activeWhen>
478 <test
479 property="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester.isRemoting">
480 </test>
481 </activeWhen>
482 </handler>
483 </extension>
484
485
486 <!--extension
487 point="org.eclipse.ui.navigator.viewer">
488 <viewer
489 viewerId="org.eclipse.ui.examples.navigator.view">
490 </viewer>
491 <viewerContentBinding
492 viewerId="org.eclipse.ui.examples.navigator.view">
493 <includes>
494 <contentExtension
495 pattern="org.eclipse.ui.navigator.resourceContent" />
496 <contentExtension
497 pattern="org.eclipse.ui.navigator.resources.filters.*" />
498 </includes>
499 </viewerContentBinding>
500 <viewerActionBinding
501 viewerId="org.eclipse.ui.examples.navigator.view">
502 <includes>
503 <actionExtension
504 pattern="org.eclipse.ui.navigator.resources.*">
505 </actionExtension>
506 </includes>
507 </viewerActionBinding>
508 </extension>
509 <extension
510 point="org.eclipse.ui.navigator.navigatorContent">
511 <commonFilter
512 id="org.eclipse.ui.examples.navigator.filters.hideNonJavaProjects"
513 name="Hide non-Java projects">
514 <filterExpression>
515 <not>
516 <adapt
517 type="org.eclipse.core.resources.IProject">
518 <test
519 property="org.eclipse.core.resources.projectNature"
520 value="org.eclipse.jdt.core.javanature">
521 </test>
522 </adapt>
523 </not>
524 </filterExpression>
525 </commonFilter>
526 </extension-->
527
528
529
530
531
532
533 <extension
534 point="org.eclipse.ui.views">
535 <view
536 class="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNavigator"
537 icon="icons/edit_16x16.gif"
538 id="eu.etaxonomy.taxeditor.navigation.navigator"
539 name="%view.name.2"/>
540 </extension>
541 <extension
542 point="org.eclipse.ui.navigator.navigatorContent">
543 <navigatorContent
544 contentProvider="eu.etaxonomy.taxeditor.navigation.navigator.ClassificationContentProvider"
545 id="eu.etaxonomy.taxeditor.navigation.classificationContent"
546 labelProvider="eu.etaxonomy.taxeditor.navigation.navigator.ClassificationLabelProvider"
547 name="%navigatorContent.name">
548 <triggerPoints>
549 <instanceof
550 value="eu.etaxonomy.taxeditor.navigation.navigator.Root">
551 </instanceof>
552 </triggerPoints>
553 <possibleChildren>
554 <instanceof
555 value="eu.etaxonomy.cdm.model.taxon.TaxonNode">
556 </instanceof>
557 </possibleChildren>
558 <dropAssistant
559 class="eu.etaxonomy.taxeditor.navigation.navigator.TreeNodeDropAdapterAssistant"
560 id="eu.etaxonomy.taxeditor.navigation.navigator.dropassistant">
561 <possibleDropTargets></possibleDropTargets>
562 </dropAssistant>
563 </navigatorContent>
564 <navigatorContent
565 contentProvider="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodeContentProvider"
566 id="eu.etaxonomy.taxeditor.navigation.taxonNodeContent"
567 labelProvider="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodeLabelProvider"
568 name="%navigatorContent.name.0">
569 <triggerPoints>
570 <or>
571 <instanceof
572 value="eu.etaxonomy.cdm.model.taxon.TaxonNode">
573 </instanceof>
574 <and>
575 <instanceof
576 value="eu.etaxonomy.cdm.model.taxon.Classification">
577 </instanceof>
578 <test
579 forcePluginActivation="true"
580 property="eu.etaxonomy.taxeditor.propertytests.hasTaxa">
581 </test>
582 </and>
583 </or>
584 </triggerPoints>
585 <dropAssistant
586 class="eu.etaxonomy.taxeditor.navigation.navigator.TreeNodeDropAdapterAssistant"
587 id="eu.etaxonomy.taxeditor.navigation.navigator.dropassistant">
588 <possibleDropTargets>
589 <or>
590 <instanceof
591 value="eu.etaxonomy.cdm.model.taxon.TaxonNode">
592 </instanceof>
593 <instanceof
594 value="eu.etaxonomy.cdm.model.taxon.Classification">
595 </instanceof>
596 </or>
597 </possibleDropTargets>
598 </dropAssistant>
599 <possibleChildren>
600 <instanceof
601 value="eu.etaxonomy.cdm.model.taxon.TaxonNode">
602 </instanceof>
603 </possibleChildren>
604 </navigatorContent>
605 <navigatorContent
606 activeByDefault="false"
607 contentProvider="eu.etaxonomy.taxeditor.navigation.navigator.SynonymContentProvider"
608 id="eu.etaxonomy.taxeditor.navigation.synonymContent"
609 labelProvider="eu.etaxonomy.taxeditor.navigation.navigator.SynonymLabelProvider"
610 name="%navigatorContent.name.1"
611 priority="highest">
612 <triggerPoints>
613 <and>
614 <instanceof
615 value="eu.etaxonomy.cdm.model.taxon.TaxonNode">
616 </instanceof>
617 <test
618 forcePluginActivation="true"
619 property="eu.etaxonomy.taxeditor.propertytests.hasSynonyms">
620 </test>
621 </and>
622 </triggerPoints>
623 <possibleChildren>
624 <instanceof
625 value="eu.etaxonomy.cdm.model.taxon.Synonym">
626 </instanceof>
627 </possibleChildren>
628 </navigatorContent>
629 </extension>
630 <extension
631 point="org.eclipse.ui.navigator.viewer">
632 <viewer
633 viewerId="eu.etaxonomy.taxeditor.navigation.navigator">
634 <popupMenu
635 id="eu.etaxonomy.taxeditor.navigation.navigatorpopup">
636 </popupMenu>
637 </viewer>
638 <viewerContentBinding viewerId="eu.etaxonomy.taxeditor.navigation.navigator">
639 <includes>
640 <contentExtension
641 pattern="eu.etaxonomy.taxeditor.navigation.classificationContent">
642 </contentExtension>
643 <contentExtension pattern="eu.etaxonomy.taxeditor.navigation.taxonNodeContent"/>
644 <contentExtension pattern="eu.etaxonomy.taxeditor.navigation.taxonlinkhelper"/>
645 <contentExtension
646 pattern="eu.etaxonomy.taxeditor.navigation.synonymContent">
647 </contentExtension>
648 </includes>
649 </viewerContentBinding>
650 <!--viewer
651 popupMenuId="eu.etaxonomy.taxeditor.navigation.navigator#PopupMenu"
652 viewerId="eu.etaxonomy.taxeditor.navigation.navigator">
653 <options>
654 <property
655 name="org.eclipse.ui.navigator.hideAvailableExtensionsTab"
656 value="true">
657 </property>
658 </options>
659 </viewer-->
660 <dragAssistant
661 class="eu.etaxonomy.taxeditor.navigation.navigator.dnd.TaxonNavigatorDragAdapterAssistant"
662 viewerId="eu.etaxonomy.taxeditor.navigation.navigator">
663 </dragAssistant>
664 </extension>
665 <extension
666 point="org.eclipse.ui.navigator.linkHelper">
667 <linkHelper
668 class="eu.etaxonomy.taxeditor.navigation.navigator.TaxonLinkHelper"
669 id="eu.etaxonomy.taxeditor.navigation.taxonlinkhelper">
670 <selectionEnablement>
671 <instanceof value="eu.etaxonomy.cdm.model.taxon.TaxonNode"/>
672 </selectionEnablement>
673 <editorInputEnablement>
674 <instanceof value="eu.etaxonomy.taxeditor.editor.TaxonEditorInput"/>
675 </editorInputEnablement>
676 </linkHelper>
677 </extension>
678 <extension
679 point="org.eclipse.core.runtime.adapters">
680 <factory
681 adaptableType="org.eclipse.core.internal.resources.Workspace"
682 class="eu.etaxonomy.taxeditor.navigation.WorkbenchUndoContextAdapterFactory">
683 <adapter
684 type="org.eclipse.core.commands.operations.IUndoContext">
685 </adapter>
686 </factory>
687 </extension>
688 <extension
689 point="org.eclipse.core.expressions.propertyTesters">
690 <propertyTester
691 class="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester"
692 id="eu.etaxonomy.taxeditor.propertytests.navigatorPropertyTester"
693 namespace="eu.etaxonomy.taxeditor.propertytests"
694 properties="hasSynonyms"
695 type="eu.etaxonomy.cdm.model.taxon.TaxonNode">
696 </propertyTester>
697 <propertyTester
698 class="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester"
699 id="eu.etaxonomy.taxeditor.propertytests.navigatorPropertyTester"
700 namespace="eu.etaxonomy.taxeditor.propertytests"
701 properties="hasTaxa"
702 type="eu.etaxonomy.cdm.model.taxon.TaxonomicTree">
703 </propertyTester>
704 <propertyTester
705 class="eu.etaxonomy.taxeditor.navigation.navigator.TaxonNodePropertyTester"
706 id="eu.etaxonomy.taxeditor.propertytests.navigatorPropertyTester"
707 namespace="eu.etaxonomy.taxeditor.propertytests"
708 properties="hasTaxa"
709 type="eu.etaxonomy.cdm.model.taxon.Classification">
710 </propertyTester>
711 <propertyTester
712 class="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
713 id="eu.etaxonomy.taxeditor.preferences.propertyTester"
714 namespace="eu.etaxonomy.taxeditor.preferences.propertyTester"
715 properties="isShowExperimentalFeatures, isChecklistEditorEnabled"
716 type="org.eclipse.jface.viewers.IStructuredSelection">
717 </propertyTester>
718 <propertyTester
719 class="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester"
720 id="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester"
721 namespace="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester"
722 properties="isCdmStoreConnected"
723 type="java.lang.Object">
724 </propertyTester>
725 </extension>
726 <extension
727 point="org.eclipse.core.expressions.definitions">
728 <definition
729 id="isTaxonNode">
730 <with
731 variable="selection">
732 <iterate
733 ifEmpty="false">
734 <instanceof
735 value="eu.etaxonomy.cdm.model.taxon.TaxonNode">
736 </instanceof>
737 </iterate>
738 </with>
739 </definition>
740 <definition
741 id="isSynonymNode">
742 <with
743 variable="selection">
744 <iterate
745 ifEmpty="false">
746 <instanceof
747 value="eu.etaxonomy.cdm.model.taxon.Synonym">
748 </instanceof>
749 </iterate>
750 </with>
751 </definition>
752 <definition
753 id="isClassification">
754 <with
755 variable="selection">
756 <iterate
757 ifEmpty="false">
758 <instanceof
759 value="eu.etaxonomy.cdm.model.taxon.Classification">
760 </instanceof>
761 </iterate>
762 </with>
763 </definition>
764 <definition
765 id="isChecklistEditorEnabled">
766 <with
767 variable="selection">
768 <test
769 property="eu.etaxonomy.taxeditor.preferences.propertyTester.isChecklistEditorEnabled">
770 </test>
771 </with>
772 </definition>
773 <definition
774 id="isCdmStoreConnected">
775 <test
776 property="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester.isCdmStoreConnected">
777 </test>
778 </definition>
779 <definition
780 id="isShowExperimentalFeatures">
781 <with
782 variable="selection">
783 <test
784 property="eu.etaxonomy.taxeditor.preferences.propertyTester.isShowExperimentalFeatures">
785 </test>
786 </with>
787 </definition>
788 </extension>
789 <extension
790 point="eu.etaxonomy.taxeditor.store.cdmViewer">
791 <cdmViewer
792 class="eu.etaxonomy.taxeditor.navigation.NavigationCdmViewer">
793 </cdmViewer>
794 </extension>
795 </plugin>