开发者

need help getting started on simple Eclipse wizard / plugin

I have written some Java classes that do something useful. I'd like to wrap the functionality in a simple Eclipse plugin. Basically you'd right-click on an object, click the "launch my wizard" option and the wizard would have 3 or 4 pages of options ... next, next, next, finish. And the useful stuff happens.

Can someone tell me where to start in building such an Eclipse plugin? Also, I have Swing experience, can I build the UI in Swing or do开发者_如何学Goes it have to be SWT?

Any help is greatly appreciated. Thanks!

Rob


Read Eclipse Corner Tutorial on creating new wizard.

If you want to implement some kind of import/export wizard, take a look at Developing Export Wizard for Eclipse

Cheers, Max

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜