corpus-services
1.0
|
Public Member Functions | |
Event (java.io.File[] files, Object source) | |
java.io.File[] | getFiles () |
This is the event that is passed to the filesDropped(...) method in your FileDropListener when files are dropped onto a registered drop target.
I'm releasing this code into the Public Domain. Enjoy.
Definition at line 650 of file FileDrop.java.
de.uni_hamburg.corpora.swing.FileDrop.Event.Event | ( | java.io.File[] | files, |
Object | source | ||
) |
Constructs an Event with the array of files that were dropped and the FileDrop that initiated the event.
files | The array of files that were dropped The event source |
Definition at line 663 of file FileDrop.java.
java.io.File [] de.uni_hamburg.corpora.swing.FileDrop.Event.getFiles | ( | ) |
Returns an array of files that were dropped on a registered drop target.
Definition at line 675 of file FileDrop.java.