Uses of Package
net.iharder.dnd
Package | Description |
---|---|
net.iharder.dnd |
-
Classes in net.iharder.dnd used by net.iharder.dnd Class Description FileDrop.Listener Implement this inner interface to listen for when files are dropped.FileDropEvent This is the event that is passed to thefilesDropped(...)
method in yourFileDropListener
when files are dropped onto a registered drop target.FileDropListener When using the FileDrop package in its JavaBean form, this listener will receive events when files are dropped onto registered targets.TransferableObject.Fetcher Instead of passing your data directly to theTransferableObject
constructor, you may want to know exactly when your data was received in case you need to remove it from its source (or do anyting else to it).