net.iharder.dnd.FileDropEvent Class Reference

List of all members.

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.

Original author: Robert Harder, rharder@usa.net

Author:
Robert Harder

rharder@usa.net

Version:
1.1


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.


Constructor & Destructor Documentation

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.

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


Member Function Documentation

java.io.File [] net.iharder.dnd.FileDropEvent.getFiles (  ) 

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

Returns:
array of files that were dropped
Since:
1.1


Member Data Documentation

final long net.iharder.dnd.FileDropEvent.serialVersionUID = 259739987174376013L [static, private]

Prevent serialization collisions.


The documentation for this class was generated from the following file:
Generated on Wed Aug 8 17:02:59 2007 for CALO by  doxygen 1.5.2