Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions bundles/org.eclipse.e4.ui.model.workbench/model/UIElements.ecore
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Addon" eSuperTypes="#//Contribution">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<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."/>
<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."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringToObjectMap" instanceClassName="java.util.Map$Entry">
Expand All @@ -112,7 +112,7 @@
<eClassifiers xsi:type="ecore:EClass" name="BindingTableContainer" abstract="true"
interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<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."/>
<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."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingTables" upperBound="-1"
eType="#//commands/BindingTable" containment="true">
Expand Down Expand Up @@ -178,7 +178,7 @@
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Command" eSuperTypes="#//ApplicationElement #//ui/Localizable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<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."/>
<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."/>
</eAnnotations>
<eOperations name="updateLocalization">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
Expand All @@ -200,7 +200,7 @@
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//commands/CommandParameter" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<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>"/>
<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>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="category" eType="#//commands/Category">
Expand Down Expand Up @@ -496,7 +496,7 @@
<eClassifiers xsi:type="ecore:EClass" name="UILabel" abstract="true" interface="true"
eSuperTypes="#//ui/Localizable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<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."/>
<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."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
Expand Down Expand Up @@ -609,7 +609,7 @@
<eClassifiers xsi:type="ecore:EClass" name="SnippetContainer" abstract="true"
interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<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."/>
<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."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="snippets" upperBound="-1"
eType="#//ui/UIElement" containment="true">
Expand Down Expand Up @@ -919,13 +919,13 @@
<eStructuralFeatures xsi:type="ecore:EReference" name="menus" upperBound="-1"
eType="#//ui/menu/Menu" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<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>"/>
<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>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="toolbar" eType="#//ui/menu/ToolBar"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="&lt;p>&#xD;&#xA;This is the Toolbar associated with tihs Part (if any).&#xD;&#xA;&lt;/p>"/>
<details key="documentation" value="&lt;p>&#xD;&#xA;This is the Toolbar associated with this Part (if any).&#xD;&#xA;&lt;/p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="closeable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
Expand Down Expand Up @@ -1020,7 +1020,7 @@
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="&lt;p>&#xD;&#xA;The heigfht of this window&#xD;&#xA;&lt;/p>"/>
<details key="documentation" value="&lt;p>&#xD;&#xA;The height of this window&#xD;&#xA;&lt;/p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="windows" upperBound="-1"
Expand Down Expand Up @@ -1115,7 +1115,7 @@
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Perspective">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<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."/>
<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."/>
</eAnnotations>
<eOperations name="updateLocalization">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
Expand Down Expand Up @@ -1146,7 +1146,7 @@
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PerspectiveStack">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<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."/>
<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."/>
</eAnnotations>
<eGenericSuperTypes eClassifier="#//ui/GenericStack">
<eTypeArguments eClassifier="#//ui/advanced/Perspective"/>
Expand Down Expand Up @@ -1202,7 +1202,7 @@
<eStructuralFeatures xsi:type="ecore:EReference" name="toolbar" eType="#//ui/menu/ToolBar"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="&lt;p>&#xD;&#xA;This is the Toolbar associated with tihs Part (if any).&#xD;&#xA;&lt;/p>"/>
<details key="documentation" value="&lt;p>&#xD;&#xA;This is the Toolbar associated with this Part (if any).&#xD;&#xA;&lt;/p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="closeable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
* <!-- begin-model-doc -->
* <p>
* An MAddon represents a self-contained application logic. Addons may be used
* to augment the UI in a variety of ways without requriing that the base application
* to augment the UI in a variety of ways without requiring that the base application
* be aware of the extensions.
* </p><p>
* Addons aare expected to be capable of being removed without damage to the
* Addons are expected to be capable of being removed without damage to the
* original UI. While not yet implemented there will be an uninstall protocol defined
* ni the future allowing an addon to remove any model elements specific to the
* In the future allowing an addon to remove any model elements specific to the
* addon (i.e. The MinMaxAddon's TrimElements.
* </p>
* @since 1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
* <!-- begin-model-doc -->
* <p>
* This type contains the list of binding 'tables', representing the various sets of bindings
* based on the applicaiton's current running 'context'. Here the 'context' represents
* the applicaiton's UI state (i.e. whenther a Dialog is open...).
* based on the application's current running 'context'. Here the 'context' represents
* the application's UI state (i.e. whether a Dialog is open...).
* </p>
* @since 1.0
* @noimplement This interface is not intended to be implemented by clients.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
* <!-- begin-model-doc -->
* <p>
* A Command represents a logical operation within the applicaiton. The implementation
* A Command represents a logical operation within the application. The implementation
* is provided by an MHandler chosen by examining all the candidate's enablement.
* </p>
* @since 1.0
Expand Down Expand Up @@ -109,7 +109,7 @@ public interface MCommand extends MApplicationElement, MLocalizable {
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* <p>
* This list defines the ste of parameters that this command expects to have defined
* This list defines the set of parameters that this command expects to have defined
* during execution.
* </p>
* <!-- end-model-doc -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public interface MPartDescriptor extends MApplicationElement, MUILabel, MHandler
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* <p>
* This is the Toolbar associated with tihs Part (if any).
* This is the Toolbar associated with this Part (if any).
* </p>
* <!-- end-model-doc -->
* @return the value of the '<em>Toolbar</em>' containment reference.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* <!-- begin-model-doc -->
* <p>
* This provides a collection of model fragments that can be subsequently cloned and
* inserterd into the model using the EModelService. For example saving a customized
* inserted into the model using the EModelService. For example saving a customized
* Perspective will create a clone and store it in this container.
* </p>
* @since 1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* <!-- begin-model-doc -->
* <p>
* This is a mix in that will be used for UI Elements that are capable of showing label
* information in the GUI (e.g. Parts, Menus / Toolbars, Persepectives...)
* information in the GUI (e.g. Parts, Menus / Toolbars, Perspectives...)
* </p>
* @since 1.0
* @noimplement This interface is not intended to be implemented by clients.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* <!-- begin-model-doc -->
* <p>
* The Persepctive defines a part of the UI presentation that can be switched independently
* The Perspective defines a part of the UI presentation that can be switched independently
* of the rest of the UI. By using Placeholders it's possible to share elements between
* different perspectives.
* </p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
* <!-- begin-model-doc -->
* <p>
* The PerspectiveStack is a collectin of Perspectives. Only one perspective may be
* The PerspectiveStack is a collection of Perspectives. Only one perspective may be
* visible at a time and is determined by the container's 'selectedElement'.
* </p>
* @since 1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public interface MPart extends MPartSashContainerElement, MStackElement, MContri
* <li>If the menu is the part's id prefixed with "menu:" then it will appear as the
* drop down menu available from the view's toolbar.</li>
* <li>If the menu is the part's id prefixed with "popup:" then it will appear as the
* ddefault context menu for this view.</li>
* default context menu for this view.</li>
* </ul>
* <p>
* Other menus can be added here but have to be managed by the part itself...
Expand All @@ -86,7 +86,7 @@ public interface MPart extends MPartSashContainerElement, MStackElement, MContri
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* <p>
* This is the Toolbar associated with tihs Part (if any).
* This is the Toolbar associated with this Part (if any).
* </p>
* <!-- end-model-doc -->
* @return the value of the '<em>Toolbar</em>' containment reference.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public interface MWindow
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* <p>
* The heigfht of this window
* The height of this window
* </p>
* <!-- end-model-doc -->
* @return the value of the '<em>Height</em>' attribute.
Expand Down
Loading