corpus-services  1.0
de.uni_hamburg.corpora.swing.FileDrop.Event Class Reference
+ Inheritance diagram for de.uni_hamburg.corpora.swing.FileDrop.Event:
+ Collaboration diagram for de.uni_hamburg.corpora.swing.FileDrop.Event:

Public Member Functions

 Event (java.io.File[] files, Object source)
 
java.io.File[] getFiles ()
 

Detailed Description

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.

Author
Robert Harder
rob@i.nosp@m.hard.nosp@m.er.ne.nosp@m.t
Version
1.2

Definition at line 650 of file FileDrop.java.

Constructor & Destructor Documentation

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.

Parameters
filesThe array of files that were dropped The event source
Since
1.1

Definition at line 663 of file FileDrop.java.

Member Function Documentation

java.io.File [] de.uni_hamburg.corpora.swing.FileDrop.Event.getFiles ( )

Returns an array of files that were dropped on a registered drop target.

Returns
array of files that were dropped
Since
1.1

Definition at line 675 of file FileDrop.java.


The documentation for this class was generated from the following file: