|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDropTargetEvent
Interface that contains the information relevant to the drop target event.
Method Summary | |
---|---|
TransferData |
getCurrentDataType()
The type of data that will be dropped. |
int |
getCurrentOperation()
The operation being performed. |
TransferData[] |
getDataTypes()
A list of the types of data that the DragSource is capable of providing. |
int |
getOperations()
A bitwise OR'ing of the operations that the DragSource can support (e.g. |
Method Detail |
---|
int getCurrentOperation()
DND.DROP_NONE
,
DND.DROP_MOVE
,
DND.DROP_COPY
,
DND.DROP_LINK
int getOperations()
DND.DROP_NONE
,
DND.DROP_MOVE
,
DND.DROP_COPY
,
DND.DROP_LINK
TransferData[] getDataTypes()
TransferData getCurrentDataType()
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.