Public Member Functions | Protected Member Functions

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

List of all members.

Public Member Functions

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

Protected Member Functions

void addHardwareComponentPropertyDescriptor (Object object)
void collectNewChildDescriptors (Collection< Object > newChildDescriptors, Object object)

Detailed Description

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


Constructor & Destructor Documentation

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

This constructs an instance from a factory and a notifier.


Member Function Documentation

void de.fraunhofer.isst.eastadl.functionmodeling.provider.HardwareFunctionTypeItemProvider.addHardwareComponentPropertyDescriptor ( Object  object  )  [protected]

This adds a property descriptor for the Hardware Component feature.

void de.fraunhofer.isst.eastadl.functionmodeling.provider.HardwareFunctionTypeItemProvider.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.HardwareFunctionTypeItemProvider.getImage ( Object  object  ) 

This returns HardwareFunctionType.gif.

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

This returns the property descriptors for the adapted class.

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

This returns the label text for the adapted class.

NOT

void de.fraunhofer.isst.eastadl.functionmodeling.provider.HardwareFunctionTypeItemProvider.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.