|
What this is
Other links
The source code
<?xml version="1.0" encoding="UTF-8"?>
<cheatsheet title="Create an Extension Point">
<intro>
<description>
This cheat sheet will demonstrate how to create an extension point to enable clients to customize the behavior of the Eclipse Browser view.
<br/>
</description>
</intro>
<item title="Create a new extension point" dialog="true" skip="false">
<description>
To create a new extension point, perform the following steps:
</description>
<subitem label="On the "Extension Points" page of the plug-in manifest editor, press the "Add..." button in the "All Extension Points" section to open the "New Extension Point" wizard." skip="true">
</subitem>
<subitem label="Input "htmlBrowsers" into the "Extension Point ID" text box." skip="false">
</subitem>
<subitem label="Input "HTML Browsers" into the "Extension Point Name" text box." skip="false">
</subitem>
<subitem label="Press Finish. This will add a new extension point to the list and open its schema in the Extension Point Schema editor." skip="false">
</subitem>
</item>
<item title="Save the file" dialog="true" skip="false">
<description>
Switch back to the plug-in manifest editor and save the file via "File > Save" from the main menu.
</description>
</item>
</cheatsheet>
|
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.