Toggle navigation
JarYard
Browse
Search
About
Groups
de.topobyte
swing-utils
0.0.8
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
Package
de
.
topobyte
.
swing
.
util
.
dnd
Package Summary
Package
Description
de
.topobyte
.swing
.util
.dnd
.panel
Interface Summary
Interface
Description
DestinationTransferHandler
An interface that should be implemented to design a destination for drag operations.
SourceTransferHandler
An interface that should be implemented to design a source for drag operations.
Class Summary
Class
Description
DestinationSourceTransferHandler
A class that combines a drag source and a drag destination to a fully functional TransferHandler.
SourceAwareTransferHandler
Subclasses have to delegate calls of createTransferable and exportDone to these methods to ensure that isDragWithinSameComponent can work properly.