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/forms/CollaborationPropertiesEditionPartForm.java')
-rw-r--r--deprecated/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/forms/CollaborationPropertiesEditionPartForm.java4427
1 files changed, 0 insertions, 4427 deletions
diff --git a/deprecated/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/forms/CollaborationPropertiesEditionPartForm.java b/deprecated/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/forms/CollaborationPropertiesEditionPartForm.java
deleted file mode 100644
index 1b5900d59d4..00000000000
--- a/deprecated/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/forms/CollaborationPropertiesEditionPartForm.java
+++ /dev/null
@@ -1,4427 +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.forms;
-
-// Start of user code for imports
-
-import java.util.ArrayList;
-import java.util.Iterator;
-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.EEnumLiteral;
-import org.eclipse.emf.ecore.EObject;
-import org.eclipse.emf.ecore.EReference;
-import org.eclipse.emf.ecore.util.EcoreAdapterFactory;
-import org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider;
-import org.eclipse.emf.eef.runtime.api.component.IPropertiesEditionComponent;
-import org.eclipse.emf.eef.runtime.api.parts.EEFMessageManager;
-import org.eclipse.emf.eef.runtime.api.parts.IFormPropertiesEditionPart;
-import org.eclipse.emf.eef.runtime.api.policies.IPropertiesEditionPolicy;
-import org.eclipse.emf.eef.runtime.api.providers.IPropertiesEditionPolicyProvider;
-import org.eclipse.emf.eef.runtime.impl.notify.PropertiesEditionEvent;
-import org.eclipse.emf.eef.runtime.impl.parts.CompositePropertiesEditionPart;
-import org.eclipse.emf.eef.runtime.impl.policies.EObjectPropertiesEditionContext;
-import org.eclipse.emf.eef.runtime.impl.services.PropertiesEditionPolicyProviderService;
-import org.eclipse.emf.eef.runtime.impl.utils.EMFListEditUtil;
-import org.eclipse.emf.eef.runtime.ui.widgets.EMFComboViewer;
-import org.eclipse.emf.eef.runtime.ui.widgets.FormUtils;
-import org.eclipse.emf.eef.runtime.ui.widgets.ReferencesTable;
-import org.eclipse.emf.eef.runtime.ui.widgets.TabElementTreeSelectionDialog;
-import org.eclipse.emf.eef.runtime.ui.widgets.ReferencesTable.ReferencesTableListener;
-import org.eclipse.jface.viewers.ArrayContentProvider;
-import org.eclipse.jface.viewers.ISelectionChangedListener;
-import org.eclipse.jface.viewers.IStructuredSelection;
-import org.eclipse.jface.viewers.SelectionChangedEvent;
-import org.eclipse.jface.viewers.StructuredSelection;
-import org.eclipse.jface.viewers.ViewerFilter;
-import org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart;
-import org.eclipse.papyrus.tabbedproperties.uml.parts.UMLViewsRepository;
-import org.eclipse.papyrus.tabbedproperties.uml.providers.UMLMessages;
-import org.eclipse.swt.SWT;
-import org.eclipse.swt.events.FocusAdapter;
-import org.eclipse.swt.events.FocusEvent;
-import org.eclipse.swt.events.KeyAdapter;
-import org.eclipse.swt.events.KeyEvent;
-import org.eclipse.swt.events.ModifyEvent;
-import org.eclipse.swt.events.ModifyListener;
-import org.eclipse.swt.events.SelectionAdapter;
-import org.eclipse.swt.events.SelectionEvent;
-import org.eclipse.swt.layout.GridData;
-import org.eclipse.swt.layout.GridLayout;
-import org.eclipse.swt.widgets.Button;
-import org.eclipse.swt.widgets.Composite;
-import org.eclipse.swt.widgets.Text;
-import org.eclipse.ui.forms.IMessageManager;
-import org.eclipse.ui.forms.widgets.Form;
-import org.eclipse.ui.forms.widgets.FormToolkit;
-import org.eclipse.ui.forms.widgets.ScrolledForm;
-import org.eclipse.ui.forms.widgets.Section;
-import org.eclipse.uml2.uml.Behavior;
-import org.eclipse.uml2.uml.Classifier;
-import org.eclipse.uml2.uml.CollaborationUse;
-import org.eclipse.uml2.uml.Comment;
-import org.eclipse.uml2.uml.ConnectableElement;
-import org.eclipse.uml2.uml.Connector;
-import org.eclipse.uml2.uml.Constraint;
-import org.eclipse.uml2.uml.Dependency;
-import org.eclipse.uml2.uml.ElementImport;
-import org.eclipse.uml2.uml.Generalization;
-import org.eclipse.uml2.uml.GeneralizationSet;
-import org.eclipse.uml2.uml.InterfaceRealization;
-import org.eclipse.uml2.uml.PackageImport;
-import org.eclipse.uml2.uml.Property;
-import org.eclipse.uml2.uml.Substitution;
-import org.eclipse.uml2.uml.TemplateBinding;
-import org.eclipse.uml2.uml.Trigger;
-import org.eclipse.uml2.uml.UMLFactory;
-import org.eclipse.uml2.uml.UMLPackage;
-import org.eclipse.uml2.uml.UseCase;
-
-// End of user code
-
-/**
- * @author <a href="mailto:jerome.benois@obeo.fr">Jerome Benois</a>
- */
-public class CollaborationPropertiesEditionPartForm extends CompositePropertiesEditionPart implements IFormPropertiesEditionPart, CollaborationPropertiesEditionPart {
-
- protected EMFListEditUtil ownedCommentEditUtil;
-
- protected ReferencesTable<? extends EObject> ownedComment;
-
- protected List<ViewerFilter> ownedCommentBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> ownedCommentFilters = new ArrayList<ViewerFilter>();
-
- protected Text name;
-
- protected EMFComboViewer visibility;
-
- private EMFListEditUtil clientDependencyEditUtil;
-
- protected ReferencesTable<? extends EObject> clientDependency;
-
- protected List<ViewerFilter> clientDependencyBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> clientDependencyFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil elementImportEditUtil;
-
- protected ReferencesTable<? extends EObject> elementImport;
-
- protected List<ViewerFilter> elementImportBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> elementImportFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil packageImportEditUtil;
-
- protected ReferencesTable<? extends EObject> packageImport;
-
- protected List<ViewerFilter> packageImportBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> packageImportFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil ownedRuleEditUtil;
-
- protected ReferencesTable<? extends EObject> ownedRule;
-
- protected List<ViewerFilter> ownedRuleBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> ownedRuleFilters = new ArrayList<ViewerFilter>();
-
- protected Button isLeaf;
-
- protected EMFListEditUtil templateBindingEditUtil;
-
- protected ReferencesTable<? extends EObject> templateBinding;
-
- protected List<ViewerFilter> templateBindingBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> templateBindingFilters = new ArrayList<ViewerFilter>();
-
- protected Button isAbstract;
-
- protected EMFListEditUtil generalizationEditUtil;
-
- protected ReferencesTable<? extends EObject> generalization;
-
- protected List<ViewerFilter> generalizationBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> generalizationFilters = new ArrayList<ViewerFilter>();
-
- private EMFListEditUtil powertypeExtentEditUtil;
-
- protected ReferencesTable<? extends EObject> powertypeExtent;
-
- protected List<ViewerFilter> powertypeExtentBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> powertypeExtentFilters = new ArrayList<ViewerFilter>();
-
- private EMFListEditUtil redefinedClassifierEditUtil;
-
- protected ReferencesTable<? extends EObject> redefinedClassifier;
-
- protected List<ViewerFilter> redefinedClassifierBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> redefinedClassifierFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil substitutionEditUtil;
-
- protected ReferencesTable<? extends EObject> substitution;
-
- protected List<ViewerFilter> substitutionBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> substitutionFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil collaborationUseEditUtil;
-
- protected ReferencesTable<? extends EObject> collaborationUse;
-
- protected List<ViewerFilter> collaborationUseBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> collaborationUseFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil ownedUseCaseEditUtil;
-
- protected ReferencesTable<? extends EObject> ownedUseCase;
-
- protected List<ViewerFilter> ownedUseCaseBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> ownedUseCaseFilters = new ArrayList<ViewerFilter>();
-
- private EMFListEditUtil useCaseEditUtil;
-
- protected ReferencesTable<? extends EObject> useCase;
-
- protected List<ViewerFilter> useCaseBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> useCaseFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil ownedBehaviorEditUtil;
-
- protected ReferencesTable<? extends EObject> ownedBehavior;
-
- protected List<ViewerFilter> ownedBehaviorBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> ownedBehaviorFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil interfaceRealizationEditUtil;
-
- protected ReferencesTable<? extends EObject> interfaceRealization;
-
- protected List<ViewerFilter> interfaceRealizationBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> interfaceRealizationFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil ownedTriggerEditUtil;
-
- protected ReferencesTable<? extends EObject> ownedTrigger;
-
- protected List<ViewerFilter> ownedTriggerBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> ownedTriggerFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil ownedAttributeEditUtil;
-
- protected ReferencesTable<? extends EObject> ownedAttribute;
-
- protected List<ViewerFilter> ownedAttributeBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> ownedAttributeFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil ownedConnectorEditUtil;
-
- protected ReferencesTable<? extends EObject> ownedConnector;
-
- protected List<ViewerFilter> ownedConnectorBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> ownedConnectorFilters = new ArrayList<ViewerFilter>();
-
- private EMFListEditUtil collaborationRoleEditUtil;
-
- protected ReferencesTable<? extends EObject> collaborationRole;
-
- protected List<ViewerFilter> collaborationRoleBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> collaborationRoleFilters = new ArrayList<ViewerFilter>();
-
-
-
-
-
- /**
- * Default constructor
- *
- * @param editionComponent
- * the {@link IPropertiesEditionComponent} that manage this part
- */
- public CollaborationPropertiesEditionPartForm(IPropertiesEditionComponent editionComponent) {
- super(editionComponent);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.emf.eef.runtime.api.parts.IFormPropertiesEditionPart# createFigure(org.eclipse.swt.widgets.Composite,
- * org.eclipse.ui.forms.widgets.FormToolkit)
- */
- public Composite createFigure(final Composite parent, final FormToolkit widgetFactory) {
- ScrolledForm scrolledForm = widgetFactory.createScrolledForm(parent);
- Form form = scrolledForm.getForm();
- view = form.getBody();
- GridLayout layout = new GridLayout();
- layout.numColumns = 3;
- view.setLayout(layout);
- createControls(widgetFactory, view, new EEFMessageManager(scrolledForm, widgetFactory));
- return scrolledForm;
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.emf.eef.runtime.api.parts.IFormPropertiesEditionPart# createControls(org.eclipse.ui.forms.widgets.FormToolkit,
- * org.eclipse.swt.widgets.Composite, org.eclipse.ui.forms.IMessageManager)
- */
- public void createControls(final FormToolkit widgetFactory, Composite view, IMessageManager messageManager) {
- this.messageManager = messageManager;
- createPropertiesGroup(widgetFactory, view);
- // Start of user code for additional ui definition
-
- // End of user code
-
- }
-
- protected void createPropertiesGroup(FormToolkit widgetFactory, final Composite view) {
- Section propertiesSection = widgetFactory.createSection(view, Section.TITLE_BAR | Section.TWISTIE | Section.EXPANDED);
- propertiesSection.setText(UMLMessages.CollaborationPropertiesEditionPart_PropertiesGroupLabel);
- GridData propertiesSectionData = new GridData(GridData.FILL_HORIZONTAL);
- propertiesSectionData.horizontalSpan = 3;
- propertiesSection.setLayoutData(propertiesSectionData);
- Composite propertiesGroup = widgetFactory.createComposite(propertiesSection);
- GridLayout propertiesGroupLayout = new GridLayout();
- propertiesGroupLayout.numColumns = 3;
- propertiesGroup.setLayout(propertiesGroupLayout);
- createOwnedCommentTableComposition(widgetFactory, propertiesGroup);
- createNameText(widgetFactory, propertiesGroup);
- createVisibilityEMFComboViewer(widgetFactory, propertiesGroup);
- createClientDependencyReferencesTable(widgetFactory, propertiesGroup);
- createElementImportTableComposition(widgetFactory, propertiesGroup);
- createPackageImportTableComposition(widgetFactory, propertiesGroup);
- createOwnedRuleTableComposition(widgetFactory, propertiesGroup);
- createIsLeafCheckbox(widgetFactory, propertiesGroup);
- createTemplateBindingTableComposition(widgetFactory, propertiesGroup);
- createIsAbstractCheckbox(widgetFactory, propertiesGroup);
- createGeneralizationTableComposition(widgetFactory, propertiesGroup);
- createPowertypeExtentReferencesTable(widgetFactory, propertiesGroup);
- createRedefinedClassifierReferencesTable(widgetFactory, propertiesGroup);
- createSubstitutionTableComposition(widgetFactory, propertiesGroup);
- createCollaborationUseTableComposition(widgetFactory, propertiesGroup);
- createOwnedUseCaseTableComposition(widgetFactory, propertiesGroup);
- createUseCaseReferencesTable(widgetFactory, propertiesGroup);
- createOwnedBehaviorTableComposition(widgetFactory, propertiesGroup);
- createInterfaceRealizationTableComposition(widgetFactory, propertiesGroup);
- createOwnedTriggerTableComposition(widgetFactory, propertiesGroup);
- createOwnedAttributeTableComposition(widgetFactory, propertiesGroup);
- createOwnedConnectorTableComposition(widgetFactory, propertiesGroup);
- createCollaborationRoleReferencesTable(widgetFactory, propertiesGroup);
- propertiesSection.setClient(propertiesGroup);
- }
-
- /**
- * @param container
- */
- protected void createOwnedCommentTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.ownedComment = new ReferencesTable<Comment>(UMLMessages.CollaborationPropertiesEditionPart_OwnedCommentLabel, new ReferencesTableListener<Comment>() {
-
- public void handleAdd() {
- addToOwnedComment();
- }
-
- public void handleEdit(Comment element) {
- editOwnedComment(element);
- }
-
- public void handleMove(Comment element, int oldIndex, int newIndex) {
- moveOwnedComment(element, oldIndex, newIndex);
- }
-
- public void handleRemove(Comment element) {
- removeFromOwnedComment(element);
- }
-
- public void navigateTo(Comment element) {
- }
- });
- this.ownedComment.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.ownedComment, UMLViewsRepository.FORM_KIND));
- this.ownedComment.createControls(parent, widgetFactory);
- GridData ownedCommentData = new GridData(GridData.FILL_HORIZONTAL);
- ownedCommentData.horizontalSpan = 3;
- this.ownedComment.setLayoutData(ownedCommentData);
- }
-
- /**
- *
- */
- protected void moveOwnedComment(Comment element, int oldIndex, int newIndex) {
- EObject editedElement = ownedCommentEditUtil.foundCorrespondingEObject(element);
- ownedCommentEditUtil.moveElement(element, oldIndex, newIndex);
- ownedComment.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedComment, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void addToOwnedComment() {
- // Start of user code addToOwnedComment() method body
- Comment eObject = UMLFactory.eINSTANCE.createComment();
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(eObject);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(eObject);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(propertiesEditionComponent,
- eObject, resourceSet));
- if(propertiesEditionObject != null) {
- ownedCommentEditUtil.addElement(propertiesEditionObject);
- ownedComment.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedComment,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromOwnedComment(Comment element) {
- // Start of user code for the removeFromOwnedComment() method body
- EObject editedElement = ownedCommentEditUtil.foundCorrespondingEObject(element);
- ownedCommentEditUtil.removeElement(element);
- ownedComment.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedComment,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editOwnedComment(Comment element) {
- // Start of user code editOwnedComment() method body
- EObject editedElement = ownedCommentEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- ownedCommentEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- ownedComment.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedComment,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- protected void createNameText(FormToolkit widgetFactory, Composite parent) {
- FormUtils.createPartLabel(widgetFactory, parent, UMLMessages.CollaborationPropertiesEditionPart_NameLabel, propertiesEditionComponent.isRequired(UMLViewsRepository.Collaboration.name, UMLViewsRepository.FORM_KIND));
- name = widgetFactory.createText(parent, ""); //$NON-NLS-1$
- name.setData(FormToolkit.KEY_DRAW_BORDER, FormToolkit.TEXT_BORDER);
- widgetFactory.paintBordersFor(parent);
- GridData nameData = new GridData(GridData.FILL_HORIZONTAL);
- name.setLayoutData(nameData);
- name.addModifyListener(new ModifyListener() {
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.swt.events.ModifyListener#modifyText(org.eclipse.swt.events.ModifyEvent)
- */
- public void modifyText(ModifyEvent e) {
- if(propertiesEditionComponent != null)
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.name, PropertiesEditionEvent.CHANGE, PropertiesEditionEvent.SET, null, name.getText()));
- }
-
- });
- name.addFocusListener(new FocusAdapter() {
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.swt.events.FocusAdapter#focusLost(org.eclipse.swt.events.FocusEvent)
- */
- public void focusLost(FocusEvent e) {
- if(propertiesEditionComponent != null)
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.name, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, null, name.getText()));
- }
-
- });
- name.addKeyListener(new KeyAdapter() {
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.swt.events.KeyAdapter#keyPressed(org.eclipse.swt.events.KeyEvent)
- */
- public void keyPressed(KeyEvent e) {
- if(e.character == SWT.CR) {
- if(propertiesEditionComponent != null)
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.name, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, null, name.getText()));
- }
- }
-
- });
- FormUtils.createHelpButton(widgetFactory, parent, propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.name, UMLViewsRepository.FORM_KIND), null); //$NON-NLS-1$
- }
-
- protected void createVisibilityEMFComboViewer(FormToolkit widgetFactory, Composite parent) {
- FormUtils.createPartLabel(widgetFactory, parent, UMLMessages.CollaborationPropertiesEditionPart_VisibilityLabel, propertiesEditionComponent.isRequired(UMLViewsRepository.Collaboration.visibility, UMLViewsRepository.FORM_KIND));
- visibility = new EMFComboViewer(parent);
- visibility.setContentProvider(new ArrayContentProvider());
- visibility.setLabelProvider(new AdapterFactoryLabelProvider(new EcoreAdapterFactory()));
- GridData visibilityData = new GridData(GridData.FILL_HORIZONTAL);
- visibility.getCombo().setLayoutData(visibilityData);
- visibility.addSelectionChangedListener(new ISelectionChangedListener() {
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.jface.viewers.ISelectionChangedListener#selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent)
- */
- public void selectionChanged(SelectionChangedEvent event) {
- if(propertiesEditionComponent != null)
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.visibility, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, null, getVisibility()));
- }
-
- });
- FormUtils.createHelpButton(widgetFactory, parent, propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.visibility, UMLViewsRepository.FORM_KIND), null); //$NON-NLS-1$
- }
-
- protected void createClientDependencyReferencesTable(FormToolkit widgetFactory, Composite parent) {
- this.clientDependency = new ReferencesTable<Dependency>(UMLMessages.CollaborationPropertiesEditionPart_ClientDependencyLabel, new ReferencesTableListener<Dependency>() {
-
- public void handleAdd() {
- TabElementTreeSelectionDialog<Dependency> dialog = new TabElementTreeSelectionDialog<Dependency>(resourceSet, clientDependencyFilters, clientDependencyBusinessFilters,
- "Dependency", UMLPackage.eINSTANCE.getDependency(), current.eResource()) {
-
- @Override
- public void process(IStructuredSelection selection) {
- for(Iterator<?> iter = selection.iterator(); iter.hasNext();) {
- EObject elem = (EObject)iter.next();
- if(!clientDependencyEditUtil.getVirtualList().contains(elem))
- clientDependencyEditUtil.addElement(elem);
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.clientDependency,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, elem));
- }
- clientDependency.refresh();
- }
- };
- dialog.open();
- }
-
- public void handleEdit(Dependency element) {
- editClientDependency(element);
- }
-
- public void handleMove(Dependency element, int oldIndex, int newIndex) {
- moveClientDependency(element, oldIndex, newIndex);
- }
-
- public void handleRemove(Dependency element) {
- removeFromClientDependency(element);
- }
-
- public void navigateTo(Dependency element) {
- }
- });
- this.clientDependency.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.clientDependency, UMLViewsRepository.FORM_KIND));
- this.clientDependency.createControls(parent, widgetFactory);
- GridData clientDependencyData = new GridData(GridData.FILL_HORIZONTAL);
- clientDependencyData.horizontalSpan = 3;
- this.clientDependency.setLayoutData(clientDependencyData);
- this.clientDependency.disableMove();
- }
-
- /**
- *
- */
- protected void moveClientDependency(Dependency element, int oldIndex, int newIndex) {
- EObject editedElement = clientDependencyEditUtil.foundCorrespondingEObject(element);
- clientDependencyEditUtil.moveElement(element, oldIndex, newIndex);
- clientDependency.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.clientDependency, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void removeFromClientDependency(Dependency element) {
- // Start of user code for the removeFromClientDependency() method body
- EObject editedElement = clientDependencyEditUtil.foundCorrespondingEObject(element);
- clientDependencyEditUtil.removeElement(element);
- clientDependency.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.clientDependency,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editClientDependency(Dependency element) {
- // Start of user code editClientDependency() method body
-
- EObject editedElement = clientDependencyEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- clientDependencyEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- clientDependency.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.clientDependency,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- * @param container
- */
- protected void createElementImportTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.elementImport = new ReferencesTable<ElementImport>(UMLMessages.CollaborationPropertiesEditionPart_ElementImportLabel, new ReferencesTableListener<ElementImport>() {
-
- public void handleAdd() {
- addToElementImport();
- }
-
- public void handleEdit(ElementImport element) {
- editElementImport(element);
- }
-
- public void handleMove(ElementImport element, int oldIndex, int newIndex) {
- moveElementImport(element, oldIndex, newIndex);
- }
-
- public void handleRemove(ElementImport element) {
- removeFromElementImport(element);
- }
-
- public void navigateTo(ElementImport element) {
- }
- });
- this.elementImport.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.elementImport, UMLViewsRepository.FORM_KIND));
- this.elementImport.createControls(parent, widgetFactory);
- GridData elementImportData = new GridData(GridData.FILL_HORIZONTAL);
- elementImportData.horizontalSpan = 3;
- this.elementImport.setLayoutData(elementImportData);
- }
-
- /**
- *
- */
- protected void moveElementImport(ElementImport element, int oldIndex, int newIndex) {
- EObject editedElement = elementImportEditUtil.foundCorrespondingEObject(element);
- elementImportEditUtil.moveElement(element, oldIndex, newIndex);
- elementImport.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.elementImport, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void addToElementImport() {
- // Start of user code addToElementImport() method body
- ElementImport eObject = UMLFactory.eINSTANCE.createElementImport();
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(eObject);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(eObject);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(propertiesEditionComponent,
- eObject, resourceSet));
- if(propertiesEditionObject != null) {
- elementImportEditUtil.addElement(propertiesEditionObject);
- elementImport.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.elementImport,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromElementImport(ElementImport element) {
- // Start of user code for the removeFromElementImport() method body
- EObject editedElement = elementImportEditUtil.foundCorrespondingEObject(element);
- elementImportEditUtil.removeElement(element);
- elementImport.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.elementImport,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editElementImport(ElementImport element) {
- // Start of user code editElementImport() method body
- EObject editedElement = elementImportEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- elementImportEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- elementImport.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.elementImport,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- * @param container
- */
- protected void createPackageImportTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.packageImport = new ReferencesTable<PackageImport>(UMLMessages.CollaborationPropertiesEditionPart_PackageImportLabel, new ReferencesTableListener<PackageImport>() {
-
- public void handleAdd() {
- addToPackageImport();
- }
-
- public void handleEdit(PackageImport element) {
- editPackageImport(element);
- }
-
- public void handleMove(PackageImport element, int oldIndex, int newIndex) {
- movePackageImport(element, oldIndex, newIndex);
- }
-
- public void handleRemove(PackageImport element) {
- removeFromPackageImport(element);
- }
-
- public void navigateTo(PackageImport element) {
- }
- });
- this.packageImport.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.packageImport, UMLViewsRepository.FORM_KIND));
- this.packageImport.createControls(parent, widgetFactory);
- GridData packageImportData = new GridData(GridData.FILL_HORIZONTAL);
- packageImportData.horizontalSpan = 3;
- this.packageImport.setLayoutData(packageImportData);
- }
-
- /**
- *
- */
- protected void movePackageImport(PackageImport element, int oldIndex, int newIndex) {
- EObject editedElement = packageImportEditUtil.foundCorrespondingEObject(element);
- packageImportEditUtil.moveElement(element, oldIndex, newIndex);
- packageImport.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.packageImport, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void addToPackageImport() {
- // Start of user code addToPackageImport() method body
- PackageImport eObject = UMLFactory.eINSTANCE.createPackageImport();
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(eObject);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(eObject);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(propertiesEditionComponent,
- eObject, resourceSet));
- if(propertiesEditionObject != null) {
- packageImportEditUtil.addElement(propertiesEditionObject);
- packageImport.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.packageImport,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromPackageImport(PackageImport element) {
- // Start of user code for the removeFromPackageImport() method body
- EObject editedElement = packageImportEditUtil.foundCorrespondingEObject(element);
- packageImportEditUtil.removeElement(element);
- packageImport.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.packageImport,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editPackageImport(PackageImport element) {
- // Start of user code editPackageImport() method body
- EObject editedElement = packageImportEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- packageImportEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- packageImport.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.packageImport,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- * @param container
- */
- protected void createOwnedRuleTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.ownedRule = new ReferencesTable<Constraint>(UMLMessages.CollaborationPropertiesEditionPart_OwnedRuleLabel, new ReferencesTableListener<Constraint>() {
-
- public void handleAdd() {
- addToOwnedRule();
- }
-
- public void handleEdit(Constraint element) {
- editOwnedRule(element);
- }
-
- public void handleMove(Constraint element, int oldIndex, int newIndex) {
- moveOwnedRule(element, oldIndex, newIndex);
- }
-
- public void handleRemove(Constraint element) {
- removeFromOwnedRule(element);
- }
-
- public void navigateTo(Constraint element) {
- }
- });
- this.ownedRule.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.ownedRule, UMLViewsRepository.FORM_KIND));
- this.ownedRule.createControls(parent, widgetFactory);
- GridData ownedRuleData = new GridData(GridData.FILL_HORIZONTAL);
- ownedRuleData.horizontalSpan = 3;
- this.ownedRule.setLayoutData(ownedRuleData);
- }
-
- /**
- *
- */
- protected void moveOwnedRule(Constraint element, int oldIndex, int newIndex) {
- EObject editedElement = ownedRuleEditUtil.foundCorrespondingEObject(element);
- ownedRuleEditUtil.moveElement(element, oldIndex, newIndex);
- ownedRule.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedRule, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void addToOwnedRule() {
- // Start of user code addToOwnedRule() method body
- Constraint eObject = UMLFactory.eINSTANCE.createConstraint();
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(eObject);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(eObject);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(propertiesEditionComponent,
- eObject, resourceSet));
- if(propertiesEditionObject != null) {
- ownedRuleEditUtil.addElement(propertiesEditionObject);
- ownedRule.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedRule,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromOwnedRule(Constraint element) {
- // Start of user code for the removeFromOwnedRule() method body
- EObject editedElement = ownedRuleEditUtil.foundCorrespondingEObject(element);
- ownedRuleEditUtil.removeElement(element);
- ownedRule.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedRule,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editOwnedRule(Constraint element) {
- // Start of user code editOwnedRule() method body
- EObject editedElement = ownedRuleEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- ownedRuleEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- ownedRule.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedRule,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- protected void createIsLeafCheckbox(FormToolkit widgetFactory, Composite parent) {
- isLeaf = widgetFactory.createButton(parent, UMLMessages.CollaborationPropertiesEditionPart_IsLeafLabel, SWT.CHECK);
- isLeaf.addSelectionListener(new SelectionAdapter() {
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.swt.events.SelectionAdapter#widgetSelected(org.eclipse.swt.events.SelectionEvent)
- */
- public void widgetSelected(SelectionEvent e) {
- if(propertiesEditionComponent != null)
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.isLeaf, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, null, new Boolean(isLeaf.getSelection())));
- }
-
- });
- GridData isLeafData = new GridData(GridData.FILL_HORIZONTAL);
- isLeafData.horizontalSpan = 2;
- isLeaf.setLayoutData(isLeafData);
- FormUtils.createHelpButton(widgetFactory, parent, propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.isLeaf, UMLViewsRepository.FORM_KIND), null); //$NON-NLS-1$
- }
-
- /**
- * @param container
- */
- protected void createTemplateBindingTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.templateBinding = new ReferencesTable<TemplateBinding>(UMLMessages.CollaborationPropertiesEditionPart_TemplateBindingLabel, new ReferencesTableListener<TemplateBinding>() {
-
- public void handleAdd() {
- addToTemplateBinding();
- }
-
- public void handleEdit(TemplateBinding element) {
- editTemplateBinding(element);
- }
-
- public void handleMove(TemplateBinding element, int oldIndex, int newIndex) {
- moveTemplateBinding(element, oldIndex, newIndex);
- }
-
- public void handleRemove(TemplateBinding element) {
- removeFromTemplateBinding(element);
- }
-
- public void navigateTo(TemplateBinding element) {
- }
- });
- this.templateBinding.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.templateBinding, UMLViewsRepository.FORM_KIND));
- this.templateBinding.createControls(parent, widgetFactory);
- GridData templateBindingData = new GridData(GridData.FILL_HORIZONTAL);
- templateBindingData.horizontalSpan = 3;
- this.templateBinding.setLayoutData(templateBindingData);
- }
-
- /**
- *
- */
- protected void moveTemplateBinding(TemplateBinding element, int oldIndex, int newIndex) {
- EObject editedElement = templateBindingEditUtil.foundCorrespondingEObject(element);
- templateBindingEditUtil.moveElement(element, oldIndex, newIndex);
- templateBinding.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.templateBinding, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void addToTemplateBinding() {
- // Start of user code addToTemplateBinding() method body
- TemplateBinding eObject = UMLFactory.eINSTANCE.createTemplateBinding();
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(eObject);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(eObject);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(propertiesEditionComponent,
- eObject, resourceSet));
- if(propertiesEditionObject != null) {
- templateBindingEditUtil.addElement(propertiesEditionObject);
- templateBinding.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.templateBinding,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromTemplateBinding(TemplateBinding element) {
- // Start of user code for the removeFromTemplateBinding() method body
- EObject editedElement = templateBindingEditUtil.foundCorrespondingEObject(element);
- templateBindingEditUtil.removeElement(element);
- templateBinding.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.templateBinding,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editTemplateBinding(TemplateBinding element) {
- // Start of user code editTemplateBinding() method body
- EObject editedElement = templateBindingEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- templateBindingEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- templateBinding.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.templateBinding,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- protected void createIsAbstractCheckbox(FormToolkit widgetFactory, Composite parent) {
- isAbstract = widgetFactory.createButton(parent, UMLMessages.CollaborationPropertiesEditionPart_IsAbstractLabel, SWT.CHECK);
- isAbstract.addSelectionListener(new SelectionAdapter() {
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.swt.events.SelectionAdapter#widgetSelected(org.eclipse.swt.events.SelectionEvent)
- */
- public void widgetSelected(SelectionEvent e) {
- if(propertiesEditionComponent != null)
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.isAbstract, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, null, new Boolean(isAbstract.getSelection())));
- }
-
- });
- GridData isAbstractData = new GridData(GridData.FILL_HORIZONTAL);
- isAbstractData.horizontalSpan = 2;
- isAbstract.setLayoutData(isAbstractData);
- FormUtils.createHelpButton(widgetFactory, parent, propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.isAbstract, UMLViewsRepository.FORM_KIND), null); //$NON-NLS-1$
- }
-
- /**
- * @param container
- */
- protected void createGeneralizationTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.generalization = new ReferencesTable<Generalization>(UMLMessages.CollaborationPropertiesEditionPart_GeneralizationLabel, new ReferencesTableListener<Generalization>() {
-
- public void handleAdd() {
- addToGeneralization();
- }
-
- public void handleEdit(Generalization element) {
- editGeneralization(element);
- }
-
- public void handleMove(Generalization element, int oldIndex, int newIndex) {
- moveGeneralization(element, oldIndex, newIndex);
- }
-
- public void handleRemove(Generalization element) {
- removeFromGeneralization(element);
- }
-
- public void navigateTo(Generalization element) {
- }
- });
- this.generalization.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.generalization, UMLViewsRepository.FORM_KIND));
- this.generalization.createControls(parent, widgetFactory);
- GridData generalizationData = new GridData(GridData.FILL_HORIZONTAL);
- generalizationData.horizontalSpan = 3;
- this.generalization.setLayoutData(generalizationData);
- }
-
- /**
- *
- */
- protected void moveGeneralization(Generalization element, int oldIndex, int newIndex) {
- EObject editedElement = generalizationEditUtil.foundCorrespondingEObject(element);
- generalizationEditUtil.moveElement(element, oldIndex, newIndex);
- generalization.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.generalization, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void addToGeneralization() {
- // Start of user code addToGeneralization() method body
- Generalization eObject = UMLFactory.eINSTANCE.createGeneralization();
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(eObject);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(eObject);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(propertiesEditionComponent,
- eObject, resourceSet));
- if(propertiesEditionObject != null) {
- generalizationEditUtil.addElement(propertiesEditionObject);
- generalization.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.generalization,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromGeneralization(Generalization element) {
- // Start of user code for the removeFromGeneralization() method body
- EObject editedElement = generalizationEditUtil.foundCorrespondingEObject(element);
- generalizationEditUtil.removeElement(element);
- generalization.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.generalization,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editGeneralization(Generalization element) {
- // Start of user code editGeneralization() method body
- EObject editedElement = generalizationEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- generalizationEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- generalization.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.generalization,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- protected void createPowertypeExtentReferencesTable(FormToolkit widgetFactory, Composite parent) {
- this.powertypeExtent = new ReferencesTable<GeneralizationSet>(UMLMessages.CollaborationPropertiesEditionPart_PowertypeExtentLabel, new ReferencesTableListener<GeneralizationSet>() {
-
- public void handleAdd() {
- TabElementTreeSelectionDialog<GeneralizationSet> dialog = new TabElementTreeSelectionDialog<GeneralizationSet>(resourceSet, powertypeExtentFilters, powertypeExtentBusinessFilters,
- "GeneralizationSet", UMLPackage.eINSTANCE.getGeneralizationSet(), current.eResource()) {
-
- @Override
- public void process(IStructuredSelection selection) {
- for(Iterator<?> iter = selection.iterator(); iter.hasNext();) {
- EObject elem = (EObject)iter.next();
- if(!powertypeExtentEditUtil.getVirtualList().contains(elem))
- powertypeExtentEditUtil.addElement(elem);
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.powertypeExtent,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, elem));
- }
- powertypeExtent.refresh();
- }
- };
- dialog.open();
- }
-
- public void handleEdit(GeneralizationSet element) {
- editPowertypeExtent(element);
- }
-
- public void handleMove(GeneralizationSet element, int oldIndex, int newIndex) {
- movePowertypeExtent(element, oldIndex, newIndex);
- }
-
- public void handleRemove(GeneralizationSet element) {
- removeFromPowertypeExtent(element);
- }
-
- public void navigateTo(GeneralizationSet element) {
- }
- });
- this.powertypeExtent.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.powertypeExtent, UMLViewsRepository.FORM_KIND));
- this.powertypeExtent.createControls(parent, widgetFactory);
- GridData powertypeExtentData = new GridData(GridData.FILL_HORIZONTAL);
- powertypeExtentData.horizontalSpan = 3;
- this.powertypeExtent.setLayoutData(powertypeExtentData);
- this.powertypeExtent.disableMove();
- }
-
- /**
- *
- */
- protected void movePowertypeExtent(GeneralizationSet element, int oldIndex, int newIndex) {
- EObject editedElement = powertypeExtentEditUtil.foundCorrespondingEObject(element);
- powertypeExtentEditUtil.moveElement(element, oldIndex, newIndex);
- powertypeExtent.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.powertypeExtent, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void removeFromPowertypeExtent(GeneralizationSet element) {
- // Start of user code for the removeFromPowertypeExtent() method body
- EObject editedElement = powertypeExtentEditUtil.foundCorrespondingEObject(element);
- powertypeExtentEditUtil.removeElement(element);
- powertypeExtent.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.powertypeExtent,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editPowertypeExtent(GeneralizationSet element) {
- // Start of user code editPowertypeExtent() method body
-
- EObject editedElement = powertypeExtentEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- powertypeExtentEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- powertypeExtent.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.powertypeExtent,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- protected void createRedefinedClassifierReferencesTable(FormToolkit widgetFactory, Composite parent) {
- this.redefinedClassifier = new ReferencesTable<Classifier>(UMLMessages.CollaborationPropertiesEditionPart_RedefinedClassifierLabel, new ReferencesTableListener<Classifier>() {
-
- public void handleAdd() {
- TabElementTreeSelectionDialog<Classifier> dialog = new TabElementTreeSelectionDialog<Classifier>(resourceSet, redefinedClassifierFilters, redefinedClassifierBusinessFilters,
- "Classifier", UMLPackage.eINSTANCE.getClassifier(), current.eResource()) {
-
- @Override
- public void process(IStructuredSelection selection) {
- for(Iterator<?> iter = selection.iterator(); iter.hasNext();) {
- EObject elem = (EObject)iter.next();
- if(!redefinedClassifierEditUtil.getVirtualList().contains(elem))
- redefinedClassifierEditUtil.addElement(elem);
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.redefinedClassifier,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, elem));
- }
- redefinedClassifier.refresh();
- }
- };
- dialog.open();
- }
-
- public void handleEdit(Classifier element) {
- editRedefinedClassifier(element);
- }
-
- public void handleMove(Classifier element, int oldIndex, int newIndex) {
- moveRedefinedClassifier(element, oldIndex, newIndex);
- }
-
- public void handleRemove(Classifier element) {
- removeFromRedefinedClassifier(element);
- }
-
- public void navigateTo(Classifier element) {
- }
- });
- this.redefinedClassifier.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.redefinedClassifier, UMLViewsRepository.FORM_KIND));
- this.redefinedClassifier.createControls(parent, widgetFactory);
- GridData redefinedClassifierData = new GridData(GridData.FILL_HORIZONTAL);
- redefinedClassifierData.horizontalSpan = 3;
- this.redefinedClassifier.setLayoutData(redefinedClassifierData);
- this.redefinedClassifier.disableMove();
- }
-
- /**
- *
- */
- protected void moveRedefinedClassifier(Classifier element, int oldIndex, int newIndex) {
- }
-
- /**
- *
- */
- protected void removeFromRedefinedClassifier(Classifier element) {
- // Start of user code for the removeFromRedefinedClassifier() method body
- EObject editedElement = redefinedClassifierEditUtil.foundCorrespondingEObject(element);
- redefinedClassifierEditUtil.removeElement(element);
- redefinedClassifier.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.redefinedClassifier,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editRedefinedClassifier(Classifier element) {
- // Start of user code editRedefinedClassifier() method body
-
- EObject editedElement = redefinedClassifierEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- redefinedClassifierEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- redefinedClassifier.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this,
- UMLViewsRepository.Collaboration.redefinedClassifier, PropertiesEditionEvent.COMMIT,
- PropertiesEditionEvent.SET, editedElement, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- * @param container
- */
- protected void createSubstitutionTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.substitution = new ReferencesTable<Substitution>(UMLMessages.CollaborationPropertiesEditionPart_SubstitutionLabel, new ReferencesTableListener<Substitution>() {
-
- public void handleAdd() {
- addToSubstitution();
- }
-
- public void handleEdit(Substitution element) {
- editSubstitution(element);
- }
-
- public void handleMove(Substitution element, int oldIndex, int newIndex) {
- moveSubstitution(element, oldIndex, newIndex);
- }
-
- public void handleRemove(Substitution element) {
- removeFromSubstitution(element);
- }
-
- public void navigateTo(Substitution element) {
- }
- });
- this.substitution.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.substitution, UMLViewsRepository.FORM_KIND));
- this.substitution.createControls(parent, widgetFactory);
- GridData substitutionData = new GridData(GridData.FILL_HORIZONTAL);
- substitutionData.horizontalSpan = 3;
- this.substitution.setLayoutData(substitutionData);
- }
-
- /**
- *
- */
- protected void moveSubstitution(Substitution element, int oldIndex, int newIndex) {
- EObject editedElement = substitutionEditUtil.foundCorrespondingEObject(element);
- substitutionEditUtil.moveElement(element, oldIndex, newIndex);
- substitution.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.substitution, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void addToSubstitution() {
- // Start of user code addToSubstitution() method body
- Substitution eObject = UMLFactory.eINSTANCE.createSubstitution();
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(eObject);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(eObject);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(propertiesEditionComponent,
- eObject, resourceSet));
- if(propertiesEditionObject != null) {
- substitutionEditUtil.addElement(propertiesEditionObject);
- substitution.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.substitution,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromSubstitution(Substitution element) {
- // Start of user code for the removeFromSubstitution() method body
- EObject editedElement = substitutionEditUtil.foundCorrespondingEObject(element);
- substitutionEditUtil.removeElement(element);
- substitution.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.substitution,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editSubstitution(Substitution element) {
- // Start of user code editSubstitution() method body
- EObject editedElement = substitutionEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- substitutionEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- substitution.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.substitution,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- * @param container
- */
- protected void createCollaborationUseTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.collaborationUse = new ReferencesTable<CollaborationUse>(UMLMessages.CollaborationPropertiesEditionPart_CollaborationUseLabel, new ReferencesTableListener<CollaborationUse>() {
-
- public void handleAdd() {
- addToCollaborationUse();
- }
-
- public void handleEdit(CollaborationUse element) {
- editCollaborationUse(element);
- }
-
- public void handleMove(CollaborationUse element, int oldIndex, int newIndex) {
- moveCollaborationUse(element, oldIndex, newIndex);
- }
-
- public void handleRemove(CollaborationUse element) {
- removeFromCollaborationUse(element);
- }
-
- public void navigateTo(CollaborationUse element) {
- }
- });
- this.collaborationUse.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.collaborationUse, UMLViewsRepository.FORM_KIND));
- this.collaborationUse.createControls(parent, widgetFactory);
- GridData collaborationUseData = new GridData(GridData.FILL_HORIZONTAL);
- collaborationUseData.horizontalSpan = 3;
- this.collaborationUse.setLayoutData(collaborationUseData);
- }
-
- /**
- *
- */
- protected void moveCollaborationUse(CollaborationUse element, int oldIndex, int newIndex) {
- EObject editedElement = collaborationUseEditUtil.foundCorrespondingEObject(element);
- collaborationUseEditUtil.moveElement(element, oldIndex, newIndex);
- collaborationUse.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.collaborationUse, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void addToCollaborationUse() {
- // Start of user code addToCollaborationUse() method body
- CollaborationUse eObject = UMLFactory.eINSTANCE.createCollaborationUse();
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(eObject);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(eObject);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(propertiesEditionComponent,
- eObject, resourceSet));
- if(propertiesEditionObject != null) {
- collaborationUseEditUtil.addElement(propertiesEditionObject);
- collaborationUse.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.collaborationUse,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromCollaborationUse(CollaborationUse element) {
- // Start of user code for the removeFromCollaborationUse() method body
- EObject editedElement = collaborationUseEditUtil.foundCorrespondingEObject(element);
- collaborationUseEditUtil.removeElement(element);
- collaborationUse.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.collaborationUse,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editCollaborationUse(CollaborationUse element) {
- // Start of user code editCollaborationUse() method body
- EObject editedElement = collaborationUseEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- collaborationUseEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- collaborationUse.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.collaborationUse,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- * @param container
- */
- protected void createOwnedUseCaseTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.ownedUseCase = new ReferencesTable<UseCase>(UMLMessages.CollaborationPropertiesEditionPart_OwnedUseCaseLabel, new ReferencesTableListener<UseCase>() {
-
- public void handleAdd() {
- addToOwnedUseCase();
- }
-
- public void handleEdit(UseCase element) {
- editOwnedUseCase(element);
- }
-
- public void handleMove(UseCase element, int oldIndex, int newIndex) {
- moveOwnedUseCase(element, oldIndex, newIndex);
- }
-
- public void handleRemove(UseCase element) {
- removeFromOwnedUseCase(element);
- }
-
- public void navigateTo(UseCase element) {
- }
- });
- this.ownedUseCase.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.ownedUseCase, UMLViewsRepository.FORM_KIND));
- this.ownedUseCase.createControls(parent, widgetFactory);
- GridData ownedUseCaseData = new GridData(GridData.FILL_HORIZONTAL);
- ownedUseCaseData.horizontalSpan = 3;
- this.ownedUseCase.setLayoutData(ownedUseCaseData);
- }
-
- /**
- *
- */
- protected void moveOwnedUseCase(UseCase element, int oldIndex, int newIndex) {
- EObject editedElement = ownedUseCaseEditUtil.foundCorrespondingEObject(element);
- ownedUseCaseEditUtil.moveElement(element, oldIndex, newIndex);
- ownedUseCase.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedUseCase, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void addToOwnedUseCase() {
- // Start of user code addToOwnedUseCase() method body
- UseCase eObject = UMLFactory.eINSTANCE.createUseCase();
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(eObject);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(eObject);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(propertiesEditionComponent,
- eObject, resourceSet));
- if(propertiesEditionObject != null) {
- ownedUseCaseEditUtil.addElement(propertiesEditionObject);
- ownedUseCase.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedUseCase,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromOwnedUseCase(UseCase element) {
- // Start of user code for the removeFromOwnedUseCase() method body
- EObject editedElement = ownedUseCaseEditUtil.foundCorrespondingEObject(element);
- ownedUseCaseEditUtil.removeElement(element);
- ownedUseCase.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedUseCase,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editOwnedUseCase(UseCase element) {
- // Start of user code editOwnedUseCase() method body
- EObject editedElement = ownedUseCaseEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- ownedUseCaseEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- ownedUseCase.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedUseCase,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- protected void createUseCaseReferencesTable(FormToolkit widgetFactory, Composite parent) {
- this.useCase = new ReferencesTable<UseCase>(UMLMessages.CollaborationPropertiesEditionPart_UseCaseLabel, new ReferencesTableListener<UseCase>() {
-
- public void handleAdd() {
- TabElementTreeSelectionDialog<UseCase> dialog = new TabElementTreeSelectionDialog<UseCase>(resourceSet, useCaseFilters, useCaseBusinessFilters,
- "UseCase", UMLPackage.eINSTANCE.getUseCase(), current.eResource()) {
-
- @Override
- public void process(IStructuredSelection selection) {
- for(Iterator<?> iter = selection.iterator(); iter.hasNext();) {
- EObject elem = (EObject)iter.next();
- if(!useCaseEditUtil.getVirtualList().contains(elem))
- useCaseEditUtil.addElement(elem);
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.useCase,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, elem));
- }
- useCase.refresh();
- }
- };
- dialog.open();
- }
-
- public void handleEdit(UseCase element) {
- editUseCase(element);
- }
-
- public void handleMove(UseCase element, int oldIndex, int newIndex) {
- moveUseCase(element, oldIndex, newIndex);
- }
-
- public void handleRemove(UseCase element) {
- removeFromUseCase(element);
- }
-
- public void navigateTo(UseCase element) {
- }
- });
- this.useCase.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.useCase, UMLViewsRepository.FORM_KIND));
- this.useCase.createControls(parent, widgetFactory);
- GridData useCaseData = new GridData(GridData.FILL_HORIZONTAL);
- useCaseData.horizontalSpan = 3;
- this.useCase.setLayoutData(useCaseData);
- this.useCase.disableMove();
- }
-
- /**
- *
- */
- protected void moveUseCase(UseCase element, int oldIndex, int newIndex) {
- EObject editedElement = useCaseEditUtil.foundCorrespondingEObject(element);
- useCaseEditUtil.moveElement(element, oldIndex, newIndex);
- useCase.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.useCase, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void removeFromUseCase(UseCase element) {
- // Start of user code for the removeFromUseCase() method body
- EObject editedElement = useCaseEditUtil.foundCorrespondingEObject(element);
- useCaseEditUtil.removeElement(element);
- useCase.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.useCase,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editUseCase(UseCase element) {
- // Start of user code editUseCase() method body
-
- EObject editedElement = useCaseEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- useCaseEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- useCase.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.useCase,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- * @param container
- */
- protected void createOwnedBehaviorTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.ownedBehavior = new ReferencesTable<Behavior>(UMLMessages.CollaborationPropertiesEditionPart_OwnedBehaviorLabel, new ReferencesTableListener<Behavior>() {
-
- public void handleAdd() {
- addToOwnedBehavior();
- }
-
- public void handleEdit(Behavior element) {
- editOwnedBehavior(element);
- }
-
- public void handleMove(Behavior element, int oldIndex, int newIndex) {
- moveOwnedBehavior(element, oldIndex, newIndex);
- }
-
- public void handleRemove(Behavior element) {
- removeFromOwnedBehavior(element);
- }
-
- public void navigateTo(Behavior element) {
- }
- });
- this.ownedBehavior.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.ownedBehavior, UMLViewsRepository.FORM_KIND));
- this.ownedBehavior.createControls(parent, widgetFactory);
- GridData ownedBehaviorData = new GridData(GridData.FILL_HORIZONTAL);
- ownedBehaviorData.horizontalSpan = 3;
- this.ownedBehavior.setLayoutData(ownedBehaviorData);
- }
-
- /**
- *
- */
- protected void moveOwnedBehavior(Behavior element, int oldIndex, int newIndex) {
- }
-
- /**
- *
- */
- protected void addToOwnedBehavior() {
- // Start of user code addToOwnedBehavior() method body
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromOwnedBehavior(Behavior element) {
- // Start of user code for the removeFromOwnedBehavior() method body
- EObject editedElement = ownedBehaviorEditUtil.foundCorrespondingEObject(element);
- ownedBehaviorEditUtil.removeElement(element);
- ownedBehavior.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedBehavior,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editOwnedBehavior(Behavior element) {
- // Start of user code editOwnedBehavior() method body
- EObject editedElement = ownedBehaviorEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- ownedBehaviorEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- ownedBehavior.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedBehavior,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- * @param container
- */
- protected void createInterfaceRealizationTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.interfaceRealization = new ReferencesTable<InterfaceRealization>(UMLMessages.CollaborationPropertiesEditionPart_InterfaceRealizationLabel, new ReferencesTableListener<InterfaceRealization>() {
-
- public void handleAdd() {
- addToInterfaceRealization();
- }
-
- public void handleEdit(InterfaceRealization element) {
- editInterfaceRealization(element);
- }
-
- public void handleMove(InterfaceRealization element, int oldIndex, int newIndex) {
- moveInterfaceRealization(element, oldIndex, newIndex);
- }
-
- public void handleRemove(InterfaceRealization element) {
- removeFromInterfaceRealization(element);
- }
-
- public void navigateTo(InterfaceRealization element) {
- }
- });
- this.interfaceRealization.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.interfaceRealization, UMLViewsRepository.FORM_KIND));
- this.interfaceRealization.createControls(parent, widgetFactory);
- GridData interfaceRealizationData = new GridData(GridData.FILL_HORIZONTAL);
- interfaceRealizationData.horizontalSpan = 3;
- this.interfaceRealization.setLayoutData(interfaceRealizationData);
- }
-
- /**
- *
- */
- protected void moveInterfaceRealization(InterfaceRealization element, int oldIndex, int newIndex) {
- EObject editedElement = interfaceRealizationEditUtil.foundCorrespondingEObject(element);
- interfaceRealizationEditUtil.moveElement(element, oldIndex, newIndex);
- interfaceRealization.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.interfaceRealization, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void addToInterfaceRealization() {
- // Start of user code addToInterfaceRealization() method body
- InterfaceRealization eObject = UMLFactory.eINSTANCE.createInterfaceRealization();
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(eObject);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(eObject);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(propertiesEditionComponent,
- eObject, resourceSet));
- if(propertiesEditionObject != null) {
- interfaceRealizationEditUtil.addElement(propertiesEditionObject);
- interfaceRealization.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this,
- UMLViewsRepository.Collaboration.interfaceRealization, PropertiesEditionEvent.COMMIT,
- PropertiesEditionEvent.ADD, null, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromInterfaceRealization(InterfaceRealization element) {
- // Start of user code for the removeFromInterfaceRealization() method body
- EObject editedElement = interfaceRealizationEditUtil.foundCorrespondingEObject(element);
- interfaceRealizationEditUtil.removeElement(element);
- interfaceRealization.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.interfaceRealization,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editInterfaceRealization(InterfaceRealization element) {
- // Start of user code editInterfaceRealization() method body
- EObject editedElement = interfaceRealizationEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- interfaceRealizationEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- interfaceRealization.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this,
- UMLViewsRepository.Collaboration.interfaceRealization, PropertiesEditionEvent.COMMIT,
- PropertiesEditionEvent.SET, editedElement, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- * @param container
- */
- protected void createOwnedTriggerTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.ownedTrigger = new ReferencesTable<Trigger>(UMLMessages.CollaborationPropertiesEditionPart_OwnedTriggerLabel, new ReferencesTableListener<Trigger>() {
-
- public void handleAdd() {
- addToOwnedTrigger();
- }
-
- public void handleEdit(Trigger element) {
- editOwnedTrigger(element);
- }
-
- public void handleMove(Trigger element, int oldIndex, int newIndex) {
- moveOwnedTrigger(element, oldIndex, newIndex);
- }
-
- public void handleRemove(Trigger element) {
- removeFromOwnedTrigger(element);
- }
-
- public void navigateTo(Trigger element) {
- }
- });
- this.ownedTrigger.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.ownedTrigger, UMLViewsRepository.FORM_KIND));
- this.ownedTrigger.createControls(parent, widgetFactory);
- GridData ownedTriggerData = new GridData(GridData.FILL_HORIZONTAL);
- ownedTriggerData.horizontalSpan = 3;
- this.ownedTrigger.setLayoutData(ownedTriggerData);
- }
-
- /**
- *
- */
- protected void moveOwnedTrigger(Trigger element, int oldIndex, int newIndex) {
- EObject editedElement = ownedTriggerEditUtil.foundCorrespondingEObject(element);
- ownedTriggerEditUtil.moveElement(element, oldIndex, newIndex);
- ownedTrigger.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedTrigger, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void addToOwnedTrigger() {
- // Start of user code addToOwnedTrigger() method body
- Trigger eObject = UMLFactory.eINSTANCE.createTrigger();
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(eObject);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(eObject);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(propertiesEditionComponent,
- eObject, resourceSet));
- if(propertiesEditionObject != null) {
- ownedTriggerEditUtil.addElement(propertiesEditionObject);
- ownedTrigger.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedTrigger,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromOwnedTrigger(Trigger element) {
- // Start of user code for the removeFromOwnedTrigger() method body
- EObject editedElement = ownedTriggerEditUtil.foundCorrespondingEObject(element);
- ownedTriggerEditUtil.removeElement(element);
- ownedTrigger.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedTrigger,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editOwnedTrigger(Trigger element) {
- // Start of user code editOwnedTrigger() method body
- EObject editedElement = ownedTriggerEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- ownedTriggerEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- ownedTrigger.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedTrigger,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- * @param container
- */
- protected void createOwnedAttributeTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.ownedAttribute = new ReferencesTable<Property>(UMLMessages.CollaborationPropertiesEditionPart_OwnedAttributeLabel, new ReferencesTableListener<Property>() {
-
- public void handleAdd() {
- addToOwnedAttribute();
- }
-
- public void handleEdit(Property element) {
- editOwnedAttribute(element);
- }
-
- public void handleMove(Property element, int oldIndex, int newIndex) {
- moveOwnedAttribute(element, oldIndex, newIndex);
- }
-
- public void handleRemove(Property element) {
- removeFromOwnedAttribute(element);
- }
-
- public void navigateTo(Property element) {
- }
- });
- this.ownedAttribute.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.ownedAttribute, UMLViewsRepository.FORM_KIND));
- this.ownedAttribute.createControls(parent, widgetFactory);
- GridData ownedAttributeData = new GridData(GridData.FILL_HORIZONTAL);
- ownedAttributeData.horizontalSpan = 3;
- this.ownedAttribute.setLayoutData(ownedAttributeData);
- }
-
- /**
- *
- */
- protected void moveOwnedAttribute(Property element, int oldIndex, int newIndex) {
- EObject editedElement = ownedAttributeEditUtil.foundCorrespondingEObject(element);
- ownedAttributeEditUtil.moveElement(element, oldIndex, newIndex);
- ownedAttribute.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedAttribute, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void addToOwnedAttribute() {
- // Start of user code addToOwnedAttribute() method body
- Property eObject = UMLFactory.eINSTANCE.createProperty();
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(eObject);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(eObject);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(propertiesEditionComponent,
- eObject, resourceSet));
- if(propertiesEditionObject != null) {
- ownedAttributeEditUtil.addElement(propertiesEditionObject);
- ownedAttribute.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedAttribute,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromOwnedAttribute(Property element) {
- // Start of user code for the removeFromOwnedAttribute() method body
- EObject editedElement = ownedAttributeEditUtil.foundCorrespondingEObject(element);
- ownedAttributeEditUtil.removeElement(element);
- ownedAttribute.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedAttribute,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editOwnedAttribute(Property element) {
- // Start of user code editOwnedAttribute() method body
- EObject editedElement = ownedAttributeEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- ownedAttributeEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- ownedAttribute.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedAttribute,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- * @param container
- */
- protected void createOwnedConnectorTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.ownedConnector = new ReferencesTable<Connector>(UMLMessages.CollaborationPropertiesEditionPart_OwnedConnectorLabel, new ReferencesTableListener<Connector>() {
-
- public void handleAdd() {
- addToOwnedConnector();
- }
-
- public void handleEdit(Connector element) {
- editOwnedConnector(element);
- }
-
- public void handleMove(Connector element, int oldIndex, int newIndex) {
- moveOwnedConnector(element, oldIndex, newIndex);
- }
-
- public void handleRemove(Connector element) {
- removeFromOwnedConnector(element);
- }
-
- public void navigateTo(Connector element) {
- }
- });
- this.ownedConnector.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.ownedConnector, UMLViewsRepository.FORM_KIND));
- this.ownedConnector.createControls(parent, widgetFactory);
- GridData ownedConnectorData = new GridData(GridData.FILL_HORIZONTAL);
- ownedConnectorData.horizontalSpan = 3;
- this.ownedConnector.setLayoutData(ownedConnectorData);
- }
-
- /**
- *
- */
- protected void moveOwnedConnector(Connector element, int oldIndex, int newIndex) {
- EObject editedElement = ownedConnectorEditUtil.foundCorrespondingEObject(element);
- ownedConnectorEditUtil.moveElement(element, oldIndex, newIndex);
- ownedConnector.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedConnector, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void addToOwnedConnector() {
- // Start of user code addToOwnedConnector() method body
- Connector eObject = UMLFactory.eINSTANCE.createConnector();
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(eObject);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(eObject);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(propertiesEditionComponent,
- eObject, resourceSet));
- if(propertiesEditionObject != null) {
- ownedConnectorEditUtil.addElement(propertiesEditionObject);
- ownedConnector.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedConnector,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromOwnedConnector(Connector element) {
- // Start of user code for the removeFromOwnedConnector() method body
- EObject editedElement = ownedConnectorEditUtil.foundCorrespondingEObject(element);
- ownedConnectorEditUtil.removeElement(element);
- ownedConnector.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedConnector,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editOwnedConnector(Connector element) {
- // Start of user code editOwnedConnector() method body
- EObject editedElement = ownedConnectorEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- ownedConnectorEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- ownedConnector.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.ownedConnector,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- protected void createCollaborationRoleReferencesTable(FormToolkit widgetFactory, Composite parent) {
- this.collaborationRole = new ReferencesTable<ConnectableElement>(UMLMessages.CollaborationPropertiesEditionPart_CollaborationRoleLabel, new ReferencesTableListener<ConnectableElement>() {
-
- public void handleAdd() {
- TabElementTreeSelectionDialog<ConnectableElement> dialog = new TabElementTreeSelectionDialog<ConnectableElement>(resourceSet, collaborationRoleFilters, collaborationRoleBusinessFilters,
- "ConnectableElement", UMLPackage.eINSTANCE.getConnectableElement(), current.eResource()) {
-
- @Override
- public void process(IStructuredSelection selection) {
- for(Iterator<?> iter = selection.iterator(); iter.hasNext();) {
- EObject elem = (EObject)iter.next();
- if(!collaborationRoleEditUtil.getVirtualList().contains(elem))
- collaborationRoleEditUtil.addElement(elem);
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.collaborationRole,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, elem));
- }
- collaborationRole.refresh();
- }
- };
- dialog.open();
- }
-
- public void handleEdit(ConnectableElement element) {
- editCollaborationRole(element);
- }
-
- public void handleMove(ConnectableElement element, int oldIndex, int newIndex) {
- moveCollaborationRole(element, oldIndex, newIndex);
- }
-
- public void handleRemove(ConnectableElement element) {
- removeFromCollaborationRole(element);
- }
-
- public void navigateTo(ConnectableElement element) {
- }
- });
- this.collaborationRole.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Collaboration.collaborationRole, UMLViewsRepository.FORM_KIND));
- this.collaborationRole.createControls(parent, widgetFactory);
- GridData collaborationRoleData = new GridData(GridData.FILL_HORIZONTAL);
- collaborationRoleData.horizontalSpan = 3;
- this.collaborationRole.setLayoutData(collaborationRoleData);
- this.collaborationRole.disableMove();
- }
-
- /**
- *
- */
- protected void moveCollaborationRole(ConnectableElement element, int oldIndex, int newIndex) {
- }
-
- /**
- *
- */
- protected void removeFromCollaborationRole(ConnectableElement element) {
- // Start of user code for the removeFromCollaborationRole() method body
- EObject editedElement = collaborationRoleEditUtil.foundCorrespondingEObject(element);
- collaborationRoleEditUtil.removeElement(element);
- collaborationRole.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this, UMLViewsRepository.Collaboration.collaborationRole,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editCollaborationRole(ConnectableElement element) {
- // Start of user code editCollaborationRole() method body
-
- EObject editedElement = collaborationRoleEditUtil.foundCorrespondingEObject(element);
- IPropertiesEditionPolicyProvider policyProvider = PropertiesEditionPolicyProviderService.getInstance()
- .getProvider(element);
- IPropertiesEditionPolicy editionPolicy = policyProvider.getEditionPolicy(editedElement);
- if(editionPolicy != null) {
- EObject propertiesEditionObject = editionPolicy
- .getPropertiesEditionObject(new EObjectPropertiesEditionContext(null, element, resourceSet));
- if(propertiesEditionObject != null) {
- collaborationRoleEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- collaborationRole.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- CollaborationPropertiesEditionPartForm.this,
- UMLViewsRepository.Collaboration.collaborationRole, PropertiesEditionEvent.COMMIT,
- PropertiesEditionEvent.SET, editedElement, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
-
- public void firePropertiesChanged(PropertiesEditionEvent event) {
- // Start of user code for tab synchronization
-
- // End of user code
-
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedCommentToAdd()
- */
- public List getOwnedCommentToAdd() {
- return ownedCommentEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedCommentToRemove()
- */
- public List getOwnedCommentToRemove() {
- return ownedCommentEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedCommentToEdit()
- */
- public Map getOwnedCommentToEdit() {
- return ownedCommentEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedCommentToMove()
- */
- public List getOwnedCommentToMove() {
- return ownedCommentEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedCommentTable()
- */
- public List getOwnedCommentTable() {
- return ownedCommentEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initOwnedComment(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initOwnedComment(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- ownedCommentEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- ownedCommentEditUtil = new EMFListEditUtil(current, feature);
- this.ownedComment.setInput(ownedCommentEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateOwnedComment(EObject newValue)
- */
- public void updateOwnedComment(EObject newValue) {
- if(ownedCommentEditUtil != null) {
- ownedCommentEditUtil.reinit(newValue);
- ownedComment.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterOwnedComment(ViewerFilter filter)
- */
- public void addFilterToOwnedComment(ViewerFilter filter) {
- ownedCommentFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterOwnedComment(ViewerFilter filter)
- */
- public void addBusinessFilterToOwnedComment(ViewerFilter filter) {
- ownedCommentBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInOwnedCommentTable(EObject element)
- */
- public boolean isContainedInOwnedCommentTable(EObject element) {
- return ownedCommentEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getName()
- */
- public String getName() {
- return name.getText();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#setName(String newValue)
- */
- public void setName(String newValue) {
- if(newValue != null) {
- name.setText(newValue);
- } else {
- name.setText(""); //$NON-NLS-1$
- }
- }
-
- public void setMessageForName(String msg, int msgLevel) {
- messageManager.addMessage("Name_key", msg, null, msgLevel, name);
- }
-
- public void unsetMessageForName() {
- messageManager.removeMessage("Name_key", name);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getVisibility()
- */
- public Enumerator getVisibility() {
- EEnumLiteral selection = (EEnumLiteral)((StructuredSelection)visibility.getSelection()).getFirstElement();
- return selection.getInstance();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initVisibility(EEnum eenum, Enumerator current)
- */
- public void initVisibility(EEnum eenum, Enumerator current) {
- visibility.setInput(eenum.getELiterals());
- visibility.modelUpdating(new StructuredSelection(current));
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#setVisibility(Enumerator newValue)
- */
- public void setVisibility(Enumerator newValue) {
- visibility.modelUpdating(new StructuredSelection(newValue));
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getClientDependencyToAdd()
- */
- public List getClientDependencyToAdd() {
- return clientDependencyEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getClientDependencyToRemove()
- */
- public List getClientDependencyToRemove() {
- return clientDependencyEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getClientDependencyTable()
- */
- public List getClientDependencyTable() {
- return clientDependencyEditUtil.getVirtualList();
- }
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initClientDependency(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initClientDependency(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- clientDependencyEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- clientDependencyEditUtil = new EMFListEditUtil(current, feature);
- this.clientDependency.setInput(clientDependencyEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateClientDependency(EObject newValue)
- */
- public void updateClientDependency(EObject newValue) {
- if(clientDependencyEditUtil != null) {
- clientDependencyEditUtil.reinit(newValue);
- clientDependency.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterClientDependency(ViewerFilter filter)
- */
- public void addFilterToClientDependency(ViewerFilter filter) {
- clientDependencyFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterClientDependency(ViewerFilter filter)
- */
- public void addBusinessFilterToClientDependency(ViewerFilter filter) {
- clientDependencyBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInClientDependencyTable(EObject element)
- */
- public boolean isContainedInClientDependencyTable(EObject element) {
- return clientDependencyEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getElementImportToAdd()
- */
- public List getElementImportToAdd() {
- return elementImportEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getElementImportToRemove()
- */
- public List getElementImportToRemove() {
- return elementImportEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getElementImportToEdit()
- */
- public Map getElementImportToEdit() {
- return elementImportEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getElementImportToMove()
- */
- public List getElementImportToMove() {
- return elementImportEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getElementImportTable()
- */
- public List getElementImportTable() {
- return elementImportEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initElementImport(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initElementImport(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- elementImportEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- elementImportEditUtil = new EMFListEditUtil(current, feature);
- this.elementImport.setInput(elementImportEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateElementImport(EObject newValue)
- */
- public void updateElementImport(EObject newValue) {
- if(elementImportEditUtil != null) {
- elementImportEditUtil.reinit(newValue);
- elementImport.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterElementImport(ViewerFilter filter)
- */
- public void addFilterToElementImport(ViewerFilter filter) {
- elementImportFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterElementImport(ViewerFilter filter)
- */
- public void addBusinessFilterToElementImport(ViewerFilter filter) {
- elementImportBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInElementImportTable(EObject element)
- */
- public boolean isContainedInElementImportTable(EObject element) {
- return elementImportEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getPackageImportToAdd()
- */
- public List getPackageImportToAdd() {
- return packageImportEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getPackageImportToRemove()
- */
- public List getPackageImportToRemove() {
- return packageImportEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getPackageImportToEdit()
- */
- public Map getPackageImportToEdit() {
- return packageImportEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getPackageImportToMove()
- */
- public List getPackageImportToMove() {
- return packageImportEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getPackageImportTable()
- */
- public List getPackageImportTable() {
- return packageImportEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initPackageImport(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initPackageImport(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- packageImportEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- packageImportEditUtil = new EMFListEditUtil(current, feature);
- this.packageImport.setInput(packageImportEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updatePackageImport(EObject newValue)
- */
- public void updatePackageImport(EObject newValue) {
- if(packageImportEditUtil != null) {
- packageImportEditUtil.reinit(newValue);
- packageImport.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterPackageImport(ViewerFilter filter)
- */
- public void addFilterToPackageImport(ViewerFilter filter) {
- packageImportFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterPackageImport(ViewerFilter filter)
- */
- public void addBusinessFilterToPackageImport(ViewerFilter filter) {
- packageImportBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInPackageImportTable(EObject element)
- */
- public boolean isContainedInPackageImportTable(EObject element) {
- return packageImportEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedRuleToAdd()
- */
- public List getOwnedRuleToAdd() {
- return ownedRuleEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedRuleToRemove()
- */
- public List getOwnedRuleToRemove() {
- return ownedRuleEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedRuleToEdit()
- */
- public Map getOwnedRuleToEdit() {
- return ownedRuleEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedRuleToMove()
- */
- public List getOwnedRuleToMove() {
- return ownedRuleEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedRuleTable()
- */
- public List getOwnedRuleTable() {
- return ownedRuleEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initOwnedRule(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initOwnedRule(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- ownedRuleEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- ownedRuleEditUtil = new EMFListEditUtil(current, feature);
- this.ownedRule.setInput(ownedRuleEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateOwnedRule(EObject newValue)
- */
- public void updateOwnedRule(EObject newValue) {
- if(ownedRuleEditUtil != null) {
- ownedRuleEditUtil.reinit(newValue);
- ownedRule.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterOwnedRule(ViewerFilter filter)
- */
- public void addFilterToOwnedRule(ViewerFilter filter) {
- ownedRuleFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterOwnedRule(ViewerFilter filter)
- */
- public void addBusinessFilterToOwnedRule(ViewerFilter filter) {
- ownedRuleBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInOwnedRuleTable(EObject element)
- */
- public boolean isContainedInOwnedRuleTable(EObject element) {
- return ownedRuleEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getIsLeaf()
- */
- public Boolean getIsLeaf() {
- return Boolean.valueOf(isLeaf.getSelection());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#setIsLeaf(Boolean newValue)
- */
- public void setIsLeaf(Boolean newValue) {
- if(newValue != null) {
- isLeaf.setSelection(newValue.booleanValue());
- } else {
- isLeaf.setSelection(false);
- }
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getTemplateBindingToAdd()
- */
- public List getTemplateBindingToAdd() {
- return templateBindingEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getTemplateBindingToRemove()
- */
- public List getTemplateBindingToRemove() {
- return templateBindingEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getTemplateBindingToEdit()
- */
- public Map getTemplateBindingToEdit() {
- return templateBindingEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getTemplateBindingToMove()
- */
- public List getTemplateBindingToMove() {
- return templateBindingEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getTemplateBindingTable()
- */
- public List getTemplateBindingTable() {
- return templateBindingEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initTemplateBinding(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initTemplateBinding(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- templateBindingEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- templateBindingEditUtil = new EMFListEditUtil(current, feature);
- this.templateBinding.setInput(templateBindingEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateTemplateBinding(EObject newValue)
- */
- public void updateTemplateBinding(EObject newValue) {
- if(templateBindingEditUtil != null) {
- templateBindingEditUtil.reinit(newValue);
- templateBinding.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterTemplateBinding(ViewerFilter filter)
- */
- public void addFilterToTemplateBinding(ViewerFilter filter) {
- templateBindingFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterTemplateBinding(ViewerFilter filter)
- */
- public void addBusinessFilterToTemplateBinding(ViewerFilter filter) {
- templateBindingBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInTemplateBindingTable(EObject element)
- */
- public boolean isContainedInTemplateBindingTable(EObject element) {
- return templateBindingEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getIsAbstract()
- */
- public Boolean getIsAbstract() {
- return Boolean.valueOf(isAbstract.getSelection());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#setIsAbstract(Boolean newValue)
- */
- public void setIsAbstract(Boolean newValue) {
- if(newValue != null) {
- isAbstract.setSelection(newValue.booleanValue());
- } else {
- isAbstract.setSelection(false);
- }
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getGeneralizationToAdd()
- */
- public List getGeneralizationToAdd() {
- return generalizationEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getGeneralizationToRemove()
- */
- public List getGeneralizationToRemove() {
- return generalizationEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getGeneralizationToEdit()
- */
- public Map getGeneralizationToEdit() {
- return generalizationEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getGeneralizationToMove()
- */
- public List getGeneralizationToMove() {
- return generalizationEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getGeneralizationTable()
- */
- public List getGeneralizationTable() {
- return generalizationEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initGeneralization(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initGeneralization(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- generalizationEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- generalizationEditUtil = new EMFListEditUtil(current, feature);
- this.generalization.setInput(generalizationEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateGeneralization(EObject newValue)
- */
- public void updateGeneralization(EObject newValue) {
- if(generalizationEditUtil != null) {
- generalizationEditUtil.reinit(newValue);
- generalization.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterGeneralization(ViewerFilter filter)
- */
- public void addFilterToGeneralization(ViewerFilter filter) {
- generalizationFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterGeneralization(ViewerFilter filter)
- */
- public void addBusinessFilterToGeneralization(ViewerFilter filter) {
- generalizationBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInGeneralizationTable(EObject element)
- */
- public boolean isContainedInGeneralizationTable(EObject element) {
- return generalizationEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getPowertypeExtentToAdd()
- */
- public List getPowertypeExtentToAdd() {
- return powertypeExtentEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getPowertypeExtentToRemove()
- */
- public List getPowertypeExtentToRemove() {
- return powertypeExtentEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getPowertypeExtentTable()
- */
- public List getPowertypeExtentTable() {
- return powertypeExtentEditUtil.getVirtualList();
- }
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initPowertypeExtent(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initPowertypeExtent(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- powertypeExtentEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- powertypeExtentEditUtil = new EMFListEditUtil(current, feature);
- this.powertypeExtent.setInput(powertypeExtentEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updatePowertypeExtent(EObject newValue)
- */
- public void updatePowertypeExtent(EObject newValue) {
- if(powertypeExtentEditUtil != null) {
- powertypeExtentEditUtil.reinit(newValue);
- powertypeExtent.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterPowertypeExtent(ViewerFilter filter)
- */
- public void addFilterToPowertypeExtent(ViewerFilter filter) {
- powertypeExtentFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterPowertypeExtent(ViewerFilter filter)
- */
- public void addBusinessFilterToPowertypeExtent(ViewerFilter filter) {
- powertypeExtentBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInPowertypeExtentTable(EObject element)
- */
- public boolean isContainedInPowertypeExtentTable(EObject element) {
- return powertypeExtentEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getRedefinedClassifierToAdd()
- */
- public List getRedefinedClassifierToAdd() {
- return redefinedClassifierEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getRedefinedClassifierToRemove()
- */
- public List getRedefinedClassifierToRemove() {
- return redefinedClassifierEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getRedefinedClassifierTable()
- */
- public List getRedefinedClassifierTable() {
- return redefinedClassifierEditUtil.getVirtualList();
- }
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initRedefinedClassifier(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initRedefinedClassifier(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- redefinedClassifierEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- redefinedClassifierEditUtil = new EMFListEditUtil(current, feature);
- this.redefinedClassifier.setInput(redefinedClassifierEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateRedefinedClassifier(EObject newValue)
- */
- public void updateRedefinedClassifier(EObject newValue) {
- if(redefinedClassifierEditUtil != null) {
- redefinedClassifierEditUtil.reinit(newValue);
- redefinedClassifier.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterRedefinedClassifier(ViewerFilter filter)
- */
- public void addFilterToRedefinedClassifier(ViewerFilter filter) {
- redefinedClassifierFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterRedefinedClassifier(ViewerFilter
- * filter)
- */
- public void addBusinessFilterToRedefinedClassifier(ViewerFilter filter) {
- redefinedClassifierBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInRedefinedClassifierTable(EObject element)
- */
- public boolean isContainedInRedefinedClassifierTable(EObject element) {
- return redefinedClassifierEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getSubstitutionToAdd()
- */
- public List getSubstitutionToAdd() {
- return substitutionEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getSubstitutionToRemove()
- */
- public List getSubstitutionToRemove() {
- return substitutionEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getSubstitutionToEdit()
- */
- public Map getSubstitutionToEdit() {
- return substitutionEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getSubstitutionToMove()
- */
- public List getSubstitutionToMove() {
- return substitutionEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getSubstitutionTable()
- */
- public List getSubstitutionTable() {
- return substitutionEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initSubstitution(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initSubstitution(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- substitutionEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- substitutionEditUtil = new EMFListEditUtil(current, feature);
- this.substitution.setInput(substitutionEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateSubstitution(EObject newValue)
- */
- public void updateSubstitution(EObject newValue) {
- if(substitutionEditUtil != null) {
- substitutionEditUtil.reinit(newValue);
- substitution.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterSubstitution(ViewerFilter filter)
- */
- public void addFilterToSubstitution(ViewerFilter filter) {
- substitutionFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterSubstitution(ViewerFilter filter)
- */
- public void addBusinessFilterToSubstitution(ViewerFilter filter) {
- substitutionBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInSubstitutionTable(EObject element)
- */
- public boolean isContainedInSubstitutionTable(EObject element) {
- return substitutionEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getCollaborationUseToAdd()
- */
- public List getCollaborationUseToAdd() {
- return collaborationUseEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getCollaborationUseToRemove()
- */
- public List getCollaborationUseToRemove() {
- return collaborationUseEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getCollaborationUseToEdit()
- */
- public Map getCollaborationUseToEdit() {
- return collaborationUseEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getCollaborationUseToMove()
- */
- public List getCollaborationUseToMove() {
- return collaborationUseEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getCollaborationUseTable()
- */
- public List getCollaborationUseTable() {
- return collaborationUseEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initCollaborationUse(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initCollaborationUse(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- collaborationUseEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- collaborationUseEditUtil = new EMFListEditUtil(current, feature);
- this.collaborationUse.setInput(collaborationUseEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateCollaborationUse(EObject newValue)
- */
- public void updateCollaborationUse(EObject newValue) {
- if(collaborationUseEditUtil != null) {
- collaborationUseEditUtil.reinit(newValue);
- collaborationUse.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterCollaborationUse(ViewerFilter filter)
- */
- public void addFilterToCollaborationUse(ViewerFilter filter) {
- collaborationUseFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterCollaborationUse(ViewerFilter filter)
- */
- public void addBusinessFilterToCollaborationUse(ViewerFilter filter) {
- collaborationUseBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInCollaborationUseTable(EObject element)
- */
- public boolean isContainedInCollaborationUseTable(EObject element) {
- return collaborationUseEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedUseCaseToAdd()
- */
- public List getOwnedUseCaseToAdd() {
- return ownedUseCaseEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedUseCaseToRemove()
- */
- public List getOwnedUseCaseToRemove() {
- return ownedUseCaseEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedUseCaseToEdit()
- */
- public Map getOwnedUseCaseToEdit() {
- return ownedUseCaseEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedUseCaseToMove()
- */
- public List getOwnedUseCaseToMove() {
- return ownedUseCaseEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedUseCaseTable()
- */
- public List getOwnedUseCaseTable() {
- return ownedUseCaseEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initOwnedUseCase(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initOwnedUseCase(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- ownedUseCaseEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- ownedUseCaseEditUtil = new EMFListEditUtil(current, feature);
- this.ownedUseCase.setInput(ownedUseCaseEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateOwnedUseCase(EObject newValue)
- */
- public void updateOwnedUseCase(EObject newValue) {
- if(ownedUseCaseEditUtil != null) {
- ownedUseCaseEditUtil.reinit(newValue);
- ownedUseCase.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterOwnedUseCase(ViewerFilter filter)
- */
- public void addFilterToOwnedUseCase(ViewerFilter filter) {
- ownedUseCaseFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterOwnedUseCase(ViewerFilter filter)
- */
- public void addBusinessFilterToOwnedUseCase(ViewerFilter filter) {
- ownedUseCaseBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInOwnedUseCaseTable(EObject element)
- */
- public boolean isContainedInOwnedUseCaseTable(EObject element) {
- return ownedUseCaseEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getUseCaseToAdd()
- */
- public List getUseCaseToAdd() {
- return useCaseEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getUseCaseToRemove()
- */
- public List getUseCaseToRemove() {
- return useCaseEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getUseCaseTable()
- */
- public List getUseCaseTable() {
- return useCaseEditUtil.getVirtualList();
- }
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initUseCase(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initUseCase(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- useCaseEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- useCaseEditUtil = new EMFListEditUtil(current, feature);
- this.useCase.setInput(useCaseEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateUseCase(EObject newValue)
- */
- public void updateUseCase(EObject newValue) {
- if(useCaseEditUtil != null) {
- useCaseEditUtil.reinit(newValue);
- useCase.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterUseCase(ViewerFilter filter)
- */
- public void addFilterToUseCase(ViewerFilter filter) {
- useCaseFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterUseCase(ViewerFilter filter)
- */
- public void addBusinessFilterToUseCase(ViewerFilter filter) {
- useCaseBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInUseCaseTable(EObject element)
- */
- public boolean isContainedInUseCaseTable(EObject element) {
- return useCaseEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedBehaviorToAdd()
- */
- public List getOwnedBehaviorToAdd() {
- return ownedBehaviorEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedBehaviorToRemove()
- */
- public List getOwnedBehaviorToRemove() {
- return ownedBehaviorEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedBehaviorToEdit()
- */
- public Map getOwnedBehaviorToEdit() {
- return ownedBehaviorEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedBehaviorToMove()
- */
- public List getOwnedBehaviorToMove() {
- return ownedBehaviorEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedBehaviorTable()
- */
- public List getOwnedBehaviorTable() {
- return ownedBehaviorEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initOwnedBehavior(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initOwnedBehavior(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- ownedBehaviorEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- ownedBehaviorEditUtil = new EMFListEditUtil(current, feature);
- this.ownedBehavior.setInput(ownedBehaviorEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateOwnedBehavior(EObject newValue)
- */
- public void updateOwnedBehavior(EObject newValue) {
- if(ownedBehaviorEditUtil != null) {
- ownedBehaviorEditUtil.reinit(newValue);
- ownedBehavior.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterOwnedBehavior(ViewerFilter filter)
- */
- public void addFilterToOwnedBehavior(ViewerFilter filter) {
- ownedBehaviorFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterOwnedBehavior(ViewerFilter filter)
- */
- public void addBusinessFilterToOwnedBehavior(ViewerFilter filter) {
- ownedBehaviorBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInOwnedBehaviorTable(EObject element)
- */
- public boolean isContainedInOwnedBehaviorTable(EObject element) {
- return ownedBehaviorEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getInterfaceRealizationToAdd()
- */
- public List getInterfaceRealizationToAdd() {
- return interfaceRealizationEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getInterfaceRealizationToRemove()
- */
- public List getInterfaceRealizationToRemove() {
- return interfaceRealizationEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getInterfaceRealizationToEdit()
- */
- public Map getInterfaceRealizationToEdit() {
- return interfaceRealizationEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getInterfaceRealizationToMove()
- */
- public List getInterfaceRealizationToMove() {
- return interfaceRealizationEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getInterfaceRealizationTable()
- */
- public List getInterfaceRealizationTable() {
- return interfaceRealizationEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initInterfaceRealization(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initInterfaceRealization(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- interfaceRealizationEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- interfaceRealizationEditUtil = new EMFListEditUtil(current, feature);
- this.interfaceRealization.setInput(interfaceRealizationEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateInterfaceRealization(EObject newValue)
- */
- public void updateInterfaceRealization(EObject newValue) {
- if(interfaceRealizationEditUtil != null) {
- interfaceRealizationEditUtil.reinit(newValue);
- interfaceRealization.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterInterfaceRealization(ViewerFilter filter)
- */
- public void addFilterToInterfaceRealization(ViewerFilter filter) {
- interfaceRealizationFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterInterfaceRealization(ViewerFilter
- * filter)
- */
- public void addBusinessFilterToInterfaceRealization(ViewerFilter filter) {
- interfaceRealizationBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInInterfaceRealizationTable(EObject element)
- */
- public boolean isContainedInInterfaceRealizationTable(EObject element) {
- return interfaceRealizationEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedTriggerToAdd()
- */
- public List getOwnedTriggerToAdd() {
- return ownedTriggerEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedTriggerToRemove()
- */
- public List getOwnedTriggerToRemove() {
- return ownedTriggerEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedTriggerToEdit()
- */
- public Map getOwnedTriggerToEdit() {
- return ownedTriggerEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedTriggerToMove()
- */
- public List getOwnedTriggerToMove() {
- return ownedTriggerEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedTriggerTable()
- */
- public List getOwnedTriggerTable() {
- return ownedTriggerEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initOwnedTrigger(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initOwnedTrigger(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- ownedTriggerEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- ownedTriggerEditUtil = new EMFListEditUtil(current, feature);
- this.ownedTrigger.setInput(ownedTriggerEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateOwnedTrigger(EObject newValue)
- */
- public void updateOwnedTrigger(EObject newValue) {
- if(ownedTriggerEditUtil != null) {
- ownedTriggerEditUtil.reinit(newValue);
- ownedTrigger.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterOwnedTrigger(ViewerFilter filter)
- */
- public void addFilterToOwnedTrigger(ViewerFilter filter) {
- ownedTriggerFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterOwnedTrigger(ViewerFilter filter)
- */
- public void addBusinessFilterToOwnedTrigger(ViewerFilter filter) {
- ownedTriggerBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInOwnedTriggerTable(EObject element)
- */
- public boolean isContainedInOwnedTriggerTable(EObject element) {
- return ownedTriggerEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedAttributeToAdd()
- */
- public List getOwnedAttributeToAdd() {
- return ownedAttributeEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedAttributeToRemove()
- */
- public List getOwnedAttributeToRemove() {
- return ownedAttributeEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedAttributeToEdit()
- */
- public Map getOwnedAttributeToEdit() {
- return ownedAttributeEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedAttributeToMove()
- */
- public List getOwnedAttributeToMove() {
- return ownedAttributeEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedAttributeTable()
- */
- public List getOwnedAttributeTable() {
- return ownedAttributeEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initOwnedAttribute(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initOwnedAttribute(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- ownedAttributeEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- ownedAttributeEditUtil = new EMFListEditUtil(current, feature);
- this.ownedAttribute.setInput(ownedAttributeEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateOwnedAttribute(EObject newValue)
- */
- public void updateOwnedAttribute(EObject newValue) {
- if(ownedAttributeEditUtil != null) {
- ownedAttributeEditUtil.reinit(newValue);
- ownedAttribute.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterOwnedAttribute(ViewerFilter filter)
- */
- public void addFilterToOwnedAttribute(ViewerFilter filter) {
- ownedAttributeFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterOwnedAttribute(ViewerFilter filter)
- */
- public void addBusinessFilterToOwnedAttribute(ViewerFilter filter) {
- ownedAttributeBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInOwnedAttributeTable(EObject element)
- */
- public boolean isContainedInOwnedAttributeTable(EObject element) {
- return ownedAttributeEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedConnectorToAdd()
- */
- public List getOwnedConnectorToAdd() {
- return ownedConnectorEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedConnectorToRemove()
- */
- public List getOwnedConnectorToRemove() {
- return ownedConnectorEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedConnectorToEdit()
- */
- public Map getOwnedConnectorToEdit() {
- return ownedConnectorEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedConnectorToMove()
- */
- public List getOwnedConnectorToMove() {
- return ownedConnectorEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getOwnedConnectorTable()
- */
- public List getOwnedConnectorTable() {
- return ownedConnectorEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initOwnedConnector(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initOwnedConnector(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- ownedConnectorEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- ownedConnectorEditUtil = new EMFListEditUtil(current, feature);
- this.ownedConnector.setInput(ownedConnectorEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateOwnedConnector(EObject newValue)
- */
- public void updateOwnedConnector(EObject newValue) {
- if(ownedConnectorEditUtil != null) {
- ownedConnectorEditUtil.reinit(newValue);
- ownedConnector.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterOwnedConnector(ViewerFilter filter)
- */
- public void addFilterToOwnedConnector(ViewerFilter filter) {
- ownedConnectorFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterOwnedConnector(ViewerFilter filter)
- */
- public void addBusinessFilterToOwnedConnector(ViewerFilter filter) {
- ownedConnectorBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInOwnedConnectorTable(EObject element)
- */
- public boolean isContainedInOwnedConnectorTable(EObject element) {
- return ownedConnectorEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getCollaborationRoleToAdd()
- */
- public List getCollaborationRoleToAdd() {
- return collaborationRoleEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getCollaborationRoleToRemove()
- */
- public List getCollaborationRoleToRemove() {
- return collaborationRoleEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#getCollaborationRoleTable()
- */
- public List getCollaborationRoleTable() {
- return collaborationRoleEditUtil.getVirtualList();
- }
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#initCollaborationRole(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initCollaborationRole(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- collaborationRoleEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- collaborationRoleEditUtil = new EMFListEditUtil(current, feature);
- this.collaborationRole.setInput(collaborationRoleEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#updateCollaborationRole(EObject newValue)
- */
- public void updateCollaborationRole(EObject newValue) {
- if(collaborationRoleEditUtil != null) {
- collaborationRoleEditUtil.reinit(newValue);
- collaborationRole.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addFilterCollaborationRole(ViewerFilter filter)
- */
- public void addFilterToCollaborationRole(ViewerFilter filter) {
- collaborationRoleFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#addBusinessFilterCollaborationRole(ViewerFilter filter)
- */
- public void addBusinessFilterToCollaborationRole(ViewerFilter filter) {
- collaborationRoleBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.CollaborationPropertiesEditionPart#isContainedInCollaborationRoleTable(EObject element)
- */
- public boolean isContainedInCollaborationRoleTable(EObject element) {
- return collaborationRoleEditUtil.contains(element);
- }
-
-
-
-
-
- // Start of user code additional methods
-
- // End of user code
-
-}

Back to the top