Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 jface 对话框上放置一个编辑器。是否可以在 jface dilaog 上放置一个编辑器。我知道 hopw 可以将它放在工作台上,但我不知道如何将它放在 jface 对话框上。
是和否。这IEditorPart是特定于 RCP 平台的,因此将其破解到对话框中会很愚蠢。
IEditorPart
但。我猜你想要画布上的一些小部件来编辑实体。你不需要一个编辑器,你只需将所有你需要的东西Composite放在你的对话框中。
Composite