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.
|
Modifier and Type | Method and Description |
---|---|
void |
DelegatingDragAdapter.dragFinished(DragSourceEvent event)
The drop has successfully completed.
|
void |
DelegatingDragAdapter.dragSetData(DragSourceEvent event)
The drop data is requested.
|
void |
DelegatingDragAdapter.dragStart(DragSourceEvent event)
A drag operation has started.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CommonDragAdapter.dragFinished(DragSourceEvent event) |
void |
CommonDragAdapter.dragSetData(DragSourceEvent event) |
void |
CommonDragAdapter.dragStart(DragSourceEvent event) |
abstract boolean |
CommonDragAdapterAssistant.setDragData(DragSourceEvent anEvent,
IStructuredSelection aSelection)
Set the value of the
Event.data field using the given selection. |
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceDragAdapterAssistant.setDragData(DragSourceEvent anEvent,
IStructuredSelection aSelection) |
Modifier and Type | Method and Description |
---|---|
void |
NavigatorDragAdapter.dragFinished(DragSourceEvent event) |
void |
NavigatorDragAdapter.dragSetData(DragSourceEvent event) |
void |
NavigatorDragAdapter.dragStart(DragSourceEvent event) |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.