Public Member Functions | Protected Member Functions

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

List of all members.

Public Member Functions

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

Protected Member Functions

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

Detailed Description

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


Constructor & Destructor Documentation

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

This constructs an instance from a factory and a notifier.


Member Function Documentation

void de.fraunhofer.isst.axbench.transactioneditor.provider.DataProviderItemProvider.addIdPropertyDescriptor ( Object  object  )  [protected]

This adds a property descriptor for the Id feature.

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

This returns the property descriptors for the adapted class.

ResourceLocator de.fraunhofer.isst.axbench.transactioneditor.provider.DataProviderItemProvider.getResourceLocator (  ) 

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

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

This returns the label text for the adapted class.

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