Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Elder2013-03-11 17:22:17 +0000
committerPaul Elder2013-03-12 19:46:04 +0000
commitd4b6051bd65cd0510084e05e5a35279eae4568a8 (patch)
tree6a36911afa265262690e9deb5556de4ef9310e99 /bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MHandlerContainer.java
parent0bbf6a09bf8ed0bca2f4d4b0d4491ec17c84f0eb (diff)
downloadeclipse.platform.ui-d4b6051bd65cd0510084e05e5a35279eae4568a8.tar.gz
eclipse.platform.ui-d4b6051bd65cd0510084e05e5a35279eae4568a8.tar.xz
eclipse.platform.ui-d4b6051bd65cd0510084e05e5a35279eae4568a8.zip
bug 402764: Remove the MOpaque* model classesI20130313-0800I20130312-2000
Note: All changes affect javadoc only: * Mark MOpaque* and MRendered* as @noreference in the the model * Add documentation nodes to all types and features in the model. * Regenerate all interfaces to pick up new model doc comments Change-Id: Ie4c13a3e8c72f193e73b9ad70e12419ae638ea02
Diffstat (limited to 'bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MHandlerContainer.java')
-rw-r--r--bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MHandlerContainer.java19
1 files changed, 16 insertions, 3 deletions
diff --git a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MHandlerContainer.java b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MHandlerContainer.java
index 7e1898757f1..a8a6ad03ac9 100644
--- a/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MHandlerContainer.java
+++ b/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/commands/MHandlerContainer.java
@@ -17,6 +17,15 @@ import java.util.List;
* A representation of the model object '<em><b>Handler Container</b></em>'.
* <!-- end-user-doc -->
*
+ * <!-- begin-model-doc -->
+ * <p>
+ * <strong>Developers</strong>:
+ * Add more detailed documentation by editing this comment in
+ * org.eclipse.ui.model.workbench/model/UIElements.ecore.
+ * There is a GenModel/documentation node under each type and attribute.
+ * </p>
+ * <!-- end-model-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
@@ -32,11 +41,15 @@ public interface MHandlerContainer {
* Returns the value of the '<em><b>Handlers</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.e4.ui.model.application.commands.MHandler}.
* <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * <!-- begin-model-doc -->
* <p>
- * If the meaning of the '<em>Handlers</em>' containment reference list isn't clear,
- * there really should be more of a description here...
+ * <strong>Developers</strong>:
+ * Add more detailed documentation by editing this comment in
+ * org.eclipse.ui.model.workbench/model/UIElements.ecore.
+ * There is a GenModel/documentation node under each type and attribute.
* </p>
- * <!-- end-user-doc -->
+ * <!-- end-model-doc -->
* @return the value of the '<em>Handlers</em>' containment reference list.
* @model containment="true"
* @generated

Back to the top