wt.clients.util
Class FileChooserDropApplet.DragHandler

java.lang.Object
  extended bywt.clients.util.FileChooserDropApplet.DragHandler
All Implemented Interfaces:
FileHandler
Enclosing class:
FileChooserDropApplet

public class FileChooserDropApplet.DragHandler
extends Object
implements FileHandler


Constructor Summary
FileChooserDropApplet.DragHandler()
           
 
Method Summary
 boolean processFiles(List listOfFiles)
          Process a list of files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileChooserDropApplet.DragHandler

public FileChooserDropApplet.DragHandler()
Method Detail

processFiles

public boolean processFiles(List listOfFiles)
Description copied from interface: FileHandler
Process a list of files.

Supported API: true

Specified by:
processFiles in interface FileHandler
Parameters:
listOfFiles - List with a File object as each element
Returns:
returns true if the list of files was successfully processed