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/Class_PropertiesEditionPartForm.java')
-rw-r--r--deprecated/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/forms/Class_PropertiesEditionPartForm.java4612
1 files changed, 0 insertions, 4612 deletions
diff --git a/deprecated/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/forms/Class_PropertiesEditionPartForm.java b/deprecated/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/forms/Class_PropertiesEditionPartForm.java
deleted file mode 100644
index 212df1de44f..00000000000
--- a/deprecated/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.tabbedproperties.uml/generated/org/eclipse/papyrus/tabbedproperties/uml/parts/forms/Class_PropertiesEditionPartForm.java
+++ /dev/null
@@ -1,4612 +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.HorizontalBox;
-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.Class_PropertiesEditionPart;
-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.Connector;
-import org.eclipse.uml2.uml.Constraint;
-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.Operation;
-import org.eclipse.uml2.uml.PackageImport;
-import org.eclipse.uml2.uml.Property;
-import org.eclipse.uml2.uml.Reception;
-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 Class_PropertiesEditionPartForm extends CompositePropertiesEditionPart implements IFormPropertiesEditionPart, Class_PropertiesEditionPart {
-
- protected Text name;
-
- protected EMFComboViewer visibility;
-
- protected Button isAbstract;
-
- protected Button isLeaf;
-
- protected Button isActive;
-
- protected EMFListEditUtil ownedAttributeEditUtil;
-
- protected ReferencesTable<? extends EObject> ownedAttribute;
-
- protected List<ViewerFilter> ownedAttributeBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> ownedAttributeFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil ownedOperationEditUtil;
-
- protected ReferencesTable<? extends EObject> ownedOperation;
-
- protected List<ViewerFilter> ownedOperationBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> ownedOperationFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil nestedClassifierEditUtil;
-
- protected ReferencesTable<? extends EObject> nestedClassifier;
-
- protected List<ViewerFilter> nestedClassifierBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> nestedClassifierFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil generalizationEditUtil;
-
- protected ReferencesTable<? extends EObject> generalization;
-
- protected List<ViewerFilter> generalizationBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> generalizationFilters = 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>();
-
- private EMFListEditUtil redefinedClassifierEditUtil;
-
- protected ReferencesTable<? extends EObject> redefinedClassifier;
-
- protected List<ViewerFilter> redefinedClassifierBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> redefinedClassifierFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil templateBindingEditUtil;
-
- protected ReferencesTable<? extends EObject> templateBinding;
-
- protected List<ViewerFilter> templateBindingBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> templateBindingFilters = 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>();
-
- private EMFListEditUtil useCaseEditUtil;
-
- protected ReferencesTable<? extends EObject> useCase;
-
- protected List<ViewerFilter> useCaseBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> useCaseFilters = 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>();
-
- protected EMFListEditUtil collaborationUseEditUtil;
-
- protected ReferencesTable<? extends EObject> collaborationUse;
-
- protected List<ViewerFilter> collaborationUseBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> collaborationUseFilters = new ArrayList<ViewerFilter>();
-
- protected EMFListEditUtil ownedReceptionEditUtil;
-
- protected ReferencesTable<? extends EObject> ownedReception;
-
- protected List<ViewerFilter> ownedReceptionBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> ownedReceptionFilters = 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 ownedConnectorEditUtil;
-
- protected ReferencesTable<? extends EObject> ownedConnector;
-
- protected List<ViewerFilter> ownedConnectorBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> ownedConnectorFilters = 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 substitutionEditUtil;
-
- protected ReferencesTable<? extends EObject> substitution;
-
- protected List<ViewerFilter> substitutionBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> substitutionFilters = 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>();
-
- private EMFListEditUtil powertypeExtentEditUtil;
-
- protected ReferencesTable<? extends EObject> powertypeExtent;
-
- protected List<ViewerFilter> powertypeExtentBusinessFilters = new ArrayList<ViewerFilter>();
-
- protected List<ViewerFilter> powertypeExtentFilters = new ArrayList<ViewerFilter>();
-
-
-
-
-
- /**
- * Default constructor
- *
- * @param editionComponent
- * the {@link IPropertiesEditionComponent} that manage this part
- */
- public Class_PropertiesEditionPartForm(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;
- createGeneralGroup(widgetFactory, view);
- createClassSpecificationsGroup(widgetFactory, view);
- createClassifierSpecificationsGroup(widgetFactory, view);
- createOthersGroup(widgetFactory, view);
- // Start of user code for additional ui definition
-
- // End of user code
-
- }
-
- protected void createGeneralGroup(FormToolkit widgetFactory, final Composite view) {
- Section generalSection = widgetFactory.createSection(view, Section.TITLE_BAR | Section.TWISTIE | Section.EXPANDED);
- generalSection.setText(UMLMessages.Class_PropertiesEditionPart_GeneralGroupLabel);
- GridData generalSectionData = new GridData(GridData.FILL_HORIZONTAL);
- generalSectionData.horizontalSpan = 3;
- generalSection.setLayoutData(generalSectionData);
- Composite generalGroup = widgetFactory.createComposite(generalSection);
- GridLayout generalGroupLayout = new GridLayout();
- generalGroupLayout.numColumns = 3;
- generalGroup.setLayout(generalGroupLayout);
- createNameText(widgetFactory, generalGroup);
- createVisibilityEMFComboViewer(widgetFactory, generalGroup);
- createGeneralHbox1HBox(widgetFactory, generalGroup);
- generalSection.setClient(generalGroup);
- }
-
- protected void createNameText(FormToolkit widgetFactory, Composite parent) {
- FormUtils.createPartLabel(widgetFactory, parent, UMLMessages.Class_PropertiesEditionPart_NameLabel, propertiesEditionComponent.isRequired(UMLViewsRepository.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.name, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, null, name.getText()));
- }
- }
-
- });
- FormUtils.createHelpButton(widgetFactory, parent, propertiesEditionComponent.getHelpContent(UMLViewsRepository.Class_.name, UMLViewsRepository.FORM_KIND), null); //$NON-NLS-1$
- }
-
- protected void createVisibilityEMFComboViewer(FormToolkit widgetFactory, Composite parent) {
- FormUtils.createPartLabel(widgetFactory, parent, UMLMessages.Class_PropertiesEditionPart_VisibilityLabel, propertiesEditionComponent.isRequired(UMLViewsRepository.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.visibility, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, null, getVisibility()));
- }
-
- });
- FormUtils.createHelpButton(widgetFactory, parent, propertiesEditionComponent.getHelpContent(UMLViewsRepository.Class_.visibility, UMLViewsRepository.FORM_KIND), null); //$NON-NLS-1$
- }
-
- protected void createGeneralHbox1HBox(FormToolkit widgetFactory, Composite parent) {
- Composite container = widgetFactory.createComposite(parent, SWT.NONE);
- GridLayout layout = new GridLayout();
- container.setLayout(layout);
- GridData gridData = new GridData(SWT.FILL, SWT.FILL, true, true);
- gridData.horizontalSpan = 3;
- container.setLayoutData(gridData);
- HorizontalBox generalHbox1HBox = new HorizontalBox(container);
- //Apply constraint for checkbox
- GridData constraint = new GridData(GridData.FILL_HORIZONTAL);
- constraint.horizontalAlignment = GridData.BEGINNING;
- generalHbox1HBox.setLayoutData(constraint);
- //create sub figures
- createIsAbstractCheckbox(widgetFactory, generalHbox1HBox);
- createIsLeafCheckbox(widgetFactory, generalHbox1HBox);
- createIsActiveCheckbox(widgetFactory, generalHbox1HBox);
- container.pack();
- }
-
- protected void createIsAbstractCheckbox(FormToolkit widgetFactory, Composite parent) {
- isAbstract = widgetFactory.createButton(parent, UMLMessages.Class_PropertiesEditionPart_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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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.Class_.isAbstract, UMLViewsRepository.FORM_KIND), null); //$NON-NLS-1$
- }
-
- protected void createIsLeafCheckbox(FormToolkit widgetFactory, Composite parent) {
- isLeaf = widgetFactory.createButton(parent, UMLMessages.Class_PropertiesEditionPart_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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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.Class_.isLeaf, UMLViewsRepository.FORM_KIND), null); //$NON-NLS-1$
- }
-
- protected void createIsActiveCheckbox(FormToolkit widgetFactory, Composite parent) {
- isActive = widgetFactory.createButton(parent, UMLMessages.Class_PropertiesEditionPart_IsActiveLabel, SWT.CHECK);
- isActive.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.isActive, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, null, new Boolean(isActive.getSelection())));
- }
-
- });
- GridData isActiveData = new GridData(GridData.FILL_HORIZONTAL);
- isActiveData.horizontalSpan = 2;
- isActive.setLayoutData(isActiveData);
- FormUtils.createHelpButton(widgetFactory, parent, propertiesEditionComponent.getHelpContent(UMLViewsRepository.Class_.isActive, UMLViewsRepository.FORM_KIND), null); //$NON-NLS-1$
- }
-
- protected void createClassSpecificationsGroup(FormToolkit widgetFactory, final Composite view) {
- Section classSpecificationsSection = widgetFactory.createSection(view, Section.TITLE_BAR | Section.TWISTIE | Section.EXPANDED);
- classSpecificationsSection.setText(UMLMessages.Class_PropertiesEditionPart_ClassSpecificationsGroupLabel);
- GridData classSpecificationsSectionData = new GridData(GridData.FILL_HORIZONTAL);
- classSpecificationsSectionData.horizontalSpan = 3;
- classSpecificationsSection.setLayoutData(classSpecificationsSectionData);
- Composite classSpecificationsGroup = widgetFactory.createComposite(classSpecificationsSection);
- GridLayout classSpecificationsGroupLayout = new GridLayout();
- classSpecificationsGroupLayout.numColumns = 3;
- classSpecificationsGroup.setLayout(classSpecificationsGroupLayout);
- createClassSpecHbox1HBox(widgetFactory, classSpecificationsGroup);
- classSpecificationsSection.setClient(classSpecificationsGroup);
- }
-
- protected void createClassSpecHbox1HBox(FormToolkit widgetFactory, Composite parent) {
- Composite container = widgetFactory.createComposite(parent, SWT.NONE);
- GridLayout layout = new GridLayout();
- container.setLayout(layout);
- GridData gridData = new GridData(SWT.FILL, SWT.FILL, true, true);
- gridData.horizontalSpan = 3;
- container.setLayoutData(gridData);
- HorizontalBox classSpecHbox1HBox = new HorizontalBox(container);
- //create sub figures
- createOwnedAttributeTableComposition(widgetFactory, classSpecHbox1HBox);
- createOwnedOperationTableComposition(widgetFactory, classSpecHbox1HBox);
- createNestedClassifierTableComposition(widgetFactory, classSpecHbox1HBox);
- container.pack();
- }
-
- /**
- * @param container
- */
- protected void createOwnedAttributeTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.ownedAttribute = new ReferencesTable<Property>(UMLMessages.Class_PropertiesEditionPart_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.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.ownedAttribute,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- * @param container
- */
- protected void createOwnedOperationTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.ownedOperation = new ReferencesTable<Operation>(UMLMessages.Class_PropertiesEditionPart_OwnedOperationLabel, new ReferencesTableListener<Operation>() {
-
- public void handleAdd() {
- addToOwnedOperation();
- }
-
- public void handleEdit(Operation element) {
- editOwnedOperation(element);
- }
-
- public void handleMove(Operation element, int oldIndex, int newIndex) {
- moveOwnedOperation(element, oldIndex, newIndex);
- }
-
- public void handleRemove(Operation element) {
- removeFromOwnedOperation(element);
- }
-
- public void navigateTo(Operation element) {
- }
- });
- this.ownedOperation.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Class_.ownedOperation, UMLViewsRepository.FORM_KIND));
- this.ownedOperation.createControls(parent, widgetFactory);
- GridData ownedOperationData = new GridData(GridData.FILL_HORIZONTAL);
- ownedOperationData.horizontalSpan = 3;
- this.ownedOperation.setLayoutData(ownedOperationData);
- }
-
- /**
- *
- */
- protected void moveOwnedOperation(Operation element, int oldIndex, int newIndex) {
- EObject editedElement = ownedOperationEditUtil.foundCorrespondingEObject(element);
- ownedOperationEditUtil.moveElement(element, oldIndex, newIndex);
- ownedOperation.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.ownedOperation, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void addToOwnedOperation() {
- // Start of user code addToOwnedOperation() method body
- Operation eObject = UMLFactory.eINSTANCE.createOperation();
- 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) {
- ownedOperationEditUtil.addElement(propertiesEditionObject);
- ownedOperation.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.ownedOperation,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromOwnedOperation(Operation element) {
- // Start of user code for the removeFromOwnedOperation() method body
- EObject editedElement = ownedOperationEditUtil.foundCorrespondingEObject(element);
- ownedOperationEditUtil.removeElement(element);
- ownedOperation.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.ownedOperation,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editOwnedOperation(Operation element) {
- // Start of user code editOwnedOperation() method body
- EObject editedElement = ownedOperationEditUtil.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) {
- ownedOperationEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- ownedOperation.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.ownedOperation,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- * @param container
- */
- protected void createNestedClassifierTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.nestedClassifier = new ReferencesTable<Classifier>(UMLMessages.Class_PropertiesEditionPart_NestedClassifierLabel, new ReferencesTableListener<Classifier>() {
-
- public void handleAdd() {
- addToNestedClassifier();
- }
-
- public void handleEdit(Classifier element) {
- editNestedClassifier(element);
- }
-
- public void handleMove(Classifier element, int oldIndex, int newIndex) {
- moveNestedClassifier(element, oldIndex, newIndex);
- }
-
- public void handleRemove(Classifier element) {
- removeFromNestedClassifier(element);
- }
-
- public void navigateTo(Classifier element) {
- }
- });
- this.nestedClassifier.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Class_.nestedClassifier, UMLViewsRepository.FORM_KIND));
- this.nestedClassifier.createControls(parent, widgetFactory);
- GridData nestedClassifierData = new GridData(GridData.FILL_HORIZONTAL);
- nestedClassifierData.horizontalSpan = 3;
- this.nestedClassifier.setLayoutData(nestedClassifierData);
- }
-
- /**
- *
- */
- protected void moveNestedClassifier(Classifier element, int oldIndex, int newIndex) {
- }
-
- /**
- *
- */
- protected void addToNestedClassifier() {
- // Start of user code addToNestedClassifier() method body
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromNestedClassifier(Classifier element) {
- // Start of user code for the removeFromNestedClassifier() method body
- EObject editedElement = nestedClassifierEditUtil.foundCorrespondingEObject(element);
- nestedClassifierEditUtil.removeElement(element);
- nestedClassifier.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.nestedClassifier,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editNestedClassifier(Classifier element) {
- // Start of user code editNestedClassifier() method body
- EObject editedElement = nestedClassifierEditUtil.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) {
- nestedClassifierEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- nestedClassifier.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.nestedClassifier,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- protected void createClassifierSpecificationsGroup(FormToolkit widgetFactory, final Composite view) {
- Section classifierSpecificationsSection = widgetFactory.createSection(view, Section.TITLE_BAR | Section.TWISTIE | Section.EXPANDED);
- classifierSpecificationsSection.setText(UMLMessages.Class_PropertiesEditionPart_ClassifierSpecificationsGroupLabel);
- GridData classifierSpecificationsSectionData = new GridData(GridData.FILL_HORIZONTAL);
- classifierSpecificationsSectionData.horizontalSpan = 3;
- classifierSpecificationsSection.setLayoutData(classifierSpecificationsSectionData);
- Composite classifierSpecificationsGroup = widgetFactory.createComposite(classifierSpecificationsSection);
- GridLayout classifierSpecificationsGroupLayout = new GridLayout();
- classifierSpecificationsGroupLayout.numColumns = 3;
- classifierSpecificationsGroup.setLayout(classifierSpecificationsGroupLayout);
- createClassifierSpecHBox1HBox(widgetFactory, classifierSpecificationsGroup);
- classifierSpecificationsSection.setClient(classifierSpecificationsGroup);
- }
-
- protected void createClassifierSpecHBox1HBox(FormToolkit widgetFactory, Composite parent) {
- Composite container = widgetFactory.createComposite(parent, SWT.NONE);
- GridLayout layout = new GridLayout();
- container.setLayout(layout);
- GridData gridData = new GridData(SWT.FILL, SWT.FILL, true, true);
- gridData.horizontalSpan = 3;
- container.setLayoutData(gridData);
- HorizontalBox classifierSpecHBox1HBox = new HorizontalBox(container);
- //create sub figures
- createGeneralizationTableComposition(widgetFactory, classifierSpecHBox1HBox);
- createInterfaceRealizationTableComposition(widgetFactory, classifierSpecHBox1HBox);
- createRedefinedClassifierReferencesTable(widgetFactory, classifierSpecHBox1HBox);
- container.pack();
- }
-
- /**
- * @param container
- */
- protected void createGeneralizationTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.generalization = new ReferencesTable<Generalization>(UMLMessages.Class_PropertiesEditionPart_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.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.generalization,
- 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.Class_PropertiesEditionPart_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.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.interfaceRealization,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- protected void createRedefinedClassifierReferencesTable(FormToolkit widgetFactory, Composite parent) {
- this.redefinedClassifier = new ReferencesTable<Classifier>(UMLMessages.Class_PropertiesEditionPart_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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.redefinedClassifier,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- protected void createOthersGroup(FormToolkit widgetFactory, final Composite view) {
- Section othersSection = widgetFactory.createSection(view, Section.TITLE_BAR | Section.TWISTIE | Section.EXPANDED);
- othersSection.setText(UMLMessages.Class_PropertiesEditionPart_OthersGroupLabel);
- GridData othersSectionData = new GridData(GridData.FILL_HORIZONTAL);
- othersSectionData.horizontalSpan = 3;
- othersSection.setLayoutData(othersSectionData);
- Composite othersGroup = widgetFactory.createComposite(othersSection);
- GridLayout othersGroupLayout = new GridLayout();
- othersGroupLayout.numColumns = 3;
- othersGroup.setLayout(othersGroupLayout);
- createOthersHBox1HBox(widgetFactory, othersGroup);
- othersSection.setClient(othersGroup);
- }
-
- protected void createOthersHBox1HBox(FormToolkit widgetFactory, Composite parent) {
- Composite container = widgetFactory.createComposite(parent, SWT.NONE);
- GridLayout layout = new GridLayout();
- container.setLayout(layout);
- GridData gridData = new GridData(SWT.FILL, SWT.FILL, true, true);
- gridData.horizontalSpan = 3;
- container.setLayoutData(gridData);
- HorizontalBox othersHBox1HBox = new HorizontalBox(container);
- //create sub figures
- createTemplateBindingTableComposition(widgetFactory, othersHBox1HBox);
- createElementImportTableComposition(widgetFactory, othersHBox1HBox);
- createPackageImportTableComposition(widgetFactory, othersHBox1HBox);
- createUseCaseReferencesTable(widgetFactory, othersHBox1HBox);
- createOwnedUseCaseTableComposition(widgetFactory, othersHBox1HBox);
- createCollaborationUseTableComposition(widgetFactory, othersHBox1HBox);
- createOwnedReceptionTableComposition(widgetFactory, othersHBox1HBox);
- createOwnedTriggerTableComposition(widgetFactory, othersHBox1HBox);
- createOwnedConnectorTableComposition(widgetFactory, othersHBox1HBox);
- createOwnedBehaviorTableComposition(widgetFactory, othersHBox1HBox);
- createSubstitutionTableComposition(widgetFactory, othersHBox1HBox);
- createOwnedRuleTableComposition(widgetFactory, othersHBox1HBox);
- createPowertypeExtentReferencesTable(widgetFactory, othersHBox1HBox);
- container.pack();
- }
-
- /**
- * @param container
- */
- protected void createTemplateBindingTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.templateBinding = new ReferencesTable<TemplateBinding>(UMLMessages.Class_PropertiesEditionPart_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.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.templateBinding,
- 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.Class_PropertiesEditionPart_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.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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.Class_PropertiesEditionPart_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.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.packageImport,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- protected void createUseCaseReferencesTable(FormToolkit widgetFactory, Composite parent) {
- this.useCase = new ReferencesTable<UseCase>(UMLMessages.Class_PropertiesEditionPart_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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.useCase,
- 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.Class_PropertiesEditionPart_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.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.ownedUseCase,
- 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.Class_PropertiesEditionPart_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.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.collaborationUse,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- * @param container
- */
- protected void createOwnedReceptionTableComposition(FormToolkit widgetFactory, Composite parent) {
- this.ownedReception = new ReferencesTable<Reception>(UMLMessages.Class_PropertiesEditionPart_OwnedReceptionLabel, new ReferencesTableListener<Reception>() {
-
- public void handleAdd() {
- addToOwnedReception();
- }
-
- public void handleEdit(Reception element) {
- editOwnedReception(element);
- }
-
- public void handleMove(Reception element, int oldIndex, int newIndex) {
- moveOwnedReception(element, oldIndex, newIndex);
- }
-
- public void handleRemove(Reception element) {
- removeFromOwnedReception(element);
- }
-
- public void navigateTo(Reception element) {
- }
- });
- this.ownedReception.setHelpText(propertiesEditionComponent.getHelpContent(UMLViewsRepository.Class_.ownedReception, UMLViewsRepository.FORM_KIND));
- this.ownedReception.createControls(parent, widgetFactory);
- GridData ownedReceptionData = new GridData(GridData.FILL_HORIZONTAL);
- ownedReceptionData.horizontalSpan = 3;
- this.ownedReception.setLayoutData(ownedReceptionData);
- }
-
- /**
- *
- */
- protected void moveOwnedReception(Reception element, int oldIndex, int newIndex) {
- EObject editedElement = ownedReceptionEditUtil.foundCorrespondingEObject(element);
- ownedReceptionEditUtil.moveElement(element, oldIndex, newIndex);
- ownedReception.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.ownedReception, PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.MOVE, editedElement, newIndex));
- }
-
- /**
- *
- */
- protected void addToOwnedReception() {
- // Start of user code addToOwnedReception() method body
- Reception eObject = UMLFactory.eINSTANCE.createReception();
- 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) {
- ownedReceptionEditUtil.addElement(propertiesEditionObject);
- ownedReception.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.ownedReception,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.ADD, null, propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- /**
- *
- */
- protected void removeFromOwnedReception(Reception element) {
- // Start of user code for the removeFromOwnedReception() method body
- EObject editedElement = ownedReceptionEditUtil.foundCorrespondingEObject(element);
- ownedReceptionEditUtil.removeElement(element);
- ownedReception.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.ownedReception,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.REMOVE, null, editedElement));
- // End of user code
-
- }
-
- /**
- *
- */
- protected void editOwnedReception(Reception element) {
- // Start of user code editOwnedReception() method body
- EObject editedElement = ownedReceptionEditUtil.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) {
- ownedReceptionEditUtil.putElementToRefresh(editedElement, propertiesEditionObject);
- ownedReception.refresh();
- propertiesEditionComponent.firePropertiesChanged(new PropertiesEditionEvent(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.ownedReception,
- 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.Class_PropertiesEditionPart_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.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.ownedTrigger,
- 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.Class_PropertiesEditionPart_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.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.ownedConnector,
- 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.Class_PropertiesEditionPart_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.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.ownedBehavior,
- 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.Class_PropertiesEditionPart_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.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.substitution,
- 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.Class_PropertiesEditionPart_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.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.ownedRule,
- PropertiesEditionEvent.COMMIT, PropertiesEditionEvent.SET, editedElement,
- propertiesEditionObject));
- }
- }
- // End of user code
-
- }
-
- protected void createPowertypeExtentReferencesTable(FormToolkit widgetFactory, Composite parent) {
- this.powertypeExtent = new ReferencesTable<GeneralizationSet>(UMLMessages.Class_PropertiesEditionPart_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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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.Class_.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(Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.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(
- Class_PropertiesEditionPartForm.this, UMLViewsRepository.Class_.powertypeExtent,
- 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.Class_PropertiesEditionPart#getName()
- */
- public String getName() {
- return name.getText();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#getVisibility()
- */
- public Enumerator getVisibility() {
- EEnumLiteral selection = (EEnumLiteral)((StructuredSelection)visibility.getSelection()).getFirstElement();
- return selection.getInstance();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#setVisibility(Enumerator newValue)
- */
- public void setVisibility(Enumerator newValue) {
- visibility.modelUpdating(new StructuredSelection(newValue));
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getIsAbstract()
- */
- public Boolean getIsAbstract() {
- return Boolean.valueOf(isAbstract.getSelection());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#getIsLeaf()
- */
- public Boolean getIsLeaf() {
- return Boolean.valueOf(isLeaf.getSelection());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#getIsActive()
- */
- public Boolean getIsActive() {
- return Boolean.valueOf(isActive.getSelection());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#setIsActive(Boolean newValue)
- */
- public void setIsActive(Boolean newValue) {
- if(newValue != null) {
- isActive.setSelection(newValue.booleanValue());
- } else {
- isActive.setSelection(false);
- }
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedAttributeToAdd()
- */
- public List getOwnedAttributeToAdd() {
- return ownedAttributeEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedAttributeToRemove()
- */
- public List getOwnedAttributeToRemove() {
- return ownedAttributeEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedAttributeToEdit()
- */
- public Map getOwnedAttributeToEdit() {
- return ownedAttributeEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedAttributeToMove()
- */
- public List getOwnedAttributeToMove() {
- return ownedAttributeEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedAttributeTable()
- */
- public List getOwnedAttributeTable() {
- return ownedAttributeEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updateOwnedAttribute(EObject newValue)
- */
- public void updateOwnedAttribute(EObject newValue) {
- if(ownedAttributeEditUtil != null) {
- ownedAttributeEditUtil.reinit(newValue);
- ownedAttribute.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterOwnedAttribute(ViewerFilter filter)
- */
- public void addFilterToOwnedAttribute(ViewerFilter filter) {
- ownedAttributeFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterOwnedAttribute(ViewerFilter filter)
- */
- public void addBusinessFilterToOwnedAttribute(ViewerFilter filter) {
- ownedAttributeBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInOwnedAttributeTable(EObject element)
- */
- public boolean isContainedInOwnedAttributeTable(EObject element) {
- return ownedAttributeEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedOperationToAdd()
- */
- public List getOwnedOperationToAdd() {
- return ownedOperationEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedOperationToRemove()
- */
- public List getOwnedOperationToRemove() {
- return ownedOperationEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedOperationToEdit()
- */
- public Map getOwnedOperationToEdit() {
- return ownedOperationEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedOperationToMove()
- */
- public List getOwnedOperationToMove() {
- return ownedOperationEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedOperationTable()
- */
- public List getOwnedOperationTable() {
- return ownedOperationEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#initOwnedOperation(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initOwnedOperation(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- ownedOperationEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- ownedOperationEditUtil = new EMFListEditUtil(current, feature);
- this.ownedOperation.setInput(ownedOperationEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#updateOwnedOperation(EObject newValue)
- */
- public void updateOwnedOperation(EObject newValue) {
- if(ownedOperationEditUtil != null) {
- ownedOperationEditUtil.reinit(newValue);
- ownedOperation.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterOwnedOperation(ViewerFilter filter)
- */
- public void addFilterToOwnedOperation(ViewerFilter filter) {
- ownedOperationFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterOwnedOperation(ViewerFilter filter)
- */
- public void addBusinessFilterToOwnedOperation(ViewerFilter filter) {
- ownedOperationBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInOwnedOperationTable(EObject element)
- */
- public boolean isContainedInOwnedOperationTable(EObject element) {
- return ownedOperationEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getNestedClassifierToAdd()
- */
- public List getNestedClassifierToAdd() {
- return nestedClassifierEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getNestedClassifierToRemove()
- */
- public List getNestedClassifierToRemove() {
- return nestedClassifierEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getNestedClassifierToEdit()
- */
- public Map getNestedClassifierToEdit() {
- return nestedClassifierEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getNestedClassifierToMove()
- */
- public List getNestedClassifierToMove() {
- return nestedClassifierEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getNestedClassifierTable()
- */
- public List getNestedClassifierTable() {
- return nestedClassifierEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#initNestedClassifier(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initNestedClassifier(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- nestedClassifierEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- nestedClassifierEditUtil = new EMFListEditUtil(current, feature);
- this.nestedClassifier.setInput(nestedClassifierEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#updateNestedClassifier(EObject newValue)
- */
- public void updateNestedClassifier(EObject newValue) {
- if(nestedClassifierEditUtil != null) {
- nestedClassifierEditUtil.reinit(newValue);
- nestedClassifier.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterNestedClassifier(ViewerFilter filter)
- */
- public void addFilterToNestedClassifier(ViewerFilter filter) {
- nestedClassifierFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterNestedClassifier(ViewerFilter filter)
- */
- public void addBusinessFilterToNestedClassifier(ViewerFilter filter) {
- nestedClassifierBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInNestedClassifierTable(EObject element)
- */
- public boolean isContainedInNestedClassifierTable(EObject element) {
- return nestedClassifierEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getGeneralizationToAdd()
- */
- public List getGeneralizationToAdd() {
- return generalizationEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getGeneralizationToRemove()
- */
- public List getGeneralizationToRemove() {
- return generalizationEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getGeneralizationToEdit()
- */
- public Map getGeneralizationToEdit() {
- return generalizationEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getGeneralizationToMove()
- */
- public List getGeneralizationToMove() {
- return generalizationEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getGeneralizationTable()
- */
- public List getGeneralizationTable() {
- return generalizationEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updateGeneralization(EObject newValue)
- */
- public void updateGeneralization(EObject newValue) {
- if(generalizationEditUtil != null) {
- generalizationEditUtil.reinit(newValue);
- generalization.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterGeneralization(ViewerFilter filter)
- */
- public void addFilterToGeneralization(ViewerFilter filter) {
- generalizationFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterGeneralization(ViewerFilter filter)
- */
- public void addBusinessFilterToGeneralization(ViewerFilter filter) {
- generalizationBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInGeneralizationTable(EObject element)
- */
- public boolean isContainedInGeneralizationTable(EObject element) {
- return generalizationEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getInterfaceRealizationToAdd()
- */
- public List getInterfaceRealizationToAdd() {
- return interfaceRealizationEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getInterfaceRealizationToRemove()
- */
- public List getInterfaceRealizationToRemove() {
- return interfaceRealizationEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getInterfaceRealizationToEdit()
- */
- public Map getInterfaceRealizationToEdit() {
- return interfaceRealizationEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getInterfaceRealizationToMove()
- */
- public List getInterfaceRealizationToMove() {
- return interfaceRealizationEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getInterfaceRealizationTable()
- */
- public List getInterfaceRealizationTable() {
- return interfaceRealizationEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updateInterfaceRealization(EObject newValue)
- */
- public void updateInterfaceRealization(EObject newValue) {
- if(interfaceRealizationEditUtil != null) {
- interfaceRealizationEditUtil.reinit(newValue);
- interfaceRealization.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterInterfaceRealization(ViewerFilter filter)
- */
- public void addFilterToInterfaceRealization(ViewerFilter filter) {
- interfaceRealizationFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterInterfaceRealization(ViewerFilter filter)
- */
- public void addBusinessFilterToInterfaceRealization(ViewerFilter filter) {
- interfaceRealizationBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInInterfaceRealizationTable(EObject element)
- */
- public boolean isContainedInInterfaceRealizationTable(EObject element) {
- return interfaceRealizationEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getRedefinedClassifierToAdd()
- */
- public List getRedefinedClassifierToAdd() {
- return redefinedClassifierEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getRedefinedClassifierToRemove()
- */
- public List getRedefinedClassifierToRemove() {
- return redefinedClassifierEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getRedefinedClassifierTable()
- */
- public List getRedefinedClassifierTable() {
- return redefinedClassifierEditUtil.getVirtualList();
- }
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updateRedefinedClassifier(EObject newValue)
- */
- public void updateRedefinedClassifier(EObject newValue) {
- if(redefinedClassifierEditUtil != null) {
- redefinedClassifierEditUtil.reinit(newValue);
- redefinedClassifier.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterRedefinedClassifier(ViewerFilter filter)
- */
- public void addFilterToRedefinedClassifier(ViewerFilter filter) {
- redefinedClassifierFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterRedefinedClassifier(ViewerFilter filter)
- */
- public void addBusinessFilterToRedefinedClassifier(ViewerFilter filter) {
- redefinedClassifierBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInRedefinedClassifierTable(EObject element)
- */
- public boolean isContainedInRedefinedClassifierTable(EObject element) {
- return redefinedClassifierEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getTemplateBindingToAdd()
- */
- public List getTemplateBindingToAdd() {
- return templateBindingEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getTemplateBindingToRemove()
- */
- public List getTemplateBindingToRemove() {
- return templateBindingEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getTemplateBindingToEdit()
- */
- public Map getTemplateBindingToEdit() {
- return templateBindingEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getTemplateBindingToMove()
- */
- public List getTemplateBindingToMove() {
- return templateBindingEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getTemplateBindingTable()
- */
- public List getTemplateBindingTable() {
- return templateBindingEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updateTemplateBinding(EObject newValue)
- */
- public void updateTemplateBinding(EObject newValue) {
- if(templateBindingEditUtil != null) {
- templateBindingEditUtil.reinit(newValue);
- templateBinding.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterTemplateBinding(ViewerFilter filter)
- */
- public void addFilterToTemplateBinding(ViewerFilter filter) {
- templateBindingFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterTemplateBinding(ViewerFilter filter)
- */
- public void addBusinessFilterToTemplateBinding(ViewerFilter filter) {
- templateBindingBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInTemplateBindingTable(EObject element)
- */
- public boolean isContainedInTemplateBindingTable(EObject element) {
- return templateBindingEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getElementImportToAdd()
- */
- public List getElementImportToAdd() {
- return elementImportEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getElementImportToRemove()
- */
- public List getElementImportToRemove() {
- return elementImportEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getElementImportToEdit()
- */
- public Map getElementImportToEdit() {
- return elementImportEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getElementImportToMove()
- */
- public List getElementImportToMove() {
- return elementImportEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getElementImportTable()
- */
- public List getElementImportTable() {
- return elementImportEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updateElementImport(EObject newValue)
- */
- public void updateElementImport(EObject newValue) {
- if(elementImportEditUtil != null) {
- elementImportEditUtil.reinit(newValue);
- elementImport.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterElementImport(ViewerFilter filter)
- */
- public void addFilterToElementImport(ViewerFilter filter) {
- elementImportFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterElementImport(ViewerFilter filter)
- */
- public void addBusinessFilterToElementImport(ViewerFilter filter) {
- elementImportBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInElementImportTable(EObject element)
- */
- public boolean isContainedInElementImportTable(EObject element) {
- return elementImportEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getPackageImportToAdd()
- */
- public List getPackageImportToAdd() {
- return packageImportEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getPackageImportToRemove()
- */
- public List getPackageImportToRemove() {
- return packageImportEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getPackageImportToEdit()
- */
- public Map getPackageImportToEdit() {
- return packageImportEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getPackageImportToMove()
- */
- public List getPackageImportToMove() {
- return packageImportEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getPackageImportTable()
- */
- public List getPackageImportTable() {
- return packageImportEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updatePackageImport(EObject newValue)
- */
- public void updatePackageImport(EObject newValue) {
- if(packageImportEditUtil != null) {
- packageImportEditUtil.reinit(newValue);
- packageImport.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterPackageImport(ViewerFilter filter)
- */
- public void addFilterToPackageImport(ViewerFilter filter) {
- packageImportFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterPackageImport(ViewerFilter filter)
- */
- public void addBusinessFilterToPackageImport(ViewerFilter filter) {
- packageImportBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInPackageImportTable(EObject element)
- */
- public boolean isContainedInPackageImportTable(EObject element) {
- return packageImportEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getUseCaseToAdd()
- */
- public List getUseCaseToAdd() {
- return useCaseEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getUseCaseToRemove()
- */
- public List getUseCaseToRemove() {
- return useCaseEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getUseCaseTable()
- */
- public List getUseCaseTable() {
- return useCaseEditUtil.getVirtualList();
- }
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updateUseCase(EObject newValue)
- */
- public void updateUseCase(EObject newValue) {
- if(useCaseEditUtil != null) {
- useCaseEditUtil.reinit(newValue);
- useCase.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterUseCase(ViewerFilter filter)
- */
- public void addFilterToUseCase(ViewerFilter filter) {
- useCaseFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterUseCase(ViewerFilter filter)
- */
- public void addBusinessFilterToUseCase(ViewerFilter filter) {
- useCaseBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInUseCaseTable(EObject element)
- */
- public boolean isContainedInUseCaseTable(EObject element) {
- return useCaseEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedUseCaseToAdd()
- */
- public List getOwnedUseCaseToAdd() {
- return ownedUseCaseEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedUseCaseToRemove()
- */
- public List getOwnedUseCaseToRemove() {
- return ownedUseCaseEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedUseCaseToEdit()
- */
- public Map getOwnedUseCaseToEdit() {
- return ownedUseCaseEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedUseCaseToMove()
- */
- public List getOwnedUseCaseToMove() {
- return ownedUseCaseEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedUseCaseTable()
- */
- public List getOwnedUseCaseTable() {
- return ownedUseCaseEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updateOwnedUseCase(EObject newValue)
- */
- public void updateOwnedUseCase(EObject newValue) {
- if(ownedUseCaseEditUtil != null) {
- ownedUseCaseEditUtil.reinit(newValue);
- ownedUseCase.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterOwnedUseCase(ViewerFilter filter)
- */
- public void addFilterToOwnedUseCase(ViewerFilter filter) {
- ownedUseCaseFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterOwnedUseCase(ViewerFilter filter)
- */
- public void addBusinessFilterToOwnedUseCase(ViewerFilter filter) {
- ownedUseCaseBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInOwnedUseCaseTable(EObject element)
- */
- public boolean isContainedInOwnedUseCaseTable(EObject element) {
- return ownedUseCaseEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getCollaborationUseToAdd()
- */
- public List getCollaborationUseToAdd() {
- return collaborationUseEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getCollaborationUseToRemove()
- */
- public List getCollaborationUseToRemove() {
- return collaborationUseEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getCollaborationUseToEdit()
- */
- public Map getCollaborationUseToEdit() {
- return collaborationUseEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getCollaborationUseToMove()
- */
- public List getCollaborationUseToMove() {
- return collaborationUseEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getCollaborationUseTable()
- */
- public List getCollaborationUseTable() {
- return collaborationUseEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updateCollaborationUse(EObject newValue)
- */
- public void updateCollaborationUse(EObject newValue) {
- if(collaborationUseEditUtil != null) {
- collaborationUseEditUtil.reinit(newValue);
- collaborationUse.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterCollaborationUse(ViewerFilter filter)
- */
- public void addFilterToCollaborationUse(ViewerFilter filter) {
- collaborationUseFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterCollaborationUse(ViewerFilter filter)
- */
- public void addBusinessFilterToCollaborationUse(ViewerFilter filter) {
- collaborationUseBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInCollaborationUseTable(EObject element)
- */
- public boolean isContainedInCollaborationUseTable(EObject element) {
- return collaborationUseEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedReceptionToAdd()
- */
- public List getOwnedReceptionToAdd() {
- return ownedReceptionEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedReceptionToRemove()
- */
- public List getOwnedReceptionToRemove() {
- return ownedReceptionEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedReceptionToEdit()
- */
- public Map getOwnedReceptionToEdit() {
- return ownedReceptionEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedReceptionToMove()
- */
- public List getOwnedReceptionToMove() {
- return ownedReceptionEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedReceptionTable()
- */
- public List getOwnedReceptionTable() {
- return ownedReceptionEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#initOwnedReception(EObject current, EReference
- * containingFeature, EReference feature)
- */
- public void initOwnedReception(EObject current, EReference containingFeature, EReference feature) {
- if(current.eResource() != null && current.eResource().getResourceSet() != null)
- this.resourceSet = current.eResource().getResourceSet();
- if(containingFeature != null)
- ownedReceptionEditUtil = new EMFListEditUtil(current, containingFeature, feature);
- else
- ownedReceptionEditUtil = new EMFListEditUtil(current, feature);
- this.ownedReception.setInput(ownedReceptionEditUtil.getVirtualList());
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#updateOwnedReception(EObject newValue)
- */
- public void updateOwnedReception(EObject newValue) {
- if(ownedReceptionEditUtil != null) {
- ownedReceptionEditUtil.reinit(newValue);
- ownedReception.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterOwnedReception(ViewerFilter filter)
- */
- public void addFilterToOwnedReception(ViewerFilter filter) {
- ownedReceptionFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterOwnedReception(ViewerFilter filter)
- */
- public void addBusinessFilterToOwnedReception(ViewerFilter filter) {
- ownedReceptionBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInOwnedReceptionTable(EObject element)
- */
- public boolean isContainedInOwnedReceptionTable(EObject element) {
- return ownedReceptionEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedTriggerToAdd()
- */
- public List getOwnedTriggerToAdd() {
- return ownedTriggerEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedTriggerToRemove()
- */
- public List getOwnedTriggerToRemove() {
- return ownedTriggerEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedTriggerToEdit()
- */
- public Map getOwnedTriggerToEdit() {
- return ownedTriggerEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedTriggerToMove()
- */
- public List getOwnedTriggerToMove() {
- return ownedTriggerEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedTriggerTable()
- */
- public List getOwnedTriggerTable() {
- return ownedTriggerEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updateOwnedTrigger(EObject newValue)
- */
- public void updateOwnedTrigger(EObject newValue) {
- if(ownedTriggerEditUtil != null) {
- ownedTriggerEditUtil.reinit(newValue);
- ownedTrigger.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterOwnedTrigger(ViewerFilter filter)
- */
- public void addFilterToOwnedTrigger(ViewerFilter filter) {
- ownedTriggerFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterOwnedTrigger(ViewerFilter filter)
- */
- public void addBusinessFilterToOwnedTrigger(ViewerFilter filter) {
- ownedTriggerBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInOwnedTriggerTable(EObject element)
- */
- public boolean isContainedInOwnedTriggerTable(EObject element) {
- return ownedTriggerEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedConnectorToAdd()
- */
- public List getOwnedConnectorToAdd() {
- return ownedConnectorEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedConnectorToRemove()
- */
- public List getOwnedConnectorToRemove() {
- return ownedConnectorEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedConnectorToEdit()
- */
- public Map getOwnedConnectorToEdit() {
- return ownedConnectorEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedConnectorToMove()
- */
- public List getOwnedConnectorToMove() {
- return ownedConnectorEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedConnectorTable()
- */
- public List getOwnedConnectorTable() {
- return ownedConnectorEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updateOwnedConnector(EObject newValue)
- */
- public void updateOwnedConnector(EObject newValue) {
- if(ownedConnectorEditUtil != null) {
- ownedConnectorEditUtil.reinit(newValue);
- ownedConnector.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterOwnedConnector(ViewerFilter filter)
- */
- public void addFilterToOwnedConnector(ViewerFilter filter) {
- ownedConnectorFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterOwnedConnector(ViewerFilter filter)
- */
- public void addBusinessFilterToOwnedConnector(ViewerFilter filter) {
- ownedConnectorBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInOwnedConnectorTable(EObject element)
- */
- public boolean isContainedInOwnedConnectorTable(EObject element) {
- return ownedConnectorEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedBehaviorToAdd()
- */
- public List getOwnedBehaviorToAdd() {
- return ownedBehaviorEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedBehaviorToRemove()
- */
- public List getOwnedBehaviorToRemove() {
- return ownedBehaviorEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedBehaviorToEdit()
- */
- public Map getOwnedBehaviorToEdit() {
- return ownedBehaviorEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedBehaviorToMove()
- */
- public List getOwnedBehaviorToMove() {
- return ownedBehaviorEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedBehaviorTable()
- */
- public List getOwnedBehaviorTable() {
- return ownedBehaviorEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updateOwnedBehavior(EObject newValue)
- */
- public void updateOwnedBehavior(EObject newValue) {
- if(ownedBehaviorEditUtil != null) {
- ownedBehaviorEditUtil.reinit(newValue);
- ownedBehavior.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterOwnedBehavior(ViewerFilter filter)
- */
- public void addFilterToOwnedBehavior(ViewerFilter filter) {
- ownedBehaviorFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterOwnedBehavior(ViewerFilter filter)
- */
- public void addBusinessFilterToOwnedBehavior(ViewerFilter filter) {
- ownedBehaviorBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInOwnedBehaviorTable(EObject element)
- */
- public boolean isContainedInOwnedBehaviorTable(EObject element) {
- return ownedBehaviorEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getSubstitutionToAdd()
- */
- public List getSubstitutionToAdd() {
- return substitutionEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getSubstitutionToRemove()
- */
- public List getSubstitutionToRemove() {
- return substitutionEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getSubstitutionToEdit()
- */
- public Map getSubstitutionToEdit() {
- return substitutionEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getSubstitutionToMove()
- */
- public List getSubstitutionToMove() {
- return substitutionEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getSubstitutionTable()
- */
- public List getSubstitutionTable() {
- return substitutionEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updateSubstitution(EObject newValue)
- */
- public void updateSubstitution(EObject newValue) {
- if(substitutionEditUtil != null) {
- substitutionEditUtil.reinit(newValue);
- substitution.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterSubstitution(ViewerFilter filter)
- */
- public void addFilterToSubstitution(ViewerFilter filter) {
- substitutionFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterSubstitution(ViewerFilter filter)
- */
- public void addBusinessFilterToSubstitution(ViewerFilter filter) {
- substitutionBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInSubstitutionTable(EObject element)
- */
- public boolean isContainedInSubstitutionTable(EObject element) {
- return substitutionEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedRuleToAdd()
- */
- public List getOwnedRuleToAdd() {
- return ownedRuleEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedRuleToRemove()
- */
- public List getOwnedRuleToRemove() {
- return ownedRuleEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedRuleToEdit()
- */
- public Map getOwnedRuleToEdit() {
- return ownedRuleEditUtil.getElementsToRefresh();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedRuleToMove()
- */
- public List getOwnedRuleToMove() {
- return ownedRuleEditUtil.getElementsToMove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getOwnedRuleTable()
- */
- public List getOwnedRuleTable() {
- return ownedRuleEditUtil.getVirtualList();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updateOwnedRule(EObject newValue)
- */
- public void updateOwnedRule(EObject newValue) {
- if(ownedRuleEditUtil != null) {
- ownedRuleEditUtil.reinit(newValue);
- ownedRule.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterOwnedRule(ViewerFilter filter)
- */
- public void addFilterToOwnedRule(ViewerFilter filter) {
- ownedRuleFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterOwnedRule(ViewerFilter filter)
- */
- public void addBusinessFilterToOwnedRule(ViewerFilter filter) {
- ownedRuleBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInOwnedRuleTable(EObject element)
- */
- public boolean isContainedInOwnedRuleTable(EObject element) {
- return ownedRuleEditUtil.contains(element);
- }
-
-
-
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getPowertypeExtentToAdd()
- */
- public List getPowertypeExtentToAdd() {
- return powertypeExtentEditUtil.getElementsToAdd();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getPowertypeExtentToRemove()
- */
- public List getPowertypeExtentToRemove() {
- return powertypeExtentEditUtil.getElementsToRemove();
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#getPowertypeExtentTable()
- */
- public List getPowertypeExtentTable() {
- return powertypeExtentEditUtil.getVirtualList();
- }
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#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.Class_PropertiesEditionPart#updatePowertypeExtent(EObject newValue)
- */
- public void updatePowertypeExtent(EObject newValue) {
- if(powertypeExtentEditUtil != null) {
- powertypeExtentEditUtil.reinit(newValue);
- powertypeExtent.refresh();
- }
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addFilterPowertypeExtent(ViewerFilter filter)
- */
- public void addFilterToPowertypeExtent(ViewerFilter filter) {
- powertypeExtentFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#addBusinessFilterPowertypeExtent(ViewerFilter filter)
- */
- public void addBusinessFilterToPowertypeExtent(ViewerFilter filter) {
- powertypeExtentBusinessFilters.add(filter);
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.papyrus.tabbedproperties.uml.parts.Class_PropertiesEditionPart#isContainedInPowertypeExtentTable(EObject element)
- */
- public boolean isContainedInPowertypeExtentTable(EObject element) {
- return powertypeExtentEditUtil.contains(element);
- }
-
-
-
-
-
- // Start of user code additional methods
-
- // End of user code
-
-}

Back to the top