Public Member Functions | Protected Member Functions

de.fraunhofer.isst.axbench.transactioneditor.provider.InputPortItemProvider Class Reference

List of all members.

Public Member Functions

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

Protected Member Functions

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

Detailed Description

This is the item provider adapter for a de.fraunhofer.isst.axbench.transactioneditor.InputPort object.


Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.transactioneditor.provider.InputPortItemProvider.InputPortItemProvider ( AdapterFactory  adapterFactory  ) 

This constructs an instance from a factory and a notifier.


Member Function Documentation

void de.fraunhofer.isst.axbench.transactioneditor.provider.InputPortItemProvider.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.axbench.transactioneditor.provider.InputPortItemProvider.getPropertyDescriptors ( Object  object  ) 

This returns the property descriptors for the adapted class.

String de.fraunhofer.isst.axbench.transactioneditor.provider.InputPortItemProvider.getText ( Object  object  ) 

This returns the label text for the adapted class.

void de.fraunhofer.isst.axbench.transactioneditor.provider.InputPortItemProvider.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.