Uses of Class
org.eclipse.swt.dnd.DropTargetAdapter
Packages that use DropTargetAdapter
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
SWT Custom widgets.
SWT Drag and Drop support.
Provides the Common Navigator framework.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
-
Uses of DropTargetAdapter in org.eclipse.jface.viewers
Subclasses of DropTargetAdapter in org.eclipse.jface.viewersModifier and TypeClassDescriptionclass
This adapter class provides generic drag-and-drop support for a viewer. -
Uses of DropTargetAdapter in org.eclipse.swt.custom
Subclasses of DropTargetAdapter in org.eclipse.swt.customModifier and TypeClassDescriptionclass
This adapter class provides a default drag under effect (eg. select and scroll) when a drag occurs over aStyledText
. -
Uses of DropTargetAdapter in org.eclipse.swt.dnd
Subclasses of DropTargetAdapter in org.eclipse.swt.dndModifier and TypeClassDescriptionclass
This class provides a default drag under effect during a drag and drop.class
This class provides a default drag under effect (eg. select, insert and scroll) when a drag occurs over aTable
.class
This class provides a default drag under effect (eg. select, insert, scroll and expand) when a drag occurs over aTree
. -
Uses of DropTargetAdapter in org.eclipse.ui.part
Subclasses of DropTargetAdapter in org.eclipse.ui.partModifier and TypeClassDescriptionclass
Adapter for adding handling of thePluginTransfer
drag and drop transfer type to a drop action.