0

我正在学习javaFX,我想创建一个基于java FX的插件项目(RCP)。

然后,我创建了一个test的fxml并链接到Application.e4xmi,其结构如下图所示。

在此处输入图像描述

因此,我测试了不可能将零件从堆栈移出/移入堆栈。

在网上我看到,要做到这一点,我必须在项目中插入一个附加组件。详细的名称是 DnDAddon

然后,现在更大的问题:我无法将部件分离到应用程序/工作台之外。

我从https://github.com/eclipse-efx/efxclipse-rt/issues/256https://www.eclipse.org/forums/index.php/t/1083410/知道这是一个问题,但现在有解决办法吗??

感谢!!

4

1 回答 1

0

已解决:P!

我发布解决方案是因为它可能对某人有用。

Windoiw preferences-> Plug_in Development->Target Platform

然后,在这里您必须将夜间版本添加为软件:http: //download.eclipse.org/efxclipse/runtime-nightly/site

Run Configurations因此,要启用 Part detach 功能,您必须在->Arguments->VM Arguments内插入:

-Ddetachdrag.enabled=true

问候。

于 2020-03-02T16:13:41.703 回答