Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewContainer.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewContainer.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewContainer.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewContainer.html
index 01ba5fc85c..cbd8e97f08 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewContainer.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewContainer.html
@@ -99,7 +99,15 @@ Interface CDOViewContainer</H2>
<HR>
<DL>
<DT><PRE>public interface <B>CDOViewContainer</B><DT>extends <A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/container/IContainer.html?is-external=true" title="class or interface in org.eclipse.net4j.util.container">IContainer</A>&lt;<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A>&gt;</DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" title="&#171;interface&#187; IContainer (org.eclipse.net4j.util.container)" alt="" coords="9,6,212,61"/>
+<area shape="rect" id="node2" href="CDOViewContainer.html" title="&#171;interface&#187; CDOViewContainer" alt="" coords="44,100,177,140"/>
+<area shape="rect" id="node3" href="../transaction/CDOTransactionContainer.html" title="&#171;interface&#187; CDOTransactionContainer (org.eclipse.emf.cdo.transaction)" alt="" coords="5,179,216,234"/>
+</map>
+
+<CENTER><IMG SRC="CDOViewContainer.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
Can open new <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>views</CODE></A> and provide access to openend views.
@@ -109,8 +117,6 @@ Can open new <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" titl
<DL>
<DT><B>Since:</B></DT>
<DD>4.1</DD>
-<DT><B>Author:</B></DT>
- <DD>Eike Stepper</DD>
<DT><B>No Implement</B></DT>
<DD>This interface is not intended to be implemented by clients.</DD>
<DT><B>No Extend</B></DT>

Back to the top