Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/ProtocolTransitionPropertiesEditionPart.java')
-rw-r--r--deprecated/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/ProtocolTransitionPropertiesEditionPart.java545
1 files changed, 0 insertions, 545 deletions
diff --git a/deprecated/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/ProtocolTransitionPropertiesEditionPart.java b/deprecated/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/ProtocolTransitionPropertiesEditionPart.java
deleted file mode 100644
index 659a01cf116..00000000000
--- a/deprecated/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/ProtocolTransitionPropertiesEditionPart.java
+++ /dev/null
@@ -1,545 +0,0 @@
-/*******************************************************************************
- * 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 ProtocolTransitionPropertiesEditionPart {
-
- /**
- * @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 elementImport to add
- */
- public List getElementImportToAdd();
-
- /**
- * @return the elementImport to remove
- */
- public List getElementImportToRemove();
-
- /**
- * @return the elementImport to move
- */
- public List getElementImportToMove();
-
- /**
- * @return the elementImport to edit
- */
- public Map getElementImportToEdit();
-
- /**
- * @return the current elementImport table
- */
- public List getElementImportTable();
-
- /**
- * Init the elementImport
- *
- * @param current
- * the current value
- * @param containgFeature
- * the feature where to navigate if necessary
- * @param feature
- * the feature to manage
- */
- public void initElementImport(EObject current, EReference containingFeature, EReference feature);
-
- /**
- * Update the elementImport
- *
- * @param newValue
- * the elementImport to update
- */
- public void updateElementImport(EObject newValue);
-
- /**
- * Adds the given filter to the elementImport edition editor.
- *
- * @param filter
- * a viewer filter
- * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
- */
- public void addFilterToElementImport(ViewerFilter filter);
-
- /**
- * Adds the given filter to the elementImport edition editor.
- *
- * @param filter
- * a viewer filter
- * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
- */
- public void addBusinessFilterToElementImport(ViewerFilter filter);
-
- /**
- * @return true if the given element is contained inside the elementImport table
- */
- public boolean isContainedInElementImportTable(EObject element);
-
-
-
-
-
- /**
- * @return the packageImport to add
- */
- public List getPackageImportToAdd();
-
- /**
- * @return the packageImport to remove
- */
- public List getPackageImportToRemove();
-
- /**
- * @return the packageImport to move
- */
- public List getPackageImportToMove();
-
- /**
- * @return the packageImport to edit
- */
- public Map getPackageImportToEdit();
-
- /**
- * @return the current packageImport table
- */
- public List getPackageImportTable();
-
- /**
- * Init the packageImport
- *
- * @param current
- * the current value
- * @param containgFeature
- * the feature where to navigate if necessary
- * @param feature
- * the feature to manage
- */
- public void initPackageImport(EObject current, EReference containingFeature, EReference feature);
-
- /**
- * Update the packageImport
- *
- * @param newValue
- * the packageImport to update
- */
- public void updatePackageImport(EObject newValue);
-
- /**
- * Adds the given filter to the packageImport edition editor.
- *
- * @param filter
- * a viewer filter
- * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
- */
- public void addFilterToPackageImport(ViewerFilter filter);
-
- /**
- * Adds the given filter to the packageImport edition editor.
- *
- * @param filter
- * a viewer filter
- * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
- */
- public void addBusinessFilterToPackageImport(ViewerFilter filter);
-
- /**
- * @return true if the given element is contained inside the packageImport table
- */
- public boolean isContainedInPackageImportTable(EObject element);
-
-
-
-
-
- /**
- * @return the ownedRule to add
- */
- public List getOwnedRuleToAdd();
-
- /**
- * @return the ownedRule to remove
- */
- public List getOwnedRuleToRemove();
-
- /**
- * @return the ownedRule to move
- */
- public List getOwnedRuleToMove();
-
- /**
- * @return the ownedRule to edit
- */
- public Map getOwnedRuleToEdit();
-
- /**
- * @return the current ownedRule table
- */
- public List getOwnedRuleTable();
-
- /**
- * Init the ownedRule
- *
- * @param current
- * the current value
- * @param containgFeature
- * the feature where to navigate if necessary
- * @param feature
- * the feature to manage
- */
- public void initOwnedRule(EObject current, EReference containingFeature, EReference feature);
-
- /**
- * Update the ownedRule
- *
- * @param newValue
- * the ownedRule to update
- */
- public void updateOwnedRule(EObject newValue);
-
- /**
- * Adds the given filter to the ownedRule edition editor.
- *
- * @param filter
- * a viewer filter
- * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
- */
- public void addFilterToOwnedRule(ViewerFilter filter);
-
- /**
- * Adds the given filter to the ownedRule edition editor.
- *
- * @param filter
- * a viewer filter
- * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
- */
- public void addBusinessFilterToOwnedRule(ViewerFilter filter);
-
- /**
- * @return true if the given element is contained inside the ownedRule table
- */
- public boolean isContainedInOwnedRuleTable(EObject element);
-
-
-
-
-
- /**
- * @return the isLeaf
- */
- public Boolean getIsLeaf();
-
- /**
- * Defines a new isLeaf
- *
- * @param newValue
- * the new isLeaf to set
- */
- public void setIsLeaf(Boolean newValue);
-
-
-
-
-
- /**
- * @return the kind
- */
- public Enumerator getKind();
-
- /**
- * Init the kind
- *
- * @param eenum
- * the enum to manage
- * @param current
- * the current value
- */
- public void initKind(EEnum eenum, Enumerator current);
-
- /**
- * Defines a new kind
- *
- * @param newValue
- * the new kind to set
- */
- public void setKind(Enumerator newValue);
-
-
-
-
-
- /**
- * @return the trigger to add
- */
- public List getTriggerToAdd();
-
- /**
- * @return the trigger to remove
- */
- public List getTriggerToRemove();
-
- /**
- * @return the trigger to move
- */
- public List getTriggerToMove();
-
- /**
- * @return the trigger to edit
- */
- public Map getTriggerToEdit();
-
- /**
- * @return the current trigger table
- */
- public List getTriggerTable();
-
- /**
- * Init the trigger
- *
- * @param current
- * the current value
- * @param containgFeature
- * the feature where to navigate if necessary
- * @param feature
- * the feature to manage
- */
- public void initTrigger(EObject current, EReference containingFeature, EReference feature);
-
- /**
- * Update the trigger
- *
- * @param newValue
- * the trigger to update
- */
- public void updateTrigger(EObject newValue);
-
- /**
- * Adds the given filter to the trigger edition editor.
- *
- * @param filter
- * a viewer filter
- * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
- */
- public void addFilterToTrigger(ViewerFilter filter);
-
- /**
- * Adds the given filter to the trigger edition editor.
- *
- * @param filter
- * a viewer filter
- * @see org.eclipse.jface.viewers.StructuredViewer#addFilter(ViewerFilter)
- */
- public void addBusinessFilterToTrigger(ViewerFilter filter);
-
- /**
- * @return true if the given element is contained inside the trigger table
- */
- public boolean isContainedInTriggerTable(EObject element);
-
-
-
-
-
- // Start of user code for additional methods
-
- // End of user code
-
-}

Back to the top