public class CreateItemHandler
extends org.eclipse.core.commands.AbstractHandler
NewItemWizard
. Currently, it is
only used in the ItemViewer
's ToolBar
. However, it could
be used in the main Eclipse UI ToolBar
if a command is added to
the org.eclipse.ui.menus
extension point.Constructor and Description |
---|
CreateItemHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(org.eclipse.core.commands.ExecutionEvent event)
Opens an
NewItemWizard in a new WizardDialog . |
public java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException
NewItemWizard
in a new WizardDialog
.org.eclipse.core.commands.ExecutionException