Eclipse Search

Loading

Dec 3, 2010

Contributing Workbench Wizards thru Commands

You must have been used this JDT toolbar quite often.



The New Class tool item is contributed as an Action in plugin.xml (id "org.eclipse.jdt.ui.actions.NewTypeDropDown"), and then the Menu on the Action is contributed via code. In this tip, let us see how to do the same via command framework and without any code.

Read More...