|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.dnd.DropTargetAdapter
org.pdfsam.guiclient.commons.dnd.droppers.AbstractDropper
public abstract class AbstractDropper
Drag&Drop abstract class
| Constructor Summary | |
|---|---|
AbstractDropper()
|
|
| Method Summary | |
|---|---|
void |
drop(java.awt.dnd.DropTargetDropEvent e)
execute the drop |
protected abstract void |
executeDrop(java.util.List<java.io.File> arg0)
Executes the drop logic given the TransferData |
| 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 |
|---|
public AbstractDropper()
| Method Detail |
|---|
public void drop(java.awt.dnd.DropTargetDropEvent e)
protected abstract void executeDrop(java.util.List<java.io.File> arg0)
arg0 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||