Skip to content

Commit cbf687d

Browse files
committed
Fix typos in UIElements.ecore and regenerate.
1 parent 300636b commit cbf687d

File tree

11 files changed

+27
-27
lines changed

11 files changed

+27
-27
lines changed

bundles/org.eclipse.e4.ui.model.workbench/model/UIElements.ecore

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
</eClassifiers>
101101
<eClassifiers xsi:type="ecore:EClass" name="Addon" eSuperTypes="#//Contribution">
102102
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
103-
<details key="documentation" value="&lt;p>&#xD;&#xA;An MAddon represents a self-contained application logic. Addons may be used&#xD;&#xA;to augment the UI in a variety of ways without requriing that the base application&#xD;&#xA;be aware of the extensions.&#xD;&#xA;&lt;/p>&lt;p>&#xD;&#xA;Addons aare expected to be capable of being removed without damage to the&#xD;&#xA;original UI. While not yet implemented there will be an uninstall protocol defined&#xD;&#xA;ni the future allowing an addon to remove any model elements specific to the&#xD;&#xA;addon (i.e. The MinMaxAddon's TrimElements.&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
103+
<details key="documentation" value="&lt;p>&#xD;&#xA;An MAddon represents a self-contained application logic. Addons may be used&#xD;&#xA;to augment the UI in a variety of ways without requiring that the base application&#xD;&#xA;be aware of the extensions.&#xD;&#xA;&lt;/p>&lt;p>&#xD;&#xA;Addons are expected to be capable of being removed without damage to the&#xD;&#xA;original UI. While not yet implemented there will be an uninstall protocol defined&#xD;&#xA;In the future allowing an addon to remove any model elements specific to the&#xD;&#xA;addon (i.e. The MinMaxAddon's TrimElements.&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
104104
</eAnnotations>
105105
</eClassifiers>
106106
<eClassifiers xsi:type="ecore:EClass" name="StringToObjectMap" instanceClassName="java.util.Map$Entry">
@@ -112,7 +112,7 @@
112112
<eClassifiers xsi:type="ecore:EClass" name="BindingTableContainer" abstract="true"
113113
interface="true">
114114
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
115-
<details key="documentation" value="&lt;p>&#xD;&#xA;This type contains the list of binding 'tables', representing the various sets of bindings&#xD;&#xA;based on the applicaiton's current running 'context'. Here the 'context' represents&#xD;&#xA;the applicaiton's UI state (i.e. whenther a Dialog is open...).&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
115+
<details key="documentation" value="&lt;p>&#xD;&#xA;This type contains the list of binding 'tables', representing the various sets of bindings&#xD;&#xA;based on the application's current running 'context'. Here the 'context' represents&#xD;&#xA;the application's UI state (i.e. whether a Dialog is open...).&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
116116
</eAnnotations>
117117
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingTables" upperBound="-1"
118118
eType="#//commands/BindingTable" containment="true">
@@ -178,7 +178,7 @@
178178
</eClassifiers>
179179
<eClassifiers xsi:type="ecore:EClass" name="Command" eSuperTypes="#//ApplicationElement #//ui/Localizable">
180180
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
181-
<details key="documentation" value="&lt;p>&#xD;&#xA;A Command represents a logical operation within the applicaiton. The implementation&#xD;&#xA;is provided by an MHandler chosen by examining all the candidate's enablement.&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
181+
<details key="documentation" value="&lt;p>&#xD;&#xA;A Command represents a logical operation within the application. The implementation&#xD;&#xA;is provided by an MHandler chosen by examining all the candidate's enablement.&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
182182
</eAnnotations>
183183
<eOperations name="updateLocalization">
184184
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
@@ -200,7 +200,7 @@
200200
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
201201
eType="#//commands/CommandParameter" containment="true">
202202
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
203-
<details key="documentation" value="&lt;p>&#xD;&#xA;This list defines the ste of parameters that this command expects to have defined&#xD;&#xA;during execution.&#xD;&#xA;&lt;/p>"/>
203+
<details key="documentation" value="&lt;p>&#xD;&#xA;This list defines the set of parameters that this command expects to have defined&#xD;&#xA;during execution.&#xD;&#xA;&lt;/p>"/>
204204
</eAnnotations>
205205
</eStructuralFeatures>
206206
<eStructuralFeatures xsi:type="ecore:EReference" name="category" eType="#//commands/Category">
@@ -496,7 +496,7 @@
496496
<eClassifiers xsi:type="ecore:EClass" name="UILabel" abstract="true" interface="true"
497497
eSuperTypes="#//ui/Localizable">
498498
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
499-
<details key="documentation" value="&lt;p>&#xD;&#xA;This is a mix in that will be used for UI Elements that are capable of showing label&#xD;&#xA;information in the GUI (e.g. Parts, Menus / Toolbars, Persepectives...)&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
499+
<details key="documentation" value="&lt;p>&#xD;&#xA;This is a mix in that will be used for UI Elements that are capable of showing label&#xD;&#xA;information in the GUI (e.g. Parts, Menus / Toolbars, Perspectives...)&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
500500
</eAnnotations>
501501
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
502502
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
@@ -609,7 +609,7 @@
609609
<eClassifiers xsi:type="ecore:EClass" name="SnippetContainer" abstract="true"
610610
interface="true">
611611
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
612-
<details key="documentation" value="&lt;p>&#xD;&#xA;This provides a collection of model fragments that can be subsequently cloned and&#xD;&#xA;inserterd into the model using the EModelService. For example saving a customized&#xD;&#xA;Perspective will create a clone and store it in this container.&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
612+
<details key="documentation" value="&lt;p>&#xD;&#xA;This provides a collection of model fragments that can be subsequently cloned and&#xD;&#xA;inserted into the model using the EModelService. For example saving a customized&#xD;&#xA;Perspective will create a clone and store it in this container.&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
613613
</eAnnotations>
614614
<eStructuralFeatures xsi:type="ecore:EReference" name="snippets" upperBound="-1"
615615
eType="#//ui/UIElement" containment="true">
@@ -919,13 +919,13 @@
919919
<eStructuralFeatures xsi:type="ecore:EReference" name="menus" upperBound="-1"
920920
eType="#//ui/menu/Menu" containment="true">
921921
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
922-
<details key="documentation" value="&lt;p>&#xA;This defines the list of the menus associated with this part. There are two specific menus&#xA;that are managed by the core UI:&#xA;&lt;/p>&#xA;&lt;ul>&#xA;&lt;li>If the menu is the part's id prefixed with &quot;menu:&quot; then it will appear as the&#xA;drop down menu available from the view's toolbar.&lt;/li>&#xA;&lt;li>If the menu is the part's id prefixed with &quot;popup:&quot; then it will appear as the&#xA;ddefault context menu for this view.&lt;/li>&#xA;&lt;/ul>&#xA;&lt;p>&#xA;Other menus can be added here but have to be managed by the part itself...&#xA;&lt;/p>"/>
922+
<details key="documentation" value="&lt;p>&#xA;This defines the list of the menus associated with this part. There are two specific menus&#xA;that are managed by the core UI:&#xA;&lt;/p>&#xA;&lt;ul>&#xA;&lt;li>If the menu is the part's id prefixed with &quot;menu:&quot; then it will appear as the&#xA;drop down menu available from the view's toolbar.&lt;/li>&#xA;&lt;li>If the menu is the part's id prefixed with &quot;popup:&quot; then it will appear as the&#xA;default context menu for this view.&lt;/li>&#xA;&lt;/ul>&#xA;&lt;p>&#xA;Other menus can be added here but have to be managed by the part itself...&#xA;&lt;/p>"/>
923923
</eAnnotations>
924924
</eStructuralFeatures>
925925
<eStructuralFeatures xsi:type="ecore:EReference" name="toolbar" eType="#//ui/menu/ToolBar"
926926
containment="true">
927927
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
928-
<details key="documentation" value="&lt;p>&#xD;&#xA;This is the Toolbar associated with tihs Part (if any).&#xD;&#xA;&lt;/p>"/>
928+
<details key="documentation" value="&lt;p>&#xD;&#xA;This is the Toolbar associated with this Part (if any).&#xD;&#xA;&lt;/p>"/>
929929
</eAnnotations>
930930
</eStructuralFeatures>
931931
<eStructuralFeatures xsi:type="ecore:EAttribute" name="closeable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
@@ -1020,7 +1020,7 @@
10201020
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
10211021
defaultValueLiteral="-1" unsettable="true">
10221022
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
1023-
<details key="documentation" value="&lt;p>&#xD;&#xA;The heigfht of this window&#xD;&#xA;&lt;/p>"/>
1023+
<details key="documentation" value="&lt;p>&#xD;&#xA;The height of this window&#xD;&#xA;&lt;/p>"/>
10241024
</eAnnotations>
10251025
</eStructuralFeatures>
10261026
<eStructuralFeatures xsi:type="ecore:EReference" name="windows" upperBound="-1"
@@ -1115,7 +1115,7 @@
11151115
</eClassifiers>
11161116
<eClassifiers xsi:type="ecore:EClass" name="Perspective">
11171117
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
1118-
<details key="documentation" value="&lt;p>&#xD;&#xA;The Persepctive defines a part of the UI presentation that can be switched independently&#xD;&#xA;of the rest of the UI. By using Placeholders it's possible to share elements between&#xD;&#xA;different perspectives.&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
1118+
<details key="documentation" value="&lt;p>&#xD;&#xA;The Perspective defines a part of the UI presentation that can be switched independently&#xD;&#xA;of the rest of the UI. By using Placeholders it's possible to share elements between&#xD;&#xA;different perspectives.&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
11191119
</eAnnotations>
11201120
<eOperations name="updateLocalization">
11211121
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
@@ -1146,7 +1146,7 @@
11461146
</eClassifiers>
11471147
<eClassifiers xsi:type="ecore:EClass" name="PerspectiveStack">
11481148
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
1149-
<details key="documentation" value="&lt;p>&#xD;&#xA;The PerspectiveStack is a collectin of Perspectives. Only one perspective may be&#xD;&#xA;visible at a time and is determined by the container's 'selectedElement'.&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
1149+
<details key="documentation" value="&lt;p>&#xD;&#xA;The PerspectiveStack is a collection of Perspectives. Only one perspective may be&#xD;&#xA;visible at a time and is determined by the container's 'selectedElement'.&#xD;&#xA;&lt;/p>&#xD;&#xA;@since 1.0&#xD;&#xA;@noimplement This interface is not intended to be implemented by clients."/>
11501150
</eAnnotations>
11511151
<eGenericSuperTypes eClassifier="#//ui/GenericStack">
11521152
<eTypeArguments eClassifier="#//ui/advanced/Perspective"/>
@@ -1202,7 +1202,7 @@
12021202
<eStructuralFeatures xsi:type="ecore:EReference" name="toolbar" eType="#//ui/menu/ToolBar"
12031203
containment="true">
12041204
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
1205-
<details key="documentation" value="&lt;p>&#xD;&#xA;This is the Toolbar associated with tihs Part (if any).&#xD;&#xA;&lt;/p>"/>
1205+
<details key="documentation" value="&lt;p>&#xD;&#xA;This is the Toolbar associated with this Part (if any).&#xD;&#xA;&lt;/p>"/>
12061206
</eAnnotations>
12071207
</eStructuralFeatures>
12081208
<eStructuralFeatures xsi:type="ecore:EAttribute" name="closeable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"

bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MAddon.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
* <!-- begin-model-doc -->
2222
* <p>
2323
* An MAddon represents a self-contained application logic. Addons may be used
24-
* to augment the UI in a variety of ways without requriing that the base application
24+
* to augment the UI in a variety of ways without requiring that the base application
2525
* be aware of the extensions.
2626
* </p><p>
27-
* Addons aare expected to be capable of being removed without damage to the
27+
* Addons are expected to be capable of being removed without damage to the
2828
* original UI. While not yet implemented there will be an uninstall protocol defined
29-
* ni the future allowing an addon to remove any model elements specific to the
29+
* In the future allowing an addon to remove any model elements specific to the
3030
* addon (i.e. The MinMaxAddon's TrimElements.
3131
* </p>
3232
* @since 1.0

bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MBindingTableContainer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
* <!-- begin-model-doc -->
2424
* <p>
2525
* This type contains the list of binding 'tables', representing the various sets of bindings
26-
* based on the applicaiton's current running 'context'. Here the 'context' represents
27-
* the applicaiton's UI state (i.e. whenther a Dialog is open...).
26+
* based on the application's current running 'context'. Here the 'context' represents
27+
* the application's UI state (i.e. whether a Dialog is open...).
2828
* </p>
2929
* @since 1.0
3030
* @noimplement This interface is not intended to be implemented by clients.

bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* <!-- begin-model-doc -->
2626
* <p>
27-
* A Command represents a logical operation within the applicaiton. The implementation
27+
* A Command represents a logical operation within the application. The implementation
2828
* is provided by an MHandler chosen by examining all the candidate's enablement.
2929
* </p>
3030
* @since 1.0
@@ -109,7 +109,7 @@ public interface MCommand extends MApplicationElement, MLocalizable {
109109
* <!-- end-user-doc -->
110110
* <!-- begin-model-doc -->
111111
* <p>
112-
* This list defines the ste of parameters that this command expects to have defined
112+
* This list defines the set of parameters that this command expects to have defined
113113
* during execution.
114114
* </p>
115115
* <!-- end-model-doc -->

bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/descriptor/basic/MPartDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public interface MPartDescriptor extends MApplicationElement, MUILabel, MHandler
145145
* <!-- end-user-doc -->
146146
* <!-- begin-model-doc -->
147147
* <p>
148-
* This is the Toolbar associated with tihs Part (if any).
148+
* This is the Toolbar associated with this Part (if any).
149149
* </p>
150150
* <!-- end-model-doc -->
151151
* @return the value of the '<em>Toolbar</em>' containment reference.

bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/MSnippetContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* <!-- begin-model-doc -->
2424
* <p>
2525
* This provides a collection of model fragments that can be subsequently cloned and
26-
* inserterd into the model using the EModelService. For example saving a customized
26+
* inserted into the model using the EModelService. For example saving a customized
2727
* Perspective will create a clone and store it in this container.
2828
* </p>
2929
* @since 1.0

bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/MUILabel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* <!-- begin-model-doc -->
2222
* <p>
2323
* This is a mix in that will be used for UI Elements that are capable of showing label
24-
* information in the GUI (e.g. Parts, Menus / Toolbars, Persepectives...)
24+
* information in the GUI (e.g. Parts, Menus / Toolbars, Perspectives...)
2525
* </p>
2626
* @since 1.0
2727
* @noimplement This interface is not intended to be implemented by clients.

bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/advanced/MPerspective.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*
3131
* <!-- begin-model-doc -->
3232
* <p>
33-
* The Persepctive defines a part of the UI presentation that can be switched independently
33+
* The Perspective defines a part of the UI presentation that can be switched independently
3434
* of the rest of the UI. By using Placeholders it's possible to share elements between
3535
* different perspectives.
3636
* </p>

bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/advanced/MPerspectiveStack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* <!-- begin-model-doc -->
2626
* <p>
27-
* The PerspectiveStack is a collectin of Perspectives. Only one perspective may be
27+
* The PerspectiveStack is a collection of Perspectives. Only one perspective may be
2828
* visible at a time and is determined by the container's 'selectedElement'.
2929
* </p>
3030
* @since 1.0

bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basic/MPart.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public interface MPart extends MPartSashContainerElement, MStackElement, MContri
6868
* <li>If the menu is the part's id prefixed with "menu:" then it will appear as the
6969
* drop down menu available from the view's toolbar.</li>
7070
* <li>If the menu is the part's id prefixed with "popup:" then it will appear as the
71-
* ddefault context menu for this view.</li>
71+
* default context menu for this view.</li>
7272
* </ul>
7373
* <p>
7474
* Other menus can be added here but have to be managed by the part itself...
@@ -86,7 +86,7 @@ public interface MPart extends MPartSashContainerElement, MStackElement, MContri
8686
* <!-- end-user-doc -->
8787
* <!-- begin-model-doc -->
8888
* <p>
89-
* This is the Toolbar associated with tihs Part (if any).
89+
* This is the Toolbar associated with this Part (if any).
9090
* </p>
9191
* <!-- end-model-doc -->
9292
* @return the value of the '<em>Toolbar</em>' containment reference.

0 commit comments

Comments
 (0)