Eclipse Remote Application Platform

Uses of Class
org.eclipse.swt.dnd.DragSourceEvent

Packages that use DragSourceEvent
org.eclipse.swt.dnd   
 

Uses of DragSourceEvent in org.eclipse.swt.dnd
 

Methods in org.eclipse.swt.dnd with parameters of type DragSourceEvent
 void DragSourceAdapter.dragFinished(DragSourceEvent event)
          This implementation of dragFinished does nothing.
 void DragSourceListener.dragFinished(DragSourceEvent event)
          The drop has successfully completed(mouse up over a valid target) or has been terminated (such as hitting the ESC key).
 void DragSourceAdapter.dragSetData(DragSourceEvent event)
          This implementation of dragSetData does nothing.
 void DragSourceListener.dragSetData(DragSourceEvent event)
          The data is required from the drag source.
 void DragSourceAdapter.dragStart(DragSourceEvent event)
          This implementation of dragStart permits the drag operation to start.
 void DragSourceListener.dragStart(DragSourceEvent event)
          The user has begun the actions required to drag the widget.
 


Eclipse Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0