blob: 8de1bee6f0f7f0a36a9fcd5aef5d6e3bce6ad678 [file] [log] [blame]
/*
* Copyright (c) 2005, 2018 IBM Corporation, CEA, and others.
* 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:
* IBM - initial API and implementation
* Kenn Hussey (CEA) - 414970
* Kenn Hussey - 522703, 529044
* Sebastien Revol (CEA) - 529044
*
*/
package org.eclipse.uml2.codegen.ecore.genmodel.provider;
import java.util.List;
import org.eclipse.emf.common.notify.AdapterFactory;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.util.ResourceLocator;
import org.eclipse.emf.edit.provider.ComposeableAdapterFactory;
import org.eclipse.emf.edit.provider.IItemPropertyDescriptor;
import org.eclipse.emf.edit.provider.ItemPropertyDescriptor;
import org.eclipse.emf.edit.provider.ViewerNotification;
import org.eclipse.uml2.codegen.ecore.genmodel.GenModel;
import org.eclipse.uml2.codegen.ecore.genmodel.GenModelPackage;
import org.eclipse.uml2.codegen.ecore.ui.CodeGenEcoreUIPlugin;
/**
* This is the item provider adapter for a {@link org.eclipse.uml2.codegen.ecore.genmodel.GenModel} object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public class GenModelItemProvider
extends
org.eclipse.emf.codegen.ecore.genmodel.provider.GenModelItemProvider {
/**
* This constructs an instance from a factory and a notifier.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public GenModelItemProvider(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);
addFactoryMethodsPropertyDescriptor(object);
addPluralizedGettersPropertyDescriptor(object);
addCacheAdapterSupportPropertyDescriptor(object);
addSafeStringsPropertyDescriptor(object);
addInvariantPrefixPropertyDescriptor(object);
addOperationsFolderPropertyDescriptor(object);
}
return itemPropertyDescriptors;
}
/**
* This adds a property descriptor for the Factory Methods feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addFactoryMethodsPropertyDescriptor(Object object) {
itemPropertyDescriptors.add(createItemPropertyDescriptor(
((ComposeableAdapterFactory) adapterFactory)
.getRootAdapterFactory(),
getResourceLocator(),
getString("_UI_GenModel_factoryMethods_feature"), //$NON-NLS-1$
getString("_UI_PropertyDescriptor_description", //$NON-NLS-1$
"_UI_GenModel_factoryMethods_feature", "_UI_GenModel_type"), //$NON-NLS-1$ //$NON-NLS-2$
GenModelPackage.Literals.GEN_MODEL__FACTORY_METHODS, true, false,
false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
getString("_UI_UML2PropertyCategory"), //$NON-NLS-1$
null));
}
/**
* This adds a property descriptor for the Pluralized Getters feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addPluralizedGettersPropertyDescriptor(Object object) {
itemPropertyDescriptors.add(createItemPropertyDescriptor(
((ComposeableAdapterFactory) adapterFactory)
.getRootAdapterFactory(),
getResourceLocator(),
getString("_UI_GenModel_pluralizedGetters_feature"), //$NON-NLS-1$
getString("_UI_PropertyDescriptor_description", //$NON-NLS-1$
"_UI_GenModel_pluralizedGetters_feature", "_UI_GenModel_type"), //$NON-NLS-1$ //$NON-NLS-2$
GenModelPackage.Literals.GEN_MODEL__PLURALIZED_GETTERS, true, false,
false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
getString("_UI_UML2PropertyCategory"), //$NON-NLS-1$
null));
}
/**
* This adds a property descriptor for the Cache Adapter Support feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addCacheAdapterSupportPropertyDescriptor(Object object) {
itemPropertyDescriptors.add(createItemPropertyDescriptor(
((ComposeableAdapterFactory) adapterFactory)
.getRootAdapterFactory(),
getResourceLocator(),
getString("_UI_GenModel_cacheAdapterSupport_feature"), //$NON-NLS-1$
getString("_UI_PropertyDescriptor_description", //$NON-NLS-1$
"_UI_GenModel_cacheAdapterSupport_feature", //$NON-NLS-1$
"_UI_GenModel_type"), //$NON-NLS-1$
GenModelPackage.Literals.GEN_MODEL__CACHE_ADAPTER_SUPPORT, true,
false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
getString("_UI_UML2PropertyCategory"), //$NON-NLS-1$
null));
}
/**
* This adds a property descriptor for the Safe Strings feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addSafeStringsPropertyDescriptor(Object object) {
itemPropertyDescriptors.add(createItemPropertyDescriptor(
((ComposeableAdapterFactory) adapterFactory)
.getRootAdapterFactory(),
getResourceLocator(), getString("_UI_GenModel_safeStrings_feature"), //$NON-NLS-1$
getString("_UI_PropertyDescriptor_description", //$NON-NLS-1$
"_UI_GenModel_safeStrings_feature", "_UI_GenModel_type"), //$NON-NLS-1$ //$NON-NLS-2$
GenModelPackage.Literals.GEN_MODEL__SAFE_STRINGS, true, false,
false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
getString("_UI_UML2PropertyCategory"), //$NON-NLS-1$
null));
}
/**
* This adds a property descriptor for the Invariant Prefix feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addInvariantPrefixPropertyDescriptor(Object object) {
itemPropertyDescriptors.add(createItemPropertyDescriptor(
((ComposeableAdapterFactory) adapterFactory)
.getRootAdapterFactory(),
getResourceLocator(),
getString("_UI_GenModel_invariantPrefix_feature"), //$NON-NLS-1$
getString("_UI_PropertyDescriptor_description", //$NON-NLS-1$
"_UI_GenModel_invariantPrefix_feature", "_UI_GenModel_type"), //$NON-NLS-1$ //$NON-NLS-2$
GenModelPackage.Literals.GEN_MODEL__INVARIANT_PREFIX, true, false,
false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
getString("_UI_UML2PropertyCategory"), //$NON-NLS-1$
null));
}
/**
* This adds a property descriptor for the Operations Folder feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addOperationsFolderPropertyDescriptor(Object object) {
itemPropertyDescriptors.add(createItemPropertyDescriptor(
((ComposeableAdapterFactory) adapterFactory)
.getRootAdapterFactory(),
getResourceLocator(),
getString("_UI_GenModel_operationsFolder_feature"), //$NON-NLS-1$
getString("_UI_GenModel_operationsFolder_description"), //$NON-NLS-1$
GenModelPackage.Literals.GEN_MODEL__OPERATIONS_FOLDER, true, false,
false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
getString("_UI_UML2PropertyCategory"), //$NON-NLS-1$
null));
}
/**
* This returns the label text for the adapted class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated NOT
*/
@Override
public String getText(Object object) {
return super.getText(object);
}
/**
* 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(GenModel.class)) {
case GenModelPackage.GEN_MODEL__FACTORY_METHODS :
case GenModelPackage.GEN_MODEL__PLURALIZED_GETTERS :
case GenModelPackage.GEN_MODEL__CACHE_ADAPTER_SUPPORT :
case GenModelPackage.GEN_MODEL__SAFE_STRINGS :
case GenModelPackage.GEN_MODEL__INVARIANT_PREFIX :
case GenModelPackage.GEN_MODEL__OPERATIONS_FOLDER :
fireNotifyChanged(new ViewerNotification(notification,
notification.getNotifier(), false, true));
return;
}
super.notifyChanged(notification);
}
/**
* Return the resource locator for this item provider's resources.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public ResourceLocator getResourceLocator() {
return CodeGenEcoreUIPlugin.INSTANCE;
}
}