blob: b1704baf733572d2bef0729acc95a2614946a94d [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]">
<title>Workbench Extension Points</title>
</head>
<body link="#0000FF" vlink="#800080">
<center>
<h1>
IBM Eclipse Resources Plug-in</h1></center>
This document lists all of the extension points that the resources plug-in
makes available to tool developers. These allow developers to extend various
aspects of the resource model.
<p>All XML subelements defined in the individual extension point documents
may appear more than once inside an extension element. For example, a <tt>org.eclipse.ui.propertyPage</tt>
extension may contain several instances of <tt>page</tt> elements. Although
making one extension per subelement is not technically incorrect, we recommend
grouping for consistent style. It can also improve workbench startup time
because there will be fewer extensions to process.
<br>
<hr WIDTH="100%">
<h1>
General Extension Points</h1>
The following extension points can be used to extend the fundamental capabilities
of the resources plug-in:
<ul>
<li>
<a href="org_eclipse_core_resources_builders.html">org.eclipse.core.resources.builders</a></li>
<li>
<a href="org_eclipse_core_resources_markers.html">org.eclipse.core.resources.markers</a></li>
<li>
<a href="org_eclipse_core_resources_natures.html">org.eclipse.core.resources.natures</a></li>
<li>
<a href="org_eclipse_core_resources_fileModificationValidator.html">org.eclipse.core.resources.fileModificationValidator</a></li>
</ul>
<a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corp. 2000, 2001. All Rights Reserved." BORDER=0 height=12 width=195></a>
</body>
</html>