|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DragSourceListener | |
org.eclipse.jface.viewers | Provides a framework for viewers, which are model-based content adapters for SWT widgets. |
org.eclipse.swt.dnd | SWT Drag and Drop support. |
org.eclipse.ui.views.navigator | Provides the standard Resource Navigator view which presents the tree of resources in the workspace. |
Uses of DragSourceListener in org.eclipse.jface.viewers |
Methods in org.eclipse.jface.viewers with parameters of type DragSourceListener | |
void |
StructuredViewer.addDragSupport(int operations,
Transfer[] transferTypes,
DragSourceListener listener)
Adds support for dragging items out of this viewer via a user drag-and-drop operation. |
Uses of DragSourceListener in org.eclipse.swt.dnd |
Classes in org.eclipse.swt.dnd that implement DragSourceListener | |
class |
DragSourceAdapter
This adapter class provides default implementations for the methods described by the DragSourceListener interface. |
Methods in org.eclipse.swt.dnd with parameters of type DragSourceListener | |
void |
DragSource.addDragListener(DragSourceListener listener)
Adds the listener to the collection of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DragSourceListener
interface. |
void |
DragSource.removeDragListener(DragSourceListener listener)
Removes the listener from the collection of listeners who will be notified when a drag and drop operation is in progress. |
Uses of DragSourceListener in org.eclipse.ui.views.navigator |
Classes in org.eclipse.ui.views.navigator that implement DragSourceListener | |
class |
NavigatorDragAdapter
Implements drag behaviour when items are dragged out of the resource navigator. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |