org.eclipse.ui.internal.dnd |
|
Java Source File Name | Type | Comment |
AbstractDropTarget.java | Class | |
CompatibilityDragTarget.java | Class | Compatibility layer for the old-style drag-and-drop. |
DragBorder.java | Class | Utility class that wraps a given control with a black 'border'. |
DragUtil.java | Class | Provides the methods for attaching drag-and-drop listeners to SWT controls. |
IDragOverListener.java | Interface | Implementers of this interface will receive notifications when objects are dragged over
a particular SWT control. |
IDropTarget.java | Interface | This interface is used to drop objects. |
IDropTarget2.java | Interface | This interface allows a particular drop target to be informed that
the drag operation was cancelled. |
InsertCaret.java | Class | This class provides 'insertion' feedback to the User. |
SwtUtil.java | Class | |
TestDropLocation.java | Interface | This is an interface intended for use in test suites. |