DropTarget
only supports one DropTargetListener
and doesn't function properly if it isn't set. This class sets the one listener as the linkage of drop handling to the TransferHandler
, and adds support for additional listeners which some of the ComponentUI
implementations install to manipulate a drop insertion location.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|