public interface IExplorerExternalDragDrop
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT_NOTICE
Common copyright notice
|
static java.lang.String |
SCCSID
CMVC descriptors - expanded during extraction
|
Modifier and Type | Method and Description |
---|---|
boolean |
dropAction(java.lang.Object droppedObject,
int action)
Perform the specified drop action using the specified object
|
int |
getAcceptedOperations(org.eclipse.swt.dnd.TransferData dataType)
Return which operations would be accepted if the specified data transfer type was used
|
org.eclipse.swt.dnd.TransferData |
getPreferredTransferData(org.eclipse.swt.dnd.TransferData[] dataTypes)
Return which of the specified data transfer types is preferred
|
static final java.lang.String COPYRIGHT_NOTICE
static final java.lang.String SCCSID
org.eclipse.swt.dnd.TransferData getPreferredTransferData(org.eclipse.swt.dnd.TransferData[] dataTypes)
dataTypes
- the data transfer types to select fromint getAcceptedOperations(org.eclipse.swt.dnd.TransferData dataType)
dataType
- the transfer data typeboolean dropAction(java.lang.Object droppedObject, int action)
droppedObject
- the object being droppedaction
- the action to take (DND.DROP_MOVE or DND.DROP_COPY)