Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2ba251e332a68d80a3e20782c735f2e8afb2ec37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

 <plugin>

  <!-- EEF extensions -->
   <extension point="org.eclipse.emf.edit.itemProviderAdapterFactories">
      <factory
            uri="http://www.eclipse.org/emf/eef/nonreg/extension/1.0.0"
            class="org.eclipse.emf.eef.eefnrext.providers.EefnrextEEFAdapterFactory"
            supportedTypes="org.eclipse.emf.eef.runtime.providers.PropertiesEditingProvider"/>
   </extension>
   <extension
         point="org.eclipse.emf.eef.runtime.PropertiesEditionPartProvider">
      <PropertiesEditionPartProvider
            providerClass="org.eclipse.emf.eef.eefnr.providers.EefnrPropertiesEditionPartProvider">
      </PropertiesEditionPartProvider>
   </extension>
   <extension
         point="org.eclipse.emf.eef.runtime.PropertiesEditionPartProvider">
      <PropertiesEditionPartProvider
            providerClass="org.eclipse.emf.eef.eefnrext.providers.EefnrextPropertiesEditionPartProvider">
      </PropertiesEditionPartProvider>
   </extension>
   <extension
         point="org.eclipse.emf.eef.runtime.PropertiesEditionPartProvider">
      <PropertiesEditionPartProvider
            providerClass="org.eclipse.emf.eef.eefnr.navigation.providers.NavigationPropertiesEditionPartProvider">
      </PropertiesEditionPartProvider>
   </extension>
   <extension
         point="org.eclipse.emf.eef.runtime.PropertiesEditionPartProvider">
      <PropertiesEditionPartProvider
            providerClass="org.eclipse.emf.eef.eefnr.references.providers.ReferencesPropertiesEditionPartProvider">
      </PropertiesEditionPartProvider>
   </extension>
   <extension
         point="org.eclipse.emf.eef.runtime.PropertiesEditionPartProvider">
      <PropertiesEditionPartProvider
            providerClass="org.eclipse.emf.eef.eefnr.filters.providers.FiltersPropertiesEditionPartProvider">
      </PropertiesEditionPartProvider>
   </extension>
   <extension
         point="org.eclipse.emf.eef.runtime.PropertiesEditionPartProvider">
      <PropertiesEditionPartProvider
            providerClass="org.eclipse.emf.eef.eefnr.navigation.providers.NamingPropertiesEditionPartProvider">
      </PropertiesEditionPartProvider>
   </extension>
   <extension
         point="org.eclipse.emf.eef.runtime.PropertiesEditionPartProvider">
      <PropertiesEditionPartProvider
            providerClass="org.eclipse.emf.eef.eefnr.interface_.providers.Interface_PropertiesEditionPartProvider">
      </PropertiesEditionPartProvider>
   </extension>

  <!-- Tabbed properties views extension -->
   <extension
         point="org.eclipse.ui.views.properties.tabbed.propertyContributor">
      <propertyContributor
            contributorId="org.eclipse.emf.eef.eefnr.properties"
            labelProvider="org.eclipse.emf.eef.runtime.ui.utils.EEFLabelProvider">
         <propertyCategory
               category="default">
         </propertyCategory>
         <propertyCategory
               category="extended">
         </propertyCategory>
         <propertyCategory
               category="advanced">
         </propertyCategory>
      </propertyContributor>
   </extension>
   <extension
         point="org.eclipse.ui.views.properties.tabbed.propertyTabs">
      <propertyTabs
            contributorId="org.eclipse.emf.eef.eefnr.properties">
         <propertyTab
               id="Base"
               label="Base"
               category="default">
         </propertyTab>

         <propertyTab
               id="AbstractSample"
               label="AbstractSample"
               category="extended"
               afterTab="Base">
         </propertyTab>

         <propertyTab
               id="SecondFlatReferenceExtendedEditorSample"
               label="SecondFlatReferenceExtendedEditorSample"
               category="extended"
               afterTab="Base">
         </propertyTab>

         <propertyTab
               id="CheckBoxExtendedEditorSample"
               label="CheckBoxExtendedEditorSample"
               category="extended"
               afterTab="SecondFlatReferenceExtendedEditorSample">
         </propertyTab>

      </propertyTabs>
   </extension>
   <extension
         point="org.eclipse.ui.views.properties.tabbed.propertySections">
      <propertySections
            contributorId="org.eclipse.emf.eef.eefnr.properties">
         <propertySection
               class="org.eclipse.emf.eef.eefnrext.parts.forms.TableCompositionTargetExtensionEditorSamplePropertiesEditionPartForm"
               filter="org.eclipse.emf.eef.eefnrext.providers.TableCompositionTargetExtensionEditorSamplePropertiesEditionProvider$EditionFilter"
               id="org.eclipse.emf.eef.eefnrext.section.TableCompositionTargetExtensionEditorSample"
               tab="Base">
         </propertySection>
         <propertySection
               class="org.eclipse.emf.eef.eefnrext.parts.forms.CheckBoxExtendedEditorSamplePropertiesEditionPartForm"
               filter="org.eclipse.emf.eef.eefnrext.providers.CheckBoxExtendedEditorSamplePropertiesEditionProvider$EditionFilter"
               id="org.eclipse.emf.eef.eefnrext.section.CheckBoxExtendedEditorSample"
               tab="Base">
         </propertySection>
         <propertySection
               class="org.eclipse.emf.eef.eefnr.references.parts.forms.AbstractSamplePropertiesEditionPartForm"
               filter="org.eclipse.emf.eef.eefnrext.providers.CheckBoxExtendedEditorSamplePropertiesEditionProvider$EditionFilter"
               id="org.eclipse.emf.eef.eefnrext.section.CheckBoxExtendedEditorSample"
               tab="AbstractSample">
         </propertySection>
         <propertySection
               class="org.eclipse.emf.eef.eefnrext.parts.forms.FlatReferenceExtendedEditorSamplePropertiesEditionPartForm"
               filter="org.eclipse.emf.eef.eefnrext.providers.FlatReferenceExtendedEditorSamplePropertiesEditionProvider$EditionFilter"
               id="org.eclipse.emf.eef.eefnrext.section.FlatReferenceExtendedEditorSample"
               tab="Base">
         </propertySection>
         <propertySection
               class="org.eclipse.emf.eef.eefnrext.parts.forms.SecondFlatReferenceExtendedEditorSamplePropertiesEditionPartForm"
               filter="org.eclipse.emf.eef.eefnrext.providers.FlatReferenceExtendedEditorSamplePropertiesEditionProvider$EditionFilter"
               id="org.eclipse.emf.eef.eefnrext.section.FlatReferenceExtendedEditorSample"
               tab="SecondFlatReferenceExtendedEditorSample">
         </propertySection>
         <propertySection
               class="org.eclipse.emf.eef.eefnrext.parts.forms.CheckBoxExtendedEditorSamplePropertiesEditionPartForm"
               filter="org.eclipse.emf.eef.eefnrext.providers.FlatReferenceExtendedEditorSamplePropertiesEditionProvider$EditionFilter"
               id="org.eclipse.emf.eef.eefnrext.section.FlatReferenceExtendedEditorSample"
               tab="CheckBoxExtendedEditorSample">
         </propertySection>
      </propertySections>
   </extension>
 </plugin>

Back to the top