blob: 1af7bd1a0b4b5983b0dfa791da97d5e5dc1642e5 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.stem.diseasemodels.standard.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.common.util.ResourceLocator;
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.eclipse.stem.core.model.provider.NodeDecoratorItemProvider;
import org.eclipse.stem.diseasemodels.standard.Initializer;
import org.eclipse.stem.diseasemodels.standard.StandardPackage;
/**
* This is the item provider adapter for a {@link org.eclipse.stem.diseasemodels.standard.Initializer} object.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public class InitializerItemProvider
extends NodeDecoratorItemProvider
implements
IEditingDomainItemProvider,
IStructuredItemContentProvider,
ITreeItemContentProvider,
IItemLabelProvider,
IItemPropertySource {
/**
* This constructs an instance from a factory and a notifier.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public InitializerItemProvider(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);
addDiseaseNamePropertyDescriptor(object);
addTargetISOKeyPropertyDescriptor(object);
addTargetURIPropertyDescriptor(object);
addPopulationIdentifierPropertyDescriptor(object);
addCompartmentsPropertyDescriptor(object);
addCompartmentValuesPropertyDescriptor(object);
addUseFractionsPropertyDescriptor(object);
}
return itemPropertyDescriptors;
}
/**
* This adds a property descriptor for the Disease Name feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addDiseaseNamePropertyDescriptor(Object object) {
itemPropertyDescriptors.add
(createItemPropertyDescriptor
(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
getResourceLocator(),
getString("_UI_Initializer_diseaseName_feature"), //$NON-NLS-1$
getString("_UI_PropertyDescriptor_description", "_UI_Initializer_diseaseName_feature", "_UI_Initializer_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
StandardPackage.Literals.INITIALIZER__DISEASE_NAME,
true,
false,
false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
null,
null));
}
/**
* This adds a property descriptor for the Target ISO Key feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addTargetISOKeyPropertyDescriptor(Object object) {
itemPropertyDescriptors.add
(createItemPropertyDescriptor
(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
getResourceLocator(),
getString("_UI_Initializer_targetISOKey_feature"), //$NON-NLS-1$
getString("_UI_PropertyDescriptor_description", "_UI_Initializer_targetISOKey_feature", "_UI_Initializer_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
StandardPackage.Literals.INITIALIZER__TARGET_ISO_KEY,
true,
false,
false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
null,
null));
}
/**
* This adds a property descriptor for the Target URI feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addTargetURIPropertyDescriptor(Object object) {
itemPropertyDescriptors.add
(createItemPropertyDescriptor
(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
getResourceLocator(),
getString("_UI_Initializer_targetURI_feature"), //$NON-NLS-1$
getString("_UI_PropertyDescriptor_description", "_UI_Initializer_targetURI_feature", "_UI_Initializer_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
StandardPackage.Literals.INITIALIZER__TARGET_URI,
true,
false,
false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
null,
null));
}
/**
* This adds a property descriptor for the Population Identifier feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addPopulationIdentifierPropertyDescriptor(Object object) {
itemPropertyDescriptors.add
(createItemPropertyDescriptor
(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
getResourceLocator(),
getString("_UI_Initializer_populationIdentifier_feature"), //$NON-NLS-1$
getString("_UI_PropertyDescriptor_description", "_UI_Initializer_populationIdentifier_feature", "_UI_Initializer_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
StandardPackage.Literals.INITIALIZER__POPULATION_IDENTIFIER,
true,
false,
false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
null,
null));
}
/**
* This adds a property descriptor for the Compartments feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addCompartmentsPropertyDescriptor(Object object) {
itemPropertyDescriptors.add
(createItemPropertyDescriptor
(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
getResourceLocator(),
getString("_UI_Initializer_compartments_feature"), //$NON-NLS-1$
getString("_UI_PropertyDescriptor_description", "_UI_Initializer_compartments_feature", "_UI_Initializer_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
StandardPackage.Literals.INITIALIZER__COMPARTMENTS,
true,
false,
false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
null,
null));
}
/**
* This adds a property descriptor for the Compartment Values feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addCompartmentValuesPropertyDescriptor(Object object) {
itemPropertyDescriptors.add
(createItemPropertyDescriptor
(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
getResourceLocator(),
getString("_UI_Initializer_compartmentValues_feature"), //$NON-NLS-1$
getString("_UI_PropertyDescriptor_description", "_UI_Initializer_compartmentValues_feature", "_UI_Initializer_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
StandardPackage.Literals.INITIALIZER__COMPARTMENT_VALUES,
true,
false,
false,
ItemPropertyDescriptor.REAL_VALUE_IMAGE,
null,
null));
}
/**
* This adds a property descriptor for the Use Fractions feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected void addUseFractionsPropertyDescriptor(Object object) {
itemPropertyDescriptors.add
(createItemPropertyDescriptor
(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),
getResourceLocator(),
getString("_UI_Initializer_useFractions_feature"), //$NON-NLS-1$
getString("_UI_PropertyDescriptor_description", "_UI_Initializer_useFractions_feature", "_UI_Initializer_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
StandardPackage.Literals.INITIALIZER__USE_FRACTIONS,
true,
false,
false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
null,
null));
}
/**
* This returns Initializer.gif.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated NOT
*/
@Override
public Object getImage(Object object) {
return overlayImage(object, getResourceLocator().getImage("full/custom16/Initializer")); //$NON-NLS-1$
}
/**
* This returns the label text for the adapted class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public String getTextGen(Object object) {
String label = ((Initializer)object).getDiseaseName();
return label == null || label.length() == 0 ?
getString("_UI_Initializer_type") : //$NON-NLS-1$
getString("_UI_Initializer_type") + " " + label; //$NON-NLS-1$ //$NON-NLS-2$
}
/**
* 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(Initializer.class)) {
case StandardPackage.INITIALIZER__DISEASE_NAME:
case StandardPackage.INITIALIZER__TARGET_ISO_KEY:
case StandardPackage.INITIALIZER__TARGET_URI:
case StandardPackage.INITIALIZER__POPULATION_IDENTIFIER:
case StandardPackage.INITIALIZER__COMPARTMENTS:
case StandardPackage.INITIALIZER__COMPARTMENT_VALUES:
case StandardPackage.INITIALIZER__USE_FRACTIONS:
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);
}
/**
* Return the resource locator for this item provider's resources.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public ResourceLocator getResourceLocator() {
return DiseasemodelsEditPlugin.INSTANCE;
}
}