FXCanvas with custom Transfer types [message #1827684] |
Wed, 20 May 2020 15:56 |
Jon Chesky 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!
|
|
|
Powered by
FUDForum. Page generated in 0.02919 seconds