Before you can complete the steps in this
lesson, you must have a plug-in project that uses the
Crystal Reports designer SDK and
extends the
com.businessobjects.crystalreports.designer.sdk.ReportEditorPage
extension point.
This example shows how to connect
a
ReportEditorPage extension
point to a class that implements a custom report designer page.
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.
Expand
com.businessobjects.crystalreports.designer.sdk.ReportEditorPage,
and select the wizard element.
For example, select
Custom Page
(ReportEditorPage).
The
Extension Element
Details pane appears.
Click
Browse.
The
"Select
Type" dialog box appears.
Select the class that implements
the
ReportEditorPage extension
point, and click
OK.
For example, select
MyReportPage.java.
The
ReportEditorPage extension
point to a class that implements it.