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 does 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