Creating Quick Search Providers
See Also
A quick search provider is a Java class
that lets you plug new
items into the Quick Search feature in the
IDE or any other application on top of the
NetBeans Platform.
To create a new quick search provider:
- Right-click a module project and choose New > Other. In the
New File wizard, choose Quick Search Provider under the Module
Development category.
- In the File Recognition page, you have to set the following:
- Provider Class Name. Specifies the
class name of the stub that the wizard will
generate.
- Package. Specifies the package
where the stub class will be generated.
- Category Display Name. Specifies
the display name of the category that the
stub will create.
- Command Prefix. Specifies
prefix for narrowing the search to
the category that the stub will create.
- Position in Popup. Specifies the
position of the new item in the within the
Quick Search feature.
- See Also
- About NetBeans Platform and Module Development
- About the NetBeans Platform
Legal Notices