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, startDragprotected int canAccept(java.awt.datatransfer.DataFlavor[] flavors,
int x,
int y,
int action)
canAccept in class DnDSupportprotected void done()
done in class DnDSupportprotected boolean importData(java.awt.datatransfer.Transferable t,
int x,
int y,
int action)
importData in class DnDSupportprotected java.awt.datatransfer.Transferable getTransferable(int x,
int y,
int action)
getTransferable in class DnDSupportprotected void exportDone(java.awt.datatransfer.Transferable t,
int action)
exportDone in class DnDSupport