Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2009-01-26 18:43:55 +0000
committerChris Goldthorpe2009-01-26 18:43:55 +0000
commitc6615258194b8c5ee3b23a20812ea6ef7a3f30a9 (patch)
tree00ae95d42970308511244262922d8b78749351e0
parent35dd97b7b328fab56bf4bce9b9a694b589db5888 (diff)
downloadeclipse.platform.ua-c6615258194b8c5ee3b23a20812ea6ef7a3f30a9.tar.gz
eclipse.platform.ua-c6615258194b8c5ee3b23a20812ea6ef7a3f30a9.tar.xz
eclipse.platform.ua-c6615258194b8c5ee3b23a20812ea6ef7a3f30a9.zip
Add package documentation for org.eclipse.ui.intro.contentproviders
-rw-r--r--org.eclipse.ui.intro/src/org/eclipse/ui/intro/contentproviders/package.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/org.eclipse.ui.intro/src/org/eclipse/ui/intro/contentproviders/package.html b/org.eclipse.ui.intro/src/org/eclipse/ui/intro/contentproviders/package.html
new file mode 100644
index 000000000..edf9b224f
--- /dev/null
+++ b/org.eclipse.ui.intro/src/org/eclipse/ui/intro/contentproviders/package.html
@@ -0,0 +1,20 @@
+<!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="Author" content="IBM">
+<title>Package-level Javadoc</title>
+</head>
+
+<body>
+
+Contains classes which can be used to add controls to a welcome page.
+<h2>Package Specification</h2>
+<p>This package contains classes which subclass <tt>IIntroContentProvider</tt> and which can be added
+to an intro page either as part of the configuration content or as a configuration extension. These
+allow additional visual content such as a checkbox to be added to an intro page.</p>
+
+</body>
+
+</html>

Back to the top