Uses of Interface
org.eclipse.swt.dnd.DropTargetListener
Package
Description
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
SWT Custom widgets.
SWT Drag and Drop support.
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
Classes and Interface specifications for Drag and Drop in the Eclipse Platform User Interface.
Custom widgets and controls for forms-based parts.
Provides the Common Navigator framework.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of DropTargetListener in org.eclipse.jface.util
Modifier and TypeInterfaceDescriptioninterface
Modifier and TypeClassDescriptionclass
ADelegatingDropAdapter
is aDropTargetListener
that maintains and delegates to a set ofTransferDropTargetListener
s. -
Uses of DropTargetListener in org.eclipse.jface.viewers
Modifier and TypeClassDescriptionclass
This adapter class provides generic drag-and-drop support for a viewer.Modifier and TypeMethodDescriptionvoid
StructuredViewer.addDropSupport
(int operations, Transfer[] transferTypes, DropTargetListener listener) Adds support for dropping items into this viewer via a user drag-and-drop operation. -
Uses of DropTargetListener in org.eclipse.swt.custom
Modifier and TypeClassDescriptionclass
This adapter class provides a default drag under effect (eg. select and scroll) when a drag occurs over aStyledText
. -
Uses of DropTargetListener in org.eclipse.swt.dnd
Modifier and TypeClassDescriptionclass
This adapter class provides default implementations for the methods described by theDropTargetListener
interface.class
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
.Modifier and TypeMethodDescriptionDropTarget.getDropListeners()
Returns an array of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in theDropTargetListener
interface.Modifier and TypeMethodDescriptionvoid
DropTarget.addDropListener
(DropTargetListener 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 theDropTargetListener
interface.void
DropTarget.removeDropListener
(DropTargetListener listener) Removes the listener from the collection of listeners who will be notified when a drag and drop operation is in progress. -
Uses of DropTargetListener in org.eclipse.ui.application
Modifier and TypeMethodDescriptionvoid
IWorkbenchWindowConfigurer.configureEditorAreaDropListener
(DropTargetListener dropTargetListener) Configures the drop target listener for the editor area of this workbench window. -
Uses of DropTargetListener in org.eclipse.ui.dnd
Modifier and TypeMethodDescriptionvoid
IDragAndDropService.addMergedDropTarget
(Control control, int ops, Transfer[] transfers, DropTargetListener listener) Causes a drop target to be added to the given control that respects the existing site's drop behaviour in addition to the behaviour being specified for the given control. -
Uses of DropTargetListener in org.eclipse.ui.forms.widgets
Modifier and TypeMethodDescriptionvoid
Form.addTitleDropSupport
(int operations, Transfer[] transferTypes, DropTargetListener listener) Adds support for dropping items into the form title area via a user drag-and-drop operation. -
Uses of DropTargetListener in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionvoid
EditorSiteDragAndDropServiceImpl.addMergedDropTarget
(Control control, int ops, Transfer[] transfers, DropTargetListener listener) void
WorkbenchWindowConfigurer.configureEditorAreaDropListener
(DropTargetListener dropTargetListener) -
Uses of DropTargetListener in org.eclipse.ui.part
Modifier and TypeClassDescriptionclass
Adapter for adding handling of thePluginTransfer
drag and drop transfer type to a drop action. -
Uses of DropTargetListener in org.eclipse.ui.texteditor
Modifier and TypeInterfaceDescriptioninterface
Interface to be implemented by SWT drop target listeners to be used withAbstractTextEditor
.