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

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.JVisualMultiSelectionDropper
All Implemented Interfaces:
java.awt.dnd.DropTargetListener, java.util.EventListener

public class JVisualMultiSelectionDropper
extends AbstractDropper

Dropper for the JVisualMultiSelectionPanel

Author:
Andrea Vacondio

Constructor Summary
JVisualMultiSelectionDropper(ClosableTabbedPanelAdder adder)
           
 
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

JVisualMultiSelectionDropper

public JVisualMultiSelectionDropper(ClosableTabbedPanelAdder adder)
Parameters:
adder - tabs adder
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