Public Member Functions | Protected Member Functions

de.fraunhofer.isst.eastadl.functionmodeling.provider.AllocateableElementInstanceRefItemProvider Class Reference

List of all members.

Public Member Functions

 AllocateableElementInstanceRefItemProvider (AdapterFactory adapterFactory)
Object getImage (Object object)
List< IItemPropertyDescriptor > getPropertyDescriptors (Object object)
ResourceLocator getResourceLocator ()
String getText (Object object)
void notifyChanged (Notification notification)

Protected Member Functions

void addPathPropertyDescriptor (Object object)
void addTypePropertyDescriptor (Object object)
void collectNewChildDescriptors (Collection< Object > newChildDescriptors, Object object)

Detailed Description

This is the item provider adapter for a de.fraunhofer.isst.eastadl.functionmodeling.AllocateableElementInstanceRef object.


Constructor & Destructor Documentation

de.fraunhofer.isst.eastadl.functionmodeling.provider.AllocateableElementInstanceRefItemProvider.AllocateableElementInstanceRefItemProvider ( AdapterFactory  adapterFactory  ) 

This constructs an instance from a factory and a notifier.


Member Function Documentation

void de.fraunhofer.isst.eastadl.functionmodeling.provider.AllocateableElementInstanceRefItemProvider.addPathPropertyDescriptor ( Object  object  )  [protected]

This adds a property descriptor for the Path feature.

void de.fraunhofer.isst.eastadl.functionmodeling.provider.AllocateableElementInstanceRefItemProvider.addTypePropertyDescriptor ( Object  object  )  [protected]

This adds a property descriptor for the Type feature.

void de.fraunhofer.isst.eastadl.functionmodeling.provider.AllocateableElementInstanceRefItemProvider.collectNewChildDescriptors ( Collection< Object >  newChildDescriptors,
Object  object 
) [protected]

This adds org.eclipse.emf.edit.command.CommandParameters describing the children that can be created under this object.

Object de.fraunhofer.isst.eastadl.functionmodeling.provider.AllocateableElementInstanceRefItemProvider.getImage ( Object  object  ) 

This returns AllocateableElementInstanceRef.gif.

List<IItemPropertyDescriptor> de.fraunhofer.isst.eastadl.functionmodeling.provider.AllocateableElementInstanceRefItemProvider.getPropertyDescriptors ( Object  object  ) 

This returns the property descriptors for the adapted class.

ResourceLocator de.fraunhofer.isst.eastadl.functionmodeling.provider.AllocateableElementInstanceRefItemProvider.getResourceLocator (  ) 

Return the resource locator for this item provider's resources.

String de.fraunhofer.isst.eastadl.functionmodeling.provider.AllocateableElementInstanceRefItemProvider.getText ( Object  object  ) 

This returns the label text for the adapted class.

NOT

void de.fraunhofer.isst.eastadl.functionmodeling.provider.AllocateableElementInstanceRefItemProvider.notifyChanged ( Notification  notification  ) 

This handles model notifications by calling updateChildren to update any cached children and by creating a viewer notification, which it passes to fireNotifyChanged.