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.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.navigator |
Provides the Common Navigator framework.
|
org.eclipse.ui.views.navigator |
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TransferDragSourceListener
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingDragAdapter
A
DelegatingDragAdapter is a DragSourceListener that
maintains and delegates to a set of TransferDragSourceListener s. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DragSourceAdapter
This adapter class provides default implementations for the
methods described by the
DragSourceListener interface. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonDragAdapter
Provides an implementation of
DragSourceAdapter which uses the
extensions provided by the associated INavigatorContentService . |
Modifier and Type | Class and Description |
---|---|
class |
NavigatorDragAdapter
Implements drag behaviour when items are dragged out of the
resource navigator.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.