[ xframe-Bugs-1177993 ] DnD problem

"SourceForge.net" <[email protected]> Fri, 08 Apr 2005 06:59:39 -0700
Newsgroups gmane.text.xml.xframe.xsddoc
Message-ID <[email protected]>
Bugs item #1177993, was opened at 2005-04-06 13:37
Message generated for change (Settings changed) made by inaquimj
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=454391&aid=1177993&group_id=48863

Category: JXTable
Group: swing
>Status: Open
Resolution: Fixed
Priority: 5
Submitted By: Iñaqui Medina (inaquimj)
Assigned to: Iñaqui Medina (inaquimj)
Summary: DnD problem

Initial Comment:
Setting a Drag'n Drop handler doesn't work properly. We 
need to override JComponent's setTransferHandler.

Something like this:

public void setTransferHandler(TransferHandler 
newHandler)
{
    getLockedTable().setTransferHandler(newHandler);
    getScrollTable().setTransferHandler(newHandler);
}

(tested and works)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=454391&aid=1177993&group_id=48863


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click