eclipse rcp 中嵌套向导的小例子?

发布于 2024-12-21 01:21:17 字数 456 浏览 2 评论 0原文

我想实现一个嵌套的向导,例如:

向导A ->启动向导 向导A委托给向导B或向导C(用户输入控制它)

我在eclipse api上看到一个名为WizardSelectionPage的类,这应该是正确的。

不幸的是我不知道如何使用它。我的所有向导都继承自 Wizard 并实现 INewWizard,但对于 WizardSelection 我需要另一个名为 IWizardNode 的接口吗?

抱歉,我是 eclipse rcp 的新手,目前我不明白这一切......

我想我必须在扩展点中添加一些内容

感谢您的帮助(一个小例子可能很好)

我也看看-> Eclipse JFace 的向导 但我无法理解我必须用它做什么

I would like to implement a nested wizards, for example:

wizard A -> startWizard
wizard A delegates to Wizard B or Wizard C (user input controls it)

I see on the eclipse api a class called WizardSelectionPage, that should be correct.

Unfortunately I don't know how to use it. All my wizard inherit from Wizard and implement INewWizard but for WizardSelection I need another Interface called IWizardNode?

Sorry I'm new at eclipse rcp and I don't understand at the moment all of it....

I think I have to add something into exentsion points

Thanks for help (a little small example could be nice)

I also look at -> Eclipse JFace's Wizards but I could not understand what I have to do with it

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文