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, updateData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getData, getMimeTypes, isMimeTypeAvailable
void 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 EmbeddedSceneDSInterface
public void dragDropEnd(TransferMode performedAction)
dragDropEnd
in interface EmbeddedSceneDSInterface