Public Member Functions | Protected Member Functions

de.fraunhofer.isst.eastadl.hardwaremodeling.provider.HardwarePinItemProvider Class Reference

List of all members.

Public Member Functions

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

Protected Member Functions

void addDirectionPropertyDescriptor (Object object)
void addImpedancePropertyDescriptor (Object object)
void addIsGroundPropertyDescriptor (Object object)
void addPowerPropertyDescriptor (Object object)
void addVoltagePropertyDescriptor (Object object)
void collectNewChildDescriptors (Collection< Object > newChildDescriptors, Object object)

Detailed Description

This is the item provider adapter for a de.fraunhofer.isst.eastadl.hardwaremodeling.HardwarePin object.


Constructor & Destructor Documentation

de.fraunhofer.isst.eastadl.hardwaremodeling.provider.HardwarePinItemProvider.HardwarePinItemProvider ( AdapterFactory  adapterFactory  ) 

This constructs an instance from a factory and a notifier.


Member Function Documentation

void de.fraunhofer.isst.eastadl.hardwaremodeling.provider.HardwarePinItemProvider.addDirectionPropertyDescriptor ( Object  object  )  [protected]

This adds a property descriptor for the Direction feature.

void de.fraunhofer.isst.eastadl.hardwaremodeling.provider.HardwarePinItemProvider.addImpedancePropertyDescriptor ( Object  object  )  [protected]

This adds a property descriptor for the Impedance feature.

void de.fraunhofer.isst.eastadl.hardwaremodeling.provider.HardwarePinItemProvider.addIsGroundPropertyDescriptor ( Object  object  )  [protected]

This adds a property descriptor for the Is Ground feature.

void de.fraunhofer.isst.eastadl.hardwaremodeling.provider.HardwarePinItemProvider.addPowerPropertyDescriptor ( Object  object  )  [protected]

This adds a property descriptor for the Power feature.

void de.fraunhofer.isst.eastadl.hardwaremodeling.provider.HardwarePinItemProvider.addVoltagePropertyDescriptor ( Object  object  )  [protected]

This adds a property descriptor for the Voltage feature.

void de.fraunhofer.isst.eastadl.hardwaremodeling.provider.HardwarePinItemProvider.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.

List<IItemPropertyDescriptor> de.fraunhofer.isst.eastadl.hardwaremodeling.provider.HardwarePinItemProvider.getPropertyDescriptors ( Object  object  ) 

This returns the property descriptors for the adapted class.

ResourceLocator de.fraunhofer.isst.eastadl.hardwaremodeling.provider.HardwarePinItemProvider.getResourceLocator (  ) 

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

String de.fraunhofer.isst.eastadl.hardwaremodeling.provider.HardwarePinItemProvider.getText ( Object  object  ) 

This returns the label text for the adapted class.

NOT

void de.fraunhofer.isst.eastadl.hardwaremodeling.provider.HardwarePinItemProvider.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.