如何动态调整e(fx)clipse(或eclipse RCP)应用程序的一部分

时间:2014-05-23 14:20:39

标签: javafx eclipse-rcp e4

我正在尝试使用e(fx)clipse在代码中动态设置零件尺寸。但它没有用。我不知道我必须设置什么。

我试过这样的事情:

 @Inject
 EModelService modelService;

 @Inject
 MApplication application;

  @PostConstruct
  void init(BorderPane pane) {
      MPart myPart = (MPart) modelService.find("mypartid", application);
      myPart .setContainerData("80"); //80 or 5000 or 1, nothing works
   }

由于

1 个答案:

答案 0 :(得分:1)

这是渲染器中的错误 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=435678 - 我还建议你使用我们的论坛来提问。大多数时候你会得到更快的答案!