/** * Copyright (c) 2011-2012 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.obeonetwork.dsl.togaf.contentfwk.contentfwk.provider; import java.util.Collection; import java.util.List; import org.eclipse.emf.common.notify.AdapterFactory; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.edit.provider.ComposeableAdapterFactory; import org.eclipse.emf.edit.provider.IEditingDomainItemProvider; import org.eclipse.emf.edit.provider.IItemLabelProvider; import org.eclipse.emf.edit.provider.IItemPropertyDescriptor; import org.eclipse.emf.edit.provider.IItemPropertySource; import org.eclipse.emf.edit.provider.IStructuredItemContentProvider; import org.eclipse.emf.edit.provider.ITreeItemContentProvider; import org.eclipse.emf.edit.provider.ItemPropertyDescriptor; import org.eclipse.emf.edit.provider.ViewerNotification; import org.obeonetwork.dsl.togaf.contentfwk.contentfwk.ContentfwkPackage; import org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Function; /** * This is the item provider adapter for a {@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Function} object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public class FunctionItemProvider extends ElementItemProvider implements IEditingDomainItemProvider, IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource { /** * This constructs an instance from a factory and a notifier. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public FunctionItemProvider(AdapterFactory adapterFactory) { super(adapterFactory); } /** * This returns the property descriptors for the adapted class. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public List<IItemPropertyDescriptor> getPropertyDescriptors(Object object) { if (itemPropertyDescriptors == null) { super.getPropertyDescriptors(object); addStandardClassPropertyDescriptor(object); addStandardCreationDatePropertyDescriptor(object); addLastStandardReviewDatePropertyDescriptor(object); addNextStandardReviewDatePropertyDescriptor(object); addRetireDatePropertyDescriptor(object); addIsPerformedByActorsPropertyDescriptor(object); addIsOwnedByOrganizationUnitPropertyDescriptor(object); addIsBoundedByServicesPropertyDescriptor(object); addSupportsProcessesPropertyDescriptor(object); addIsRealizedByProcessesPropertyDescriptor(object); addCanBeAccessedByRolesPropertyDescriptor(object); addSupportsActorsPropertyDescriptor(object); addDecomposesFunctionPropertyDescriptor(object); addCommunicatesWithFunctionsPropertyDescriptor(object); addIsDecomposedByFunctionsPropertyDescriptor(object); } return itemPropertyDescriptors; } /** * This adds a property descriptor for the Standard Class feature. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void addStandardClassPropertyDescriptor(Object object) { itemPropertyDescriptors.add (createItemPropertyDescriptor (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), getResourceLocator(), getString("_UI_Standard_standardClass_feature"), getString("_UI_PropertyDescriptor_description", "_UI_Standard_standardClass_feature", "_UI_Standard_type"), ContentfwkPackage.Literals.STANDARD__STANDARD_CLASS, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); } /** * This adds a property descriptor for the Standard Creation Date feature. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void addStandardCreationDatePropertyDescriptor(Object object) { itemPropertyDescriptors.add (createItemPropertyDescriptor (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), getResourceLocator(), getString("_UI_Standard_standardCreationDate_feature"), getString("_UI_PropertyDescriptor_description", "_UI_Standard_standardCreationDate_feature", "_UI_Standard_type"), ContentfwkPackage.Literals.STANDARD__STANDARD_CREATION_DATE, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); } /** * This adds a property descriptor for the Last Standard Review Date feature. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void addLastStandardReviewDatePropertyDescriptor(Object object) { itemPropertyDescriptors.add (createItemPropertyDescriptor (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), getResourceLocator(), getString("_UI_Standard_lastStandardReviewDate_feature"), getString("_UI_PropertyDescriptor_description", "_UI_Standard_lastStandardReviewDate_feature", "_UI_Standard_type"), ContentfwkPackage.Literals.STANDARD__LAST_STANDARD_REVIEW_DATE, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); } /** * This adds a property descriptor for the Next Standard Review Date feature. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void addNextStandardReviewDatePropertyDescriptor(Object object) { itemPropertyDescriptors.add (createItemPropertyDescriptor (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), getResourceLocator(), getString("_UI_Standard_nextStandardReviewDate_feature"), getString("_UI_PropertyDescriptor_description", "_UI_Standard_nextStandardReviewDate_feature", "_UI_Standard_type"), ContentfwkPackage.Literals.STANDARD__NEXT_STANDARD_REVIEW_DATE, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); } /** * This adds a property descriptor for the Retire Date feature. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void addRetireDatePropertyDescriptor(Object object) { itemPropertyDescriptors.add (createItemPropertyDescriptor (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), getResourceLocator(), getString("_UI_Standard_retireDate_feature"), getString("_UI_PropertyDescriptor_description", "_UI_Standard_retireDate_feature", "_UI_Standard_type"), ContentfwkPackage.Literals.STANDARD__RETIRE_DATE, true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null)); } /** * This adds a property descriptor for the Is Performed By Actors feature. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void addIsPerformedByActorsPropertyDescriptor(Object object) { itemPropertyDescriptors.add (createItemPropertyDescriptor (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), getResourceLocator(), getString("_UI_Function_isPerformedByActors_feature"), getString("_UI_PropertyDescriptor_description", "_UI_Function_isPerformedByActors_feature", "_UI_Function_type"), ContentfwkPackage.Literals.FUNCTION__IS_PERFORMED_BY_ACTORS, true, false, true, null, null, null)); } /** * This adds a property descriptor for the Is Owned By Organization Unit feature. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void addIsOwnedByOrganizationUnitPropertyDescriptor(Object object) { itemPropertyDescriptors.add (createItemPropertyDescriptor (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), getResourceLocator(), getString("_UI_Function_isOwnedByOrganizationUnit_feature"), getString("_UI_PropertyDescriptor_description", "_UI_Function_isOwnedByOrganizationUnit_feature", "_UI_Function_type"), ContentfwkPackage.Literals.FUNCTION__IS_OWNED_BY_ORGANIZATION_UNIT, true, false, true, null, null, null)); } /** * This adds a property descriptor for the Is Bounded By Services feature. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void addIsBoundedByServicesPropertyDescriptor(Object object) { itemPropertyDescriptors.add (createItemPropertyDescriptor (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), getResourceLocator(), getString("_UI_Function_isBoundedByServices_feature"), getString("_UI_PropertyDescriptor_description", "_UI_Function_isBoundedByServices_feature", "_UI_Function_type"), ContentfwkPackage.Literals.FUNCTION__IS_BOUNDED_BY_SERVICES, true, false, true, null, null, null)); } /** * This adds a property descriptor for the Supports Processes feature. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void addSupportsProcessesPropertyDescriptor(Object object) { itemPropertyDescriptors.add (createItemPropertyDescriptor (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), getResourceLocator(), getString("_UI_Function_supportsProcesses_feature"), getString("_UI_PropertyDescriptor_description", "_UI_Function_supportsProcesses_feature", "_UI_Function_type"), ContentfwkPackage.Literals.FUNCTION__SUPPORTS_PROCESSES, true, false, true, null, null, null)); } /** * This adds a property descriptor for the Is Realized By Processes feature. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void addIsRealizedByProcessesPropertyDescriptor(Object object) { itemPropertyDescriptors.add (createItemPropertyDescriptor (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), getResourceLocator(), getString("_UI_Function_isRealizedByProcesses_feature"), getString("_UI_PropertyDescriptor_description", "_UI_Function_isRealizedByProcesses_feature", "_UI_Function_type"), ContentfwkPackage.Literals.FUNCTION__IS_REALIZED_BY_PROCESSES, true, false, true, null, null, null)); } /** * This adds a property descriptor for the Can Be Accessed By Roles feature. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void addCanBeAccessedByRolesPropertyDescriptor(Object object) { itemPropertyDescriptors.add (createItemPropertyDescriptor (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), getResourceLocator(), getString("_UI_Function_canBeAccessedByRoles_feature"), getString("_UI_PropertyDescriptor_description", "_UI_Function_canBeAccessedByRoles_feature", "_UI_Function_type"), ContentfwkPackage.Literals.FUNCTION__CAN_BE_ACCESSED_BY_ROLES, true, false, true, null, null, null)); } /** * This adds a property descriptor for the Supports Actors feature. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void addSupportsActorsPropertyDescriptor(Object object) { itemPropertyDescriptors.add (createItemPropertyDescriptor (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), getResourceLocator(), getString("_UI_Function_supportsActors_feature"), getString("_UI_PropertyDescriptor_description", "_UI_Function_supportsActors_feature", "_UI_Function_type"), ContentfwkPackage.Literals.FUNCTION__SUPPORTS_ACTORS, true, false, true, null, null, null)); } /** * This adds a property descriptor for the Decomposes Function feature. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void addDecomposesFunctionPropertyDescriptor(Object object) { itemPropertyDescriptors.add (createItemPropertyDescriptor (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), getResourceLocator(), getString("_UI_Function_decomposesFunction_feature"), getString("_UI_PropertyDescriptor_description", "_UI_Function_decomposesFunction_feature", "_UI_Function_type"), ContentfwkPackage.Literals.FUNCTION__DECOMPOSES_FUNCTION, true, false, true, null, null, null)); } /** * This adds a property descriptor for the Communicates With Functions feature. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void addCommunicatesWithFunctionsPropertyDescriptor(Object object) { itemPropertyDescriptors.add (createItemPropertyDescriptor (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), getResourceLocator(), getString("_UI_Function_communicatesWithFunctions_feature"), getString("_UI_PropertyDescriptor_description", "_UI_Function_communicatesWithFunctions_feature", "_UI_Function_type"), ContentfwkPackage.Literals.FUNCTION__COMMUNICATES_WITH_FUNCTIONS, true, false, true, null, null, null)); } /** * This adds a property descriptor for the Is Decomposed By Functions feature. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected void addIsDecomposedByFunctionsPropertyDescriptor(Object object) { itemPropertyDescriptors.add (createItemPropertyDescriptor (((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(), getResourceLocator(), getString("_UI_Function_isDecomposedByFunctions_feature"), getString("_UI_PropertyDescriptor_description", "_UI_Function_isDecomposedByFunctions_feature", "_UI_Function_type"), ContentfwkPackage.Literals.FUNCTION__IS_DECOMPOSED_BY_FUNCTIONS, true, false, true, null, null, null)); } /** * This returns Function.gif. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public Object getImage(Object object) { return overlayImage(object, getResourceLocator().getImage("full/obj16/Function")); } /** * This returns the label text for the adapted class. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public String getText(Object object) { String label = ((Function)object).getName(); return label == null || label.length() == 0 ? getString("_UI_Function_type") : getString("_UI_Function_type") + " " + label; } /** * This handles model notifications by calling {@link #updateChildren} to update any cached * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void notifyChanged(Notification notification) { updateChildren(notification); switch (notification.getFeatureID(Function.class)) { case ContentfwkPackage.FUNCTION__STANDARD_CLASS: case ContentfwkPackage.FUNCTION__STANDARD_CREATION_DATE: case ContentfwkPackage.FUNCTION__LAST_STANDARD_REVIEW_DATE: case ContentfwkPackage.FUNCTION__NEXT_STANDARD_REVIEW_DATE: case ContentfwkPackage.FUNCTION__RETIRE_DATE: fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true)); return; } super.notifyChanged(notification); } /** * This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children * that can be created under this object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected void collectNewChildDescriptors(Collection<Object> newChildDescriptors, Object object) { super.collectNewChildDescriptors(newChildDescriptors, object); } }