org.pdfsam.guiclient.commons.dnd.droppers
Class JPdfSelectionTableDropper

java.lang.Object
  extended by java.awt.dnd.DropTargetAdapter
      extended by org.pdfsam.guiclient.commons.dnd.droppers.AbstractDropper
          extended by org.pdfsam.guiclient.commons.dnd.droppers.JPdfSelectionTableDropper
All Implemented Interfaces:
java.awt.dnd.DropTargetListener, java.util.EventListener

public class JPdfSelectionTableDropper
extends AbstractDropper

Dropper for the JPdfSelectionTable

Author:
Andrea Vacondio

Constructor Summary
JPdfSelectionTableDropper(PdfLoader loader)
           
 
Method Summary
protected  void executeDrop(java.util.List<java.io.File> arg0)
          Executes the drop logic given the TransferData
 
Methods inherited from class org.pdfsam.guiclient.commons.dnd.droppers.AbstractDropper
drop
 
Methods inherited from class java.awt.dnd.DropTargetAdapter
dragEnter, dragExit, dragOver, dropActionChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPdfSelectionTableDropper

public JPdfSelectionTableDropper(PdfLoader loader)
Method Detail

executeDrop

protected void executeDrop(java.util.List<java.io.File> arg0)
Description copied from class: AbstractDropper
Executes the drop logic given the TransferData

Specified by:
executeDrop in class AbstractDropper