Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/InteractionUsePropertiesEditionPart.java')
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/InteractionUsePropertiesEditionPart.java491
1 files changed, 491 insertions, 0 deletions
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/InteractionUsePropertiesEditionPart.java b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/InteractionUsePropertiesEditionPart.java
new file mode 100644
index 00000000000..cd4aa4b3287
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/InteractionUsePropertiesEditionPart.java
@@ -0,0 +1,491 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Obeo.
+ * 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.html
+ *
+ * Contributors:
+ * Obeo - initial API and implementation
+ *******************************************************************************/
+package org.eclipse.papyrus.tabbedproperties.uml.parts;
+
+// Start of user code for imports
+
+import java.util.List;
+import java.util.Map;
+
+import org.eclipse.emf.common.util.Enumerator;
+import org.eclipse.emf.ecore.EEnum;
+import org.eclipse.emf.ecore.EObject;
+import org.eclipse.emf.ecore.EReference;
+import org.eclipse.jface.viewers.ViewerFilter;
+
+// End of user code
+
+/**
+ * @author <a href="mailto:jerome.benois@obeo.fr">Jerome Benois</a>
+ */
+public interface InteractionUsePropertiesEditionPart {
+
+ /**
+ * @return the ownedComment to add
+ */
+ public List getOwnedCommentToAdd();
+
+ /**
+ * @return the ownedComment to remove
+ */
+ public List getOwnedCommentToRemove();
+
+ /**
+ * @return the ownedComment to move
+ */
+ public List getOwnedCommentToMove();
+
+ /**
+ * @return the ownedComment to edit
+ */
+ public Map getOwnedCommentToEdit();
+
+ /**
+ * @return the current ownedComment table
+ */
+ public List getOwnedCommentTable();
+
+ /**
+ * Init the ownedComment
+ *
+ * @param current
+ * the current value
+ * @param containgFeature
+ * the feature where to navigate if necessary
+ * @param feature
+ * the feature to manage
+ */
+ public void initOwnedComment(EObject current, EReference containingFeature, EReference feature);
+
+ /**
+ * Update the ownedComment
+ *
+ * @param newValue
+ * the ownedComment to update
+ */
+ public void updateOwnedComment(EObject newValue);
+
+ /**
+ * Adds the given filter to the ownedComment edition editor.
+ *
+ * @param filter
+ * a viewer filter
+ * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
+ */
+ public void addFilterToOwnedComment(ViewerFilter filter);
+
+ /**
+ * Adds the given filter to the ownedComment edition editor.
+ *
+ * @param filter
+ * a viewer filter
+ * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
+ */
+ public void addBusinessFilterToOwnedComment(ViewerFilter filter);
+
+ /**
+ * @return true if the given element is contained inside the ownedComment table
+ */
+ public boolean isContainedInOwnedCommentTable(EObject element);
+
+
+
+
+
+ /**
+ * @return the name
+ */
+ public String getName();
+
+ /**
+ * Defines a new name
+ *
+ * @param newValue
+ * the new name to set
+ */
+ public void setName(String newValue);
+
+ public void setMessageForName(String msg, int msgLevel);
+
+ public void unsetMessageForName();
+
+ /**
+ * @return the visibility
+ */
+ public Enumerator getVisibility();
+
+ /**
+ * Init the visibility
+ *
+ * @param eenum
+ * the enum to manage
+ * @param current
+ * the current value
+ */
+ public void initVisibility(EEnum eenum, Enumerator current);
+
+ /**
+ * Defines a new visibility
+ *
+ * @param newValue
+ * the new visibility to set
+ */
+ public void setVisibility(Enumerator newValue);
+
+
+
+
+
+ /**
+ * @return the clientDependency to add
+ */
+ public List getClientDependencyToAdd();
+
+ /**
+ * @return the clientDependency to remove
+ */
+ public List getClientDependencyToRemove();
+
+ /**
+ * @return the current clientDependency table
+ */
+ public List getClientDependencyTable();
+
+ /**
+ * Init the clientDependency
+ *
+ * @param current
+ * the current value
+ * @param containgFeature
+ * the feature where to navigate if necessary
+ * @param feature
+ * the feature to manage
+ */
+ public void initClientDependency(EObject current, EReference containingFeature, EReference feature);
+
+ /**
+ * Update the clientDependency
+ *
+ * @param newValue
+ * the clientDependency to update
+ */
+ public void updateClientDependency(EObject newValue);
+
+ /**
+ * Adds the given filter to the clientDependency edition editor.
+ *
+ * @param filter
+ * a viewer filter
+ * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
+ */
+ public void addFilterToClientDependency(ViewerFilter filter);
+
+ /**
+ * Adds the given filter to the clientDependency edition editor.
+ *
+ * @param filter
+ * a viewer filter
+ * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
+ */
+ public void addBusinessFilterToClientDependency(ViewerFilter filter);
+
+ /**
+ * @return true if the given element is contained inside the clientDependency table
+ */
+ public boolean isContainedInClientDependencyTable(EObject element);
+
+
+
+
+
+ /**
+ * @return the covered to add
+ */
+ public List getCoveredToAdd();
+
+ /**
+ * @return the covered to remove
+ */
+ public List getCoveredToRemove();
+
+ /**
+ * @return the current covered table
+ */
+ public List getCoveredTable();
+
+ /**
+ * Init the covered
+ *
+ * @param current
+ * the current value
+ * @param containgFeature
+ * the feature where to navigate if necessary
+ * @param feature
+ * the feature to manage
+ */
+ public void initCovered(EObject current, EReference containingFeature, EReference feature);
+
+ /**
+ * Update the covered
+ *
+ * @param newValue
+ * the covered to update
+ */
+ public void updateCovered(EObject newValue);
+
+ /**
+ * Adds the given filter to the covered edition editor.
+ *
+ * @param filter
+ * a viewer filter
+ * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
+ */
+ public void addFilterToCovered(ViewerFilter filter);
+
+ /**
+ * Adds the given filter to the covered edition editor.
+ *
+ * @param filter
+ * a viewer filter
+ * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
+ */
+ public void addBusinessFilterToCovered(ViewerFilter filter);
+
+ /**
+ * @return true if the given element is contained inside the covered table
+ */
+ public boolean isContainedInCoveredTable(EObject element);
+
+
+
+
+
+ /**
+ * @return the generalOrdering to add
+ */
+ public List getGeneralOrderingToAdd();
+
+ /**
+ * @return the generalOrdering to remove
+ */
+ public List getGeneralOrderingToRemove();
+
+ /**
+ * @return the generalOrdering to move
+ */
+ public List getGeneralOrderingToMove();
+
+ /**
+ * @return the generalOrdering to edit
+ */
+ public Map getGeneralOrderingToEdit();
+
+ /**
+ * @return the current generalOrdering table
+ */
+ public List getGeneralOrderingTable();
+
+ /**
+ * Init the generalOrdering
+ *
+ * @param current
+ * the current value
+ * @param containgFeature
+ * the feature where to navigate if necessary
+ * @param feature
+ * the feature to manage
+ */
+ public void initGeneralOrdering(EObject current, EReference containingFeature, EReference feature);
+
+ /**
+ * Update the generalOrdering
+ *
+ * @param newValue
+ * the generalOrdering to update
+ */
+ public void updateGeneralOrdering(EObject newValue);
+
+ /**
+ * Adds the given filter to the generalOrdering edition editor.
+ *
+ * @param filter
+ * a viewer filter
+ * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
+ */
+ public void addFilterToGeneralOrdering(ViewerFilter filter);
+
+ /**
+ * Adds the given filter to the generalOrdering edition editor.
+ *
+ * @param filter
+ * a viewer filter
+ * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
+ */
+ public void addBusinessFilterToGeneralOrdering(ViewerFilter filter);
+
+ /**
+ * @return true if the given element is contained inside the generalOrdering table
+ */
+ public boolean isContainedInGeneralOrderingTable(EObject element);
+
+
+
+
+
+ /**
+ * @return the actualGate to add
+ */
+ public List getActualGateToAdd();
+
+ /**
+ * @return the actualGate to remove
+ */
+ public List getActualGateToRemove();
+
+ /**
+ * @return the actualGate to move
+ */
+ public List getActualGateToMove();
+
+ /**
+ * @return the actualGate to edit
+ */
+ public Map getActualGateToEdit();
+
+ /**
+ * @return the current actualGate table
+ */
+ public List getActualGateTable();
+
+ /**
+ * Init the actualGate
+ *
+ * @param current
+ * the current value
+ * @param containgFeature
+ * the feature where to navigate if necessary
+ * @param feature
+ * the feature to manage
+ */
+ public void initActualGate(EObject current, EReference containingFeature, EReference feature);
+
+ /**
+ * Update the actualGate
+ *
+ * @param newValue
+ * the actualGate to update
+ */
+ public void updateActualGate(EObject newValue);
+
+ /**
+ * Adds the given filter to the actualGate edition editor.
+ *
+ * @param filter
+ * a viewer filter
+ * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
+ */
+ public void addFilterToActualGate(ViewerFilter filter);
+
+ /**
+ * Adds the given filter to the actualGate edition editor.
+ *
+ * @param filter
+ * a viewer filter
+ * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
+ */
+ public void addBusinessFilterToActualGate(ViewerFilter filter);
+
+ /**
+ * @return true if the given element is contained inside the actualGate table
+ */
+ public boolean isContainedInActualGateTable(EObject element);
+
+
+
+
+
+ /**
+ * @return the argument to add
+ */
+ public List getArgumentToAdd();
+
+ /**
+ * @return the argument to remove
+ */
+ public List getArgumentToRemove();
+
+ /**
+ * @return the argument to move
+ */
+ public List getArgumentToMove();
+
+ /**
+ * @return the argument to edit
+ */
+ public Map getArgumentToEdit();
+
+ /**
+ * @return the current argument table
+ */
+ public List getArgumentTable();
+
+ /**
+ * Init the argument
+ *
+ * @param current
+ * the current value
+ * @param containgFeature
+ * the feature where to navigate if necessary
+ * @param feature
+ * the feature to manage
+ */
+ public void initArgument(EObject current, EReference containingFeature, EReference feature);
+
+ /**
+ * Update the argument
+ *
+ * @param newValue
+ * the argument to update
+ */
+ public void updateArgument(EObject newValue);
+
+ /**
+ * Adds the given filter to the argument edition editor.
+ *
+ * @param filter
+ * a viewer filter
+ * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
+ */
+ public void addFilterToArgument(ViewerFilter filter);
+
+ /**
+ * Adds the given filter to the argument edition editor.
+ *
+ * @param filter
+ * a viewer filter
+ * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
+ */
+ public void addBusinessFilterToArgument(ViewerFilter filter);
+
+ /**
+ * @return true if the given element is contained inside the argument table
+ */
+ public boolean isContainedInArgumentTable(EObject element);
+
+
+
+
+
+ // Start of user code for additional methods
+
+ // End of user code
+
+}

Back to the top