Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFHyperlinkDescription.java')
-rw-r--r--plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFHyperlinkDescription.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFHyperlinkDescription.java b/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFHyperlinkDescription.java
index 4f2cbc552..d0af6d34a 100644
--- a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFHyperlinkDescription.java
+++ b/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFHyperlinkDescription.java
@@ -81,8 +81,8 @@ public interface EEFHyperlinkDescription extends EEFWidgetDescription {
/**
* Returns the value of the '<em><b>On Click Expression</b></em>' attribute. <!-- begin-user-doc --> <!--
- * end-user-doc --> <!-- begin-model-doc --> Defines the behavior executed when the end-user updates the value of
- * the text field. <!-- end-model-doc -->
+ * end-user-doc --> <!-- begin-model-doc --> Defines the behavior executed when the end-user clicks on the
+ * hyperlink. <!-- end-model-doc -->
*
* @return the value of the '<em>On Click Expression</em>' attribute.
* @see #setOnClickExpression(String)
@@ -105,7 +105,7 @@ public interface EEFHyperlinkDescription extends EEFWidgetDescription {
/**
* Returns the value of the '<em><b>Style</b></em>' containment reference. <!-- begin-user-doc --> <!-- end-user-doc
- * --> <!-- begin-model-doc --> Defines the text style <!-- end-model-doc -->
+ * --> <!-- begin-model-doc --> Defines the hyperlink style <!-- end-model-doc -->
*
* @return the value of the '<em>Style</em>' containment reference.
* @see #setStyle(EEFHyperlinkStyle)
@@ -129,7 +129,7 @@ public interface EEFHyperlinkDescription extends EEFWidgetDescription {
/**
* Returns the value of the '<em><b>Conditional Styles</b></em>' containment reference list. The list contents are
* of type {@link org.eclipse.eef.EEFHyperlinkConditionalStyle}. <!-- begin-user-doc --> <!-- end-user-doc --> <!--
- * begin-model-doc --> Defines the text style associated to a precondition <!-- end-model-doc -->
+ * begin-model-doc --> Defines the hyperlink style associated to a precondition <!-- end-model-doc -->
*
* @return the value of the '<em>Conditional Styles</em>' containment reference list.
* @see org.eclipse.eef.EefPackage#getEEFHyperlinkDescription_ConditionalStyles()

Back to the top