..) method in your FileDropListener when files are dropped onto a registered drop target.
I'm releasing this code into the Public Domain. Enjoy.
Original author: Robert Harder, rharder@usa.net
Public Member Functions | |
FileDropEvent (java.io.File[] files, Object source) | |
Constructs a FileDropEvent with the array of files that were dropped and the FileDropBean that initiated the event. | |
java.io.File[] | getFiles () |
Returns an array of files that were dropped on a registered drop target. | |
Private Attributes | |
java.io.File[] | files |
Static Private Attributes | |
static final long | serialVersionUID = 259739987174376013L |
Prevent serialization collisions. |
net.iharder.dnd.FileDropEvent.FileDropEvent | ( | java.io.File[] | files, | |
Object | source | |||
) |
Constructs a FileDropEvent with the array of files that were dropped and the FileDropBean that initiated the event.
files | The array of files that were dropped | |
source | The event source |
java.io.File [] net.iharder.dnd.FileDropEvent.getFiles | ( | ) |
Returns an array of files that were dropped on a registered drop target.
final long net.iharder.dnd.FileDropEvent.serialVersionUID = 259739987174376013L [static, private] |
Prevent serialization collisions.