|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is exposed by the underlying window system platform to enable control of platform DnD operations
Method Summary | |
void |
acceptDrag(int dragAction)
accept the Drag |
void |
acceptDrop(int dropAction)
accept the Drop |
void |
dropComplete(boolean success)
signal complete |
DropTarget |
getDropTarget()
get the DropTarget associated with this peer |
int |
getTargetActions()
get the current Target actions |
Transferable |
getTransferable()
get an input stream to the remote data |
DataFlavor[] |
getTransferDataFlavors()
get the (remote) DataFlavors from the peer |
boolean |
isTransferableJVMLocal()
|
void |
rejectDrag()
reject the Drag |
void |
rejectDrop()
reject the Drop |
void |
setTargetActions(int actions)
update the peer's notion of the Target's actions |
Method Detail |
public void setTargetActions(int actions)
public int getTargetActions()
public DropTarget getDropTarget()
public DataFlavor[] getTransferDataFlavors()
public Transferable getTransferable() throws InvalidDnDOperationException
InvalidDnDOperationException
public boolean isTransferableJVMLocal()
public void acceptDrag(int dragAction)
public void rejectDrag()
public void acceptDrop(int dropAction)
public void rejectDrop()
public void dropComplete(boolean success)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |