Methods Summary |
---|
public void | acceptDrag(int dragAction)accept the Drag
|
public void | acceptDrop(int dropAction)accept the Drop
|
public void | dropComplete(boolean success)signal complete
|
public java.awt.dnd.DropTarget | getDropTarget()get the DropTarget associated with this peer
|
public int | getTargetActions()get the current Target actions
|
public java.awt.datatransfer.DataFlavor[] | getTransferDataFlavors()get the (remote) DataFlavors from the peer
|
public java.awt.datatransfer.Transferable | getTransferable()get an input stream to the remote data
|
public boolean | isTransferableJVMLocal()
|
public void | rejectDrag()reject the Drag
|
public void | rejectDrop()reject the Drop
|
public void | setTargetActions(int actions)update the peer's notion of the Target's actions
|