protected class FormContainer.ContainerDnDSupport extends DnDSupport
Modifier and Type | Method and Description |
---|---|
protected int |
canAccept(java.awt.datatransfer.DataFlavor[] flavors,
int x,
int y,
int action) |
protected void |
done() |
protected void |
exportDone(java.awt.datatransfer.Transferable t,
int action) |
protected java.awt.datatransfer.Transferable |
getTransferable(int x,
int y,
int action) |
protected boolean |
importData(java.awt.datatransfer.Transferable t,
int x,
int y,
int action) |
setParent, startDrag
protected int canAccept(java.awt.datatransfer.DataFlavor[] flavors, int x, int y, int action)
canAccept
in class DnDSupport
protected void done()
done
in class DnDSupport
protected boolean importData(java.awt.datatransfer.Transferable t, int x, int y, int action)
importData
in class DnDSupport
protected java.awt.datatransfer.Transferable getTransferable(int x, int y, int action)
getTransferable
in class DnDSupport
protected void exportDone(java.awt.datatransfer.Transferable t, int action)
exportDone
in class DnDSupport