Before you can complete the steps in this example,
you must have a plug-in project that includes the
com.businessobjects.crystalreports.designer.sdk
library and extends the
newWizards extension
point.
This example shows how to set a
wizard to use the
Crystal
Reports perspective when users clicks
Finish.
In the
Project
Explorer, expand
META-INF.
Right-click
MANIFEST.MF, and point to
Open With > Plug-in Manifest
Editor.
The Plug-in
Manifest Editor displays the plug-in project settings.
Click the
Extensions
tab.
In the
All
Extensions area, expand
org.eclipse.ui.newWizards, and
select the wizard extension element for your wizard.
For example, select
My Custom Report
(wizard).
In the
Extension Element
Details area, type
com.businessobjects.crystalreports.designer.perspective
in both the
initialPerspective and
preferredPerspectives boxes.
Save the Plug-in Manifest Editor.
The wizard is set to use the
Crystal Reports perspective when
users click
Finish.