final class SwingDragSource extends CachingTransferable implements EmbeddedSceneDSInterface
| Modifier and Type | Field and Description |
|---|---|
private int |
sourceActions |
| Constructor and Description |
|---|
SwingDragSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
dragDropEnd(TransferMode performedAction) |
java.util.Set<TransferMode> |
getSupportedActions() |
(package private) void |
updateContents(java.awt.dnd.DropTargetDragEvent e,
boolean fetchData) |
(package private) void |
updateContents(java.awt.dnd.DropTargetDropEvent e,
boolean fetchData) |
getData, getMimeTypes, getTransferData, getTransferDataFlavors, isDataFlavorSupported, isMimeTypeAvailable, updateData, updateDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetData, getMimeTypes, isMimeTypeAvailablevoid updateContents(java.awt.dnd.DropTargetDragEvent e,
boolean fetchData)
void updateContents(java.awt.dnd.DropTargetDropEvent e,
boolean fetchData)
public java.util.Set<TransferMode> getSupportedActions()
getSupportedActions in interface EmbeddedSceneDSInterfacepublic void dragDropEnd(TransferMode performedAction)
dragDropEnd in interface EmbeddedSceneDSInterface