Hello I have already posted this request 6 days ago. But got no answer. I try it a second time:
In the TransferHandler.importData(), you have access to default DataFlavor.DRAG_FLAVOR like DnDTableTreeData. For complex applications, this is not enough. You have no idea, which data should be imported. Multiple grids with any indeterminable name of any applications could be the source. Therefore, it needs the new method TransferHandler.exportData(). Which is called very first time on the source-TransferHandler. There it's possible, to add own DataFlavor.DRAG_FLAVOR. Regards Simon Schawalder Abacus Research AG _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
