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.
The example shows how to
create a
com.businessobjects.crystalreports.designer.sdk.drophandlers
extension point that enables you to customize drag-and-drop functionality.
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, click
Add.
The
"New
Extension" wizard is displayed.
Select
com.businessobjects.crystalreports.designer.sdk.drophandlers
and click
Finish.
Click
File
> Save.