Eclipse Plugin Project - Extension Points
28 January 2008Extension points define new function points for the platform that other plug-ins can plug into.
The Extension Points page is the place to add, remove and edit extension point declared by your plug-in.
An extension point has three attributes:
- id - a required attribute whose value is a simple name
- name - a required attribute whose value is a translatable string
- schema - an optional attribute whose value is a relative path to the schema corresponding to this extension point.
Although schema is an optional attribute, you are strongly encouraged to provide a schema, so that PDE could use it to make it easy for developers to use your extension point.
PDE provides a schema editor to help you create a schema for your extension point.
Related Posts:
- Eclipse Plugin Project - Source pages (I)
- Eclipse Plug-in Development Environment (I)
- Eclipse Plugin Project - Source pages (II)
- Rich Client Platform (introduction)
- Plugin project - Dependencies page (II)
- RCP Custom Look and Feel
- Eclipse project - Extension page
- Defining a rich client application
- Converting an existing project to an EclipseME project
- IDL Plugin for Eclipse
Top Of Page | Trackback
If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.
It will look like this: Eclipse Plugin Project - Extension Points