Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Edgar2005-06-21 20:07:07 +0000
committerNick Edgar2005-06-21 20:07:07 +0000
commit0012d0e515b34a2695743fb77d1b619dc8d1301d (patch)
tree0b6855fa81c4516170363afda50cb79dc7239bbf /bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/views
parent6798eaf4761ab6dbfd75f79a401d59ef7c1cb188 (diff)
downloadeclipse.platform.ui-0012d0e515b34a2695743fb77d1b619dc8d1301d.tar.gz
eclipse.platform.ui-0012d0e515b34a2695743fb77d1b619dc8d1301d.tar.xz
eclipse.platform.ui-0012d0e515b34a2695743fb77d1b619dc8d1301d.zip
Bug 98809 [Doc] org.eclipse.ui.views does not have "package.html" file
Diffstat (limited to 'bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/views')
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/views/package.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/views/package.html b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/views/package.html
index 34154b6f78f..364e6524c2d 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/views/package.html
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/views/package.html
@@ -10,7 +10,10 @@ Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
<h2>
Package Specification</h2>
-This package provides application programming interfaces for support for the
-specification of views within the workbench .
+This package provides API for querying the installed views and their properties.
+The view registry is obtained using
+<pre>
+IViewRegistry viewRegistry = IWorkbench.getViewRegistry();
+</pre>
</body>
</html>

Back to the top