|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
DataFlavor
for
FileDrop.TransferableObject
has the representation class
net.iharder.dnd.TransferableObject.class
and the MIME type
application/x-net.iharder.dnd.TransferableObject.
FileDrop
with a default light-blue border
and, if c is a Container
, recursively
sets all elements contained within as drop targets, though only
the top level container will change borders.
filesDropped(...)
method in
your FileDropListener
when files are dropped onto
a registered drop target.FileDrop.Event
with the array
of files that were dropped and the
FileDrop
that initiated the event.
FileDrop.TransferableObject
that wraps data.
FileDrop.TransferableObject
that will return the
object that is returned by fetcher.
FileDrop.TransferableObject
that will return the
object that is returned by fetcher.
FileDrop.TransferableObject
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).DataFlavor
associated
with the encapsulated object or null if the FileDrop.TransferableObject.Fetcher
constructor was used without passing a Class
.
FileDrop.TransferableObject
.
FileDrop.TransferableObject
.
FileDrop.TransferableObject.DATA_FLAVOR
associated with
FileDrop.TransferableObject
, and third the
java.awt.datatransfer.DataFlavor.stringFlavor
.
FileDrop.TransferableObject.DATA_FLAVOR
is
application/x-net.iharder.dnd.TransferableObject.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |