Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTextDescription.java')
-rw-r--r--plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTextDescription.java205
1 files changed, 24 insertions, 181 deletions
diff --git a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTextDescription.java b/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTextDescription.java
index e7f9d87f1..47f5d62c0 100644
--- a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTextDescription.java
+++ b/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTextDescription.java
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2015 Obeo.
- * All rights reserved. This program and the accompanying materials
+ * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.htm
@@ -8,225 +8,68 @@
*/
package org.eclipse.eef;
-import org.eclipse.emf.common.util.EList;
-
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>EEF Text Description</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * Represents a text field in the user interface.
- * <!-- end-model-doc -->
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>EEF Text Description</b></em>'. <!--
+ * end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
- * <li>{@link org.eclipse.eef.EEFTextDescription#getValueExpression <em>Value Expression</em>}</li>
- * <li>{@link org.eclipse.eef.EEFTextDescription#getEditExpression <em>Edit Expression</em>}</li>
- * <li>{@link org.eclipse.eef.EEFTextDescription#getReadOnlyExpression <em>Read Only Expression</em>}</li>
- * <li>{@link org.eclipse.eef.EEFTextDescription#getContentAssistExpression <em>Content Assist Expression</em>}</li>
- * <li>{@link org.eclipse.eef.EEFTextDescription#getPlaceholderExpression <em>Placeholder Expression</em>}</li>
- * <li>{@link org.eclipse.eef.EEFTextDescription#getLineCount <em>Line Count</em>}</li>
- * <li>{@link org.eclipse.eef.EEFTextDescription#getStyle <em>Style</em>}</li>
- * <li>{@link org.eclipse.eef.EEFTextDescription#getConditionalStyles <em>Conditional Styles</em>}</li>
+ * <li>{@link org.eclipse.eef.EEFTextDescription#getValueExpression <em>Value Expression</em>}</li>
+ * <li>{@link org.eclipse.eef.EEFTextDescription#getEditExpression <em>Edit Expression</em>}</li>
* </ul>
*
* @see org.eclipse.eef.EefPackage#getEEFTextDescription()
* @model
* @generated
*/
-public interface EEFTextDescription extends EEFCellWidgetDescription {
+public interface EEFTextDescription extends EEFWidgetDescription {
/**
- * Returns the value of the '<em><b>Value Expression</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * Indicates how to display the input value.
- * <!-- end-model-doc -->
+ * Returns the value of the '<em><b>Value Expression</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc
+ * --> <!-- begin-model-doc --> Indicates how to display the input value. <!-- end-model-doc -->
+ *
* @return the value of the '<em>Value Expression</em>' attribute.
* @see #setValueExpression(String)
* @see org.eclipse.eef.EefPackage#getEEFTextDescription_ValueExpression()
- * @model dataType="org.eclipse.sirius.expression.Expression"
+ * @model
* @generated
*/
String getValueExpression();
/**
- * Sets the value of the '{@link org.eclipse.eef.EEFTextDescription#getValueExpression <em>Value Expression</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Value Expression</em>' attribute.
+ * Sets the value of the '{@link org.eclipse.eef.EEFTextDescription#getValueExpression <em>Value Expression</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Value Expression</em>' attribute.
* @see #getValueExpression()
* @generated
*/
void setValueExpression(String value);
/**
- * Returns the value of the '<em><b>Edit 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.
+ * Returns the value of the '<em><b>Edit 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 -->
+ *
* @return the value of the '<em>Edit Expression</em>' attribute.
* @see #setEditExpression(String)
* @see org.eclipse.eef.EefPackage#getEEFTextDescription_EditExpression()
- * @model dataType="org.eclipse.sirius.expression.Expression"
+ * @model
* @generated
*/
String getEditExpression();
/**
- * Sets the value of the '{@link org.eclipse.eef.EEFTextDescription#getEditExpression <em>Edit Expression</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Edit Expression</em>' attribute.
+ * Sets the value of the '{@link org.eclipse.eef.EEFTextDescription#getEditExpression <em>Edit Expression</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Edit Expression</em>' attribute.
* @see #getEditExpression()
* @generated
*/
void setEditExpression(String value);
- /**
- * Returns the value of the '<em><b>Read Only Expression</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * Defines if the text widget is read only or not.
- * <!-- end-model-doc -->
- * @return the value of the '<em>Read Only Expression</em>' attribute.
- * @see #setReadOnlyExpression(String)
- * @see org.eclipse.eef.EefPackage#getEEFTextDescription_ReadOnlyExpression()
- * @model dataType="org.eclipse.sirius.expression.Expression"
- * @generated
- */
- String getReadOnlyExpression();
-
- /**
- * Sets the value of the '{@link org.eclipse.eef.EEFTextDescription#getReadOnlyExpression <em>Read Only Expression</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Read Only Expression</em>' attribute.
- * @see #getReadOnlyExpression()
- * @generated
- */
- void setReadOnlyExpression(String value);
-
- /**
- * Returns the value of the '<em><b>Content Assist Expression</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * Defines the proposals available for completion.
- * <!-- end-model-doc -->
- * @return the value of the '<em>Content Assist Expression</em>' attribute.
- * @see #setContentAssistExpression(String)
- * @see org.eclipse.eef.EefPackage#getEEFTextDescription_ContentAssistExpression()
- * @model dataType="org.eclipse.sirius.expression.Expression"
- * @generated
- */
- String getContentAssistExpression();
-
- /**
- * Sets the value of the '{@link org.eclipse.eef.EEFTextDescription#getContentAssistExpression <em>Content Assist Expression</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Content Assist Expression</em>' attribute.
- * @see #getContentAssistExpression()
- * @generated
- */
- void setContentAssistExpression(String value);
-
- /**
- * Returns the value of the '<em><b>Placeholder Expression</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * Defines the text placeholder.
- * <!-- end-model-doc -->
- * @return the value of the '<em>Placeholder Expression</em>' attribute.
- * @see #setPlaceholderExpression(String)
- * @see org.eclipse.eef.EefPackage#getEEFTextDescription_PlaceholderExpression()
- * @model dataType="org.eclipse.sirius.expression.Expression"
- * @generated
- */
- String getPlaceholderExpression();
-
- /**
- * Sets the value of the '{@link org.eclipse.eef.EEFTextDescription#getPlaceholderExpression <em>Placeholder Expression</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Placeholder Expression</em>' attribute.
- * @see #getPlaceholderExpression()
- * @generated
- */
- void setPlaceholderExpression(String value);
-
- /**
- * Returns the value of the '<em><b>Line Count</b></em>' attribute.
- * The default value is <code>"1"</code>.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * Must be upper or equal to 1. If lineCount > 1, the text field is represented thanks to a text area.
- * <!-- end-model-doc -->
- * @return the value of the '<em>Line Count</em>' attribute.
- * @see #setLineCount(int)
- * @see org.eclipse.eef.EefPackage#getEEFTextDescription_LineCount()
- * @model default="1"
- * @generated
- */
- int getLineCount();
-
- /**
- * Sets the value of the '{@link org.eclipse.eef.EEFTextDescription#getLineCount <em>Line Count</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Line Count</em>' attribute.
- * @see #getLineCount()
- * @generated
- */
- void setLineCount(int value);
-
- /**
- * 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 -->
- * @return the value of the '<em>Style</em>' containment reference.
- * @see #setStyle(EEFTextStyle)
- * @see org.eclipse.eef.EefPackage#getEEFTextDescription_Style()
- * @model containment="true" resolveProxies="true"
- * @generated
- */
- EEFTextStyle getStyle();
-
- /**
- * Sets the value of the '{@link org.eclipse.eef.EEFTextDescription#getStyle <em>Style</em>}' containment reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Style</em>' containment reference.
- * @see #getStyle()
- * @generated
- */
- void setStyle(EEFTextStyle value);
-
- /**
- * Returns the value of the '<em><b>Conditional Styles</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.eef.EEFTextConditionalStyle}.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * Defines the text conditional styles.
- * <!-- end-model-doc -->
- * @return the value of the '<em>Conditional Styles</em>' containment reference list.
- * @see org.eclipse.eef.EefPackage#getEEFTextDescription_ConditionalStyles()
- * @model containment="true" resolveProxies="true"
- * @generated
- */
- EList<EEFTextConditionalStyle> getConditionalStyles();
-
} // EEFTextDescription

Back to the top