I want to put a editor on a jface dialog.is it possible to put a editor on jface dilaog.I know hopw to put it on workbench but i donot have any clue how to put it on jface dialog.

有帮助吗?

解决方案

Yes and No. The IEditorPart is specific for the RCP platform, so it would be silly to hack it into a dialog.

BUT. I'm guessing you want some widgets on a canvas, to edit an entity. You don't need an editor for that, you simply put all the stuff you need in a Composite inside your dialog.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top