Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » FXCanvas with custom Transfer types(Drag & drop custom Transfer types from SWT to JavaFX)
FXCanvas with custom Transfer types [message #1827684] Wed, 20 May 2020 15:56
Jon Chesky is currently offline Jon CheskyFriend
Messages: 1
Registered: May 2020
Junior Member
I am working with an Eclipse RCP application that currently has parts implemented using SWT and other parts using JavaFX. I am able to get drag and drop to work from the SWT parts to the JavaFX parts as long as it is using one of the standard transfer types.

I would also like to enable support for some custom transfer types that are used in our SWT drag sources. The blocker seems to be the FXCanvas which has the two Transfer arrays that are not public (StandardTransfers and CustomTransfers). I may be missing something but I have not been able to find a good solution to get the FXCanvas to support the custom transfer types.

Is there a recommended approach to achieve this? I think I might be missing something so any help would be greatly appreciated!
Previous Topic:FXCanvas looks blurry on HiDPI
Next Topic:failed to run against Eclipse 4.15
Goto Forum:
  


Current Time: Sat May 04 16:55:29 GMT 2024

Powered by FUDForum. Page generated in 0.03479 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top