Search code examples
eclipseeclipse-plugin

How to add wizard shortcut in a view?


I'd like to put wizard shortcuts in my view for my product as seen in screenshot below. How can I do this?

enter image description here


Solution

  • Project Explorer, Package Explorer and the old Resource navigator all use org.eclipse.ui.internal.views.helpers.EmptyWorkspaceHelper to display this.

    Since that is an internal class it is not part of the official API so should not be used directly, but you could study the source code to see what it does.