Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.ui/doc/org_eclipse_help_ui_browser.html')
-rw-r--r--org.eclipse.help.ui/doc/org_eclipse_help_ui_browser.html72
1 files changed, 0 insertions, 72 deletions
diff --git a/org.eclipse.help.ui/doc/org_eclipse_help_ui_browser.html b/org.eclipse.help.ui/doc/org_eclipse_help_ui_browser.html
deleted file mode 100644
index f3a56855d..000000000
--- a/org.eclipse.help.ui/doc/org_eclipse_help_ui_browser.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<!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.72 [en] (Windows NT 5.0; U) [Netscape]">
- <title>org.eclipse.help.browser</title>
-</head>
-<body link="#0000FF" vlink="#800080">
-&nbsp;
-<table BORDER COLS=1 WIDTH="100%" >
-<tr>
-<td><b>Note: The help system is still under development and can be expected
-to change somewhat before reaching stability. It is being made available
-at this stage to solicit feedback from early adopters, on the understanding
-that the details of the contribution mechanisms might change in breaking
-ways.</b></td>
-</tr>
-</table>
-
-<center>
-<h1>
-Browser</h1></center>
-<b><i>Identifier: </i></b>org.eclipse.help.browser
-<p><b><i>Description:</i></b> For providing web browsers capable of displaying
-html documents at given URL<br>This extension point was added in 2.0.
-<p><b><i>Configuration Markup:</i></b>
-<p><tt>&nbsp;&nbsp; &lt;!ELEMENT browser EMPTY></tt>
-<br><tt>&nbsp;&nbsp; &lt;!ATTLIST browser id CDATA #REQUIRED</tt> <tt>></tt>
-<br><tt>&nbsp;&nbsp; &lt;!ATTLIST browser factoryclass CDATA #REQUIRED></tt>
-<br><tt>&nbsp;&nbsp; &lt;!ATTLIST browser name CDATA #REQUIRED</tt> <tt>></tt>
-<ul>
-<li>
-<b>id</b> - the unique ID of the browser.</li>
-</ul>
-
-<ul>
-<li>
-<b>factoryclass</b> - the implementation class for the browser factory.
-This class must implement the <tt>org.eclipse.help.ui.IBrowserFactory</tt>
-interface.</li>
-</ul>
-
-<ul>
-<li>
-<b>name</b> - the name of the browser (translatable).</li>
-</ul>
-<b><i>Examples:</i></b>
-<p>The following is a sample usage of the browser extension point:
-<p>(in file <tt>plugin.xml</tt>)
-<p><tt>&nbsp;&lt;extension point="org.eclipse.help.browser"></tt>
-<br><tt>&nbsp;&nbsp; &lt;browser id="org.eclipse.myPlugin.myBrowserID"</tt>
-<br><tt>&nbsp;&nbsp;&nbsp;&nbsp; factoryclass="org.eclipse.myPlugin.myPackage.MyFactoryClass"</tt>
-<br><tt>&nbsp;&nbsp;&nbsp;&nbsp; name="My Browser" /></tt>
-<br><tt>&nbsp;&lt;/extension></tt>
-<p><b><i>API Information</i>: </b>The supplied factory class must implement
-the
-<tt>org.eclipse.help.ui.IBrowserFactory</tt> interface. Methods in
-that interface determine whether the factory is available on the given
-system, i.e. is capable of supplying browser instances, and create browser
-instances that implement IBrowser interface.
-<p><i><b>Supplied Implementation:</b> </i>The <tt>org.eclipse.help.ui</tt>
-plug-in contains implementation of a browsers on common platforms.&nbsp;
-Other plugins can provide different implementation.&nbsp; In the preferences,
-user can select the default browser from among available browsers.
-
-<p><br>
-<a href="hglegal2002.htm"><img src="ngibmcpy2002.gif" alt=
-"Copyright IBM Corp. and others 2000, 2002. All Rights Reserved." border="0"></a>
-</p>
-
-</body>
-</html>

Back to the top