简体   繁体   English

我正在使用Eclipse RCP开发应用程序。 我有一个图形编辑器,我想以编程方式在其上绘制图形吗?

[英]Im working on an application using eclipse RCP. I have a graphical editor and I would like to draw a figure on it programmatically?

I do not want to use an editPart or have any connection with the model. 我不想使用editPart或与模型有任何联系。 An other solution that would work for me is to draw a figure that is out of bounds of its parent 另一种对我有用的解决方案是绘制一个超出其父级范围的图形

I haven't tried this, but you could get the GraphicalViewer of the editor, pull out the LightweightSystem and draw directly over it. 我没有尝试过,但是您可以获取编辑器的GraphicalViewer ,拉出LightweightSystem并直接在其上绘制。

Since GraphicalViewer does not expose this directly (check GraphicalViewerImpl where it is protected) you would need to create your own implementation that does expose it. 由于GraphicalViewer不会直接公开此内容(请在受保护的地方查看GraphicalViewerImpl ),因此需要创建自己的实现来公开它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 RCP 应用程序中的 Eclipse XML 编辑器不工作 - Eclipse XML editor in RCP Application Not working 我如何使用RCP Eclipse找出哪个视图或编辑器是活动工作台页面 - how do i find out what view or editor is an active workbench page using RCP eclipse 我可以通过编程方式指定Eclipse RCP编辑器部件的大小吗? - Can I programatically specify size of Eclipse RCP Editor Part? Eclipse RCP - 我可以在后台线程中打开一个编辑器吗? - Eclipse RCP - can I open an editor in a background thread? Eclipse RCP。 如何为不同的Perspectives制作不同的ToolBarItems - Eclipse RCP. How to make different ToolBarItems for different Perspectives 如何将xText编辑器添加到Eclipse(e4)RCP应用程序中? - How can I add xText editor to Eclipse (e4) RCP Application? 在RCP应用程序中使用Groovy-Eclipse插件中的Groovy编辑器 - Using the Groovy editor from the Groovy-Eclipse plugin in an RCP application 我使用ecllipse-rcp概念开发了一个eclipse编辑器。我的要求是使用maven构建项目 - I developed an eclipse editor using ecllipse-rcp concepts .My requirement is to build the project using maven Eclipse RCP:是否可以将工具栏添加到“编辑器部件”? - Eclipse RCP: Can I add a toolbar to an Editor Part? 如何阻止Eclipse编辑器关闭RCP - How do I stop an Eclipse Editor from closing in an RCP
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM