Uses of Class
org.eclipse.swt.dnd.DragSourceEvent
-
Packages that use DragSourceEvent Package Description org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.org.eclipse.swt.dnd SWT Drag and Drop support.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension.org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. -
-
Uses of DragSourceEvent in org.eclipse.jface.util
Methods in org.eclipse.jface.util with parameters of type DragSourceEvent Modifier and Type Method Description voidDelegatingDragAdapter. dragFinished(DragSourceEvent event)The drop has successfully completed.voidDelegatingDragAdapter. dragSetData(DragSourceEvent event)The drop data is requested.voidDelegatingDragAdapter. dragStart(DragSourceEvent event)A drag operation has started. -
Uses of DragSourceEvent in org.eclipse.swt.dnd
Methods in org.eclipse.swt.dnd with parameters of type DragSourceEvent Modifier and Type Method Description voidDragSourceAdapter. dragFinished(DragSourceEvent event)This implementation ofdragFinisheddoes nothing.voidDragSourceListener. dragFinished(DragSourceEvent event)The drop has successfully completed(mouse up over a valid target) or has been terminated (such as hitting the ESC key).voidTableDragSourceEffect. dragFinished(DragSourceEvent event)This implementation ofdragFinisheddisposes the image that was created inTableDragSourceEffect.dragStart.voidTreeDragSourceEffect. dragFinished(DragSourceEvent event)This implementation ofdragFinisheddisposes the image that was created inTreeDragSourceEffect.dragStart.voidDragSourceAdapter. dragSetData(DragSourceEvent event)This implementation ofdragSetDatadoes nothing.voidDragSourceListener. dragSetData(DragSourceEvent event)The data is required from the drag source.voidDragSourceAdapter. dragStart(DragSourceEvent event)This implementation ofdragStartpermits the drag operation to start.voidDragSourceListener. dragStart(DragSourceEvent event)The user has begun the actions required to drag the widget.voidTableDragSourceEffect. dragStart(DragSourceEvent event)This implementation ofdragStartwill create a default image that will be used during the drag.voidTreeDragSourceEffect. dragStart(DragSourceEvent event)This implementation ofdragStartwill create a default image that will be used during the drag. -
Uses of DragSourceEvent in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator with parameters of type DragSourceEvent Modifier and Type Method Description voidCommonDragAdapter. dragFinished(DragSourceEvent event)voidCommonDragAdapterAssistant. dragFinished(DragSourceEvent anEvent, IStructuredSelection aSelection)Allows the drag assistant to do any necessary cleanup after the drop operation is done.voidCommonDragAdapter. dragSetData(DragSourceEvent event)voidCommonDragAdapter. dragStart(DragSourceEvent event)voidCommonDragAdapterAssistant. dragStart(DragSourceEvent anEvent, IStructuredSelection aSelection)Allows the drag assistant indicate it wants to participate in the drag operation.abstract booleanCommonDragAdapterAssistant. setDragData(DragSourceEvent anEvent, IStructuredSelection aSelection)Set the value of theEvent.datafield using the given selection. -
Uses of DragSourceEvent in org.eclipse.ui.navigator.resources
Methods in org.eclipse.ui.navigator.resources with parameters of type DragSourceEvent Modifier and Type Method Description booleanResourceDragAdapterAssistant. setDragData(DragSourceEvent anEvent, IStructuredSelection aSelection) -
Uses of DragSourceEvent in org.eclipse.ui.views.navigator
Methods in org.eclipse.ui.views.navigator with parameters of type DragSourceEvent Modifier and Type Method Description voidNavigatorDragAdapter. dragFinished(DragSourceEvent event)Deprecated.This implementation ofDragSourceListener.dragFinished(DragSourceEvent)responds to a drag that has moved resources outside the Navigator by deleting the corresponding source resource.voidNavigatorDragAdapter. dragSetData(DragSourceEvent event)Deprecated.This implementation ofDragSourceListener.dragSetData(DragSourceEvent)sets the drag event data based on the current selection in the Navigator.voidNavigatorDragAdapter. dragStart(DragSourceEvent event)Deprecated.This implementation ofDragSourceListener.dragStart(DragSourceEvent)allows the drag to start if the current Navigator selection contains resources that can be dragged.
-