Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] [GMF - API CHANGE] Bugzilla 117724 Remove org.eclipse.gmf.runtime.emf.ui.transfer.providers fragment


Description:
The org.eclipse.gmf.runtime.emf.ui.transfer.providers fragment is no longer useful and should be removed.


It contains only 1 class which only has methods to retrieve a DropTargetListener and a DragSourceListener, which are now implemented in the org.eclipse.emf.edit.ui.dnd package of the org.eclipse.emf.edit.ui plugin (EditingDomainViewerDropAdapter and ViewerDragAdapter).

New API Availability:
N/A

Old API Removal:

Wednesday, December 14, 2005

Tracking:
                       

Bugzilla 117724

Clients Taken Care of:
       

N/A - there are no longer any known users of this fragment

Other Clients' Action:
       

N/A - drag and drop adapters named above are now hooked into the ECoreEditor.
In the unlikely event you are using this fragment, you should use the drag and drop adapters named above.

Back to the top