Project

General

Profile

« Previous | Next » 

Revision b3b6bf8f

Added by Patrick Plitzner over 6 years ago

ref #6989 Refactor property tester for experimental feature

View differences:

eu.etaxonomy.taxeditor.navigation/plugin.xml
401 401
            properties="hasTaxa"
402 402
            type="eu.etaxonomy.cdm.model.taxon.TaxonNode">
403 403
      </propertyTester>
404
   <propertyTester
405
         class="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
406
         id="eu.etaxonomy.taxeditor.preferences.propertyTester"
407
         namespace="eu.etaxonomy.taxeditor.preferences.propertyTester"
408
         properties="isShowExperimentalFeatures, isChecklistEditorEnabled"
409
         type="org.eclipse.jface.viewers.IStructuredSelection">
410
   </propertyTester>
411 404
   <propertyTester
412 405
         class="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester"
413 406
         id="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester"
......
458 451
               property="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester.isCdmStoreConnected">
459 452
         </test>
460 453
      </definition>
461
      <definition
462
            id="isShowExperimentalFeatures">
463
         <with
464
               variable="selection">
465
            <test
466
                  property="eu.etaxonomy.taxeditor.preferences.propertyTester.isShowExperimentalFeatures">
467
            </test>
468
         </with>
469
      </definition>
470 454
      <definition
471 455
            id="isRemoting">
472 456
         <test
eu.etaxonomy.taxeditor.store/plugin.xml
930 930
   </propertyTester>
931 931
   <propertyTester
932 932
         class="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
933
         id="eu.etaxonomy.taxeditor.preferences.propertyTester"
934
         namespace="eu.etaxonomy.taxeditor.preferences.propertyTester"
935
         properties="isShowExperimentalFeatures"
936
         type="org.eclipse.jface.viewers.IStructuredSelection">
933
         id="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
934
         namespace="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
935
         properties="isShowExperimentalFeatures, isChecklistEditorEnabled"
936
         type="java.lang.Object">
937 937
   </propertyTester>
938 938
   <propertyTester
939 939
         class="eu.etaxonomy.taxeditor.editor.definedterm.TermBasePropertyTester"
......
972 972
   </definition>
973 973
   <definition
974 974
         id="isShowExperimentalFeatures">
975
      <with
976
            variable="selection">
977
         <test
978
               property="eu.etaxonomy.taxeditor.preferences.propertyTester.isShowExperimentalFeatures">
979
         </test>
980
      </with>
975
      <test
976
            property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowExperimentalFeatures">
977
      </test>
981 978
   </definition>
982 979
   <definition
983 980
         id="isModifiable">
......
1074 1071
            </reference>
1075 1072
         </and>
1076 1073
      </definition>
1074
      <definition
1075
            id="isChecklistEditorEnabled">
1076
         <test
1077
               property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isChecklistEditorEnabled">
1078
         </test>
1079
      </definition>
1077 1080
</extension>
1078 1081
<extension
1079 1082
      point="org.eclipse.ui.activities">

Also available in: Unified diff