public class FileDropEvent extends EventObject
filesDropped(...) method in
your FileDropListener when files are dropped onto
a registered drop target.
I'm releasing this code into the Public Domain. Enjoy.
source| Constructor and Description |
|---|
FileDropEvent(File[] files,
Object source)
Constructs an
FileDropEvent with the array
of files that were dropped and the
FileDrop that initiated the event. |
| Modifier and Type | Method and Description |
|---|---|
File[] |
getFiles()
Returns an array of files that were dropped on a
registered drop target.
|
getSource, toStringpublic FileDropEvent(File[] files, Object source)
FileDropEvent with the array
of files that were dropped and the
FileDrop that initiated the event.files - The array of files that were dropped
%source The event sourcepublic File[] getFiles()
Copyright © 2021 vpc open source initiative. All rights reserved.