Java Reference
In-Depth Information
Figure 10-42
DragDropListenerService
Description: This extension-point registers drag source and drop target lis-
teners for element types within view parts. This extension-point facilitates the
configuration of providers for the DragDropListenerService ( org.
eclipse.gmf.runtime.common.ui.services.dnd.core.DragDrop
ListenerService ). The providers register listeners for drag-and-drop opera-
tions on specific element types within view parts.
Configuration markup:
<!ELEMENT extension (DragDropListenerProvider)>
<!ELEMENT DragDropListenerProvider (Priority , ViewId+)>
<!ATTLIST DragDropListenerProvider
id CDATA #REQUIRED
class CDATA #REQUIRED>
id —The identifier of the provider—for example, my_dragDropListener
Provider .
class —The provider class. Providers implement service functionality
(operations).
Search WWH ::




Custom Search