diff options
author | Eike Stepper | 2012-10-02 09:52:59 +0000 |
---|---|---|
committer | Eike Stepper | 2012-10-02 09:52:59 +0000 |
commit | 784c02509d20fba8773aa93c05b152736b475e94 (patch) | |
tree | 2df281448a23fe7c5628d970e3c6a619ca822f36 /plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view | |
parent | b4ca9cb665d6254836021a5998d426b9292a7d90 (diff) | |
download | cdo-784c02509d20fba8773aa93c05b152736b475e94.tar.gz cdo-784c02509d20fba8773aa93c05b152736b475e94.tar.xz cdo-784c02509d20fba8773aa93c05b152736b475e94.zip |
Update Javadocs
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view')
19 files changed, 1350 insertions, 45 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOInvalidationPolicy.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOInvalidationPolicy.html index be874f7bad..08f808184b 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOInvalidationPolicy.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOInvalidationPolicy.html @@ -141,6 +141,14 @@ A strategy interface to customize the invalidation behaviour of a <A HREF="../.. <BR> </TD> </TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOInvalidationPolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOInvalidationPolicy</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOInvalidationPolicy.html#STRICT">STRICT</A></B></CODE> + +<BR> + </TD> +</TR> </TABLE> <!-- ========== METHOD SUMMARY =========== --> @@ -182,12 +190,14 @@ A strategy interface to customize the invalidation behaviour of a <A HREF="../.. </TR> </TABLE> -<A NAME="DEFAULT"><!-- --></A><H3> -DEFAULT</H3> +<A NAME="STRICT"><!-- --></A><H3> +STRICT</H3> <PRE> -static final <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOInvalidationPolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOInvalidationPolicy</A> <B>DEFAULT</B></PRE> +static final <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOInvalidationPolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOInvalidationPolicy</A> <B>STRICT</B></PRE> <DL> <DL> +<DT><B>Since:</B></DT> + <DD>4.2</DD> </DL> </DL> <HR> @@ -200,6 +210,16 @@ static final <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOInvalidationPol <DL> </DL> </DL> +<HR> + +<A NAME="DEFAULT"><!-- --></A><H3> +DEFAULT</H3> +<PRE> +static final <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOInvalidationPolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOInvalidationPolicy</A> <B>DEFAULT</B></PRE> +<DL> +<DL> +</DL> +</DL> <!-- ============ METHOD DETAIL ========== --> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html index 2dc719f1c9..22b0a7befe 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html @@ -128,6 +128,14 @@ Specifies a policy on how to deal with stale references. <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOStaleReferencePolicy</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html#DEFAULT">DEFAULT</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOStaleReferencePolicy</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html#EXCEPTION">EXCEPTION</A></B></CODE> <BR> @@ -210,6 +218,18 @@ static final <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOStaleReferenceP <DL> </DL> </DL> +<HR> + +<A NAME="DEFAULT"><!-- --></A><H3> +DEFAULT</H3> +<PRE> +static final <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOStaleReferencePolicy</A> <B>DEFAULT</B></PRE> +<DL> +<DL> +<DT><B>Since:</B></DT> + <DD>4.2</DD> +</DL> +</DL> <!-- ============ METHOD DETAIL ========== --> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.html index d45e486e89..5a8c9d74bd 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.html @@ -110,22 +110,23 @@ Interface CDOView</H2> <area shape="rect" id="node1" href="../common/CDOCommonView.html" title="«interface» CDOCommonView (org.eclipse.emf.cdo.common)" alt="" coords="15,5,212,59"/> <area shape="rect" id="node2" href="../ui/CDOEditorInput.html" title="«interface» CDOEditorInput (org.eclipse.emf.cdo.ui)" alt="" coords="35,78,192,133"/> <area shape="rect" id="node3" href="../CDOObject.html" title="«interface» CDOObject (org.eclipse.emf.cdo)" alt="" coords="42,151,185,206"/> -<area shape="rect" id="node4" href="CDOObjectHandler.html" title="«interface» CDOObjectHandler" alt="" coords="671,393,803,433"/> +<area shape="rect" id="node4" href="CDOObjectHandler.html" title="«interface» CDOObjectHandler" alt="" coords="671,423,803,463"/> <area shape="rect" id="node5" href="CDOQuery.html" title="«interface» CDOQuery" alt="" coords="71,225,156,265"/> <area shape="rect" id="node6" href="../session/CDOSession.html" title="«interface» CDOSession (org.eclipse.emf.cdo.session)" alt="" coords="17,285,209,339"/> -<area shape="rect" id="node7" href="../transaction/CDOTransaction.html" title="«interface» CDOTransaction (org.eclipse.emf.cdo.transaction)" alt="" coords="632,453,843,507"/> +<area shape="rect" id="node7" href="../transaction/CDOTransaction.html" title="«interface» CDOTransaction (org.eclipse.emf.cdo.transaction)" alt="" coords="632,482,843,537"/> <area shape="rect" id="node8" href="../util/CDOUpdatable.html" title="«interface» CDOUpdatable (org.eclipse.emf.cdo.util)" alt="" coords="31,358,195,413"/> -<area shape="rect" id="node9" href="CDOView.html" title="«interface» CDOView" alt="" coords="387,461,472,501"/> -<area shape="rect" id="node10" href="CDOView.Options.html" title="«interface» CDOView.Options" alt="" coords="674,527,801,567"/> +<area shape="rect" id="node9" href="CDOView.html" title="«interface» CDOView" alt="" coords="387,491,472,531"/> +<area shape="rect" id="node10" href="CDOView.Options.html" title="«interface» CDOView.Options" alt="" coords="674,556,801,596"/> <area shape="rect" id="node11" href="CDOViewAdaptersNotifiedEvent.html" title="«interface» CDOViewAdaptersNotifiedEvent" alt="" coords="11,432,216,472"/> <area shape="rect" id="node12" href="CDOViewContainer.html" title="«interface» CDOViewContainer" alt="" coords="47,491,180,531"/> <area shape="rect" id="node13" href="CDOViewDurabilityChangedEvent.html" title="«interface» CDOViewDurabilityChangedEvent" alt="" coords="6,549,221,589"/> <area shape="rect" id="node14" href="CDOViewInvalidationEvent.html" title="«interface» CDOViewInvalidationEvent" alt="" coords="27,608,200,648"/> <area shape="rect" id="node15" href="CDOViewLocksChangedEvent.html" title="«interface» CDOViewLocksChangedEvent" alt="" coords="15,667,211,707"/> -<area shape="rect" id="node16" href="CDOViewSet.html" title="«interface» CDOViewSet" alt="" coords="64,725,163,765"/> -<area shape="rect" id="node17" href="CDOViewTargetChangedEvent.html" title="«interface» CDOViewTargetChangedEvent" alt="" coords="15,784,212,824"/> -<area shape="rect" id="node18" title="«interface» INotifier (org.eclipse.net4j.util.event)" alt="" coords="23,843,203,898"/> -<area shape="rect" id="node19" href="../../spi/cdo/InternalCDOView.html" title="«interface» InternalCDOView (org.eclipse.emf.spi.cdo)" alt="" coords="655,586,819,641"/> +<area shape="rect" id="node16" href="CDOViewRegistry.html" title="«interface» CDOViewRegistry" alt="" coords="50,725,177,765"/> +<area shape="rect" id="node17" href="CDOViewSet.html" title="«interface» CDOViewSet" alt="" coords="64,784,163,824"/> +<area shape="rect" id="node18" href="CDOViewTargetChangedEvent.html" title="«interface» CDOViewTargetChangedEvent" alt="" coords="15,843,212,883"/> +<area shape="rect" id="node19" title="«interface» INotifier (org.eclipse.net4j.util.event)" alt="" coords="23,902,203,957"/> +<area shape="rect" id="node20" href="../../spi/cdo/InternalCDOView.html" title="«interface» InternalCDOView (org.eclipse.emf.spi.cdo)" alt="" coords="655,615,819,670"/> </map> <CENTER><IMG SRC="CDOView.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> @@ -347,6 +348,14 @@ T</CODE></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../org/eclipse/emf/cdo/eresource/CDOResourceFolder.html" title="interface in org.eclipse.emf.cdo.eresource">CDOResourceFolder</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#getResourceFolder(java.lang.String)">getResourceFolder</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> path)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../../../../org/eclipse/emf/cdo/eresource/CDOResourceNode.html" title="interface in org.eclipse.emf.cdo.eresource">CDOResourceNode</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#getResourceNode(java.lang.String)">getResourceNode</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> path)</CODE> @@ -575,6 +584,14 @@ T</CODE></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#setResourcePathCache(java.util.Map)">setResourcePathCache</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,<A HREF="../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id">CDOID</A>> resourcePathCache)</CODE> + +<BR> + Sets the new <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>map</CODE></A> to be used as a cache for various <code>get*Resource*(String path)</code> methods.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#setTimeStamp(long)">setTimeStamp</A></B>(long timeStamp)</CODE> @@ -999,6 +1016,22 @@ getResourceNode</H3> </DL> <HR> +<A NAME="getResourceFolder(java.lang.String)"><!-- --></A><H3> +getResourceFolder</H3> +<PRE> +<A HREF="../../../../../org/eclipse/emf/cdo/eresource/CDOResourceFolder.html" title="interface in org.eclipse.emf.cdo.eresource">CDOResourceFolder</A> <B>getResourceFolder</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> path)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +<DT><B>Since:</B></DT> + <DD>4.2</DD> +</DL> +</DD> +</DL> +<HR> + <A NAME="getRootResource()"><!-- --></A><H3> getRootResource</H3> <PRE> @@ -1018,6 +1051,36 @@ getRootResource</H3> </DL> <HR> +<A NAME="setResourcePathCache(java.util.Map)"><!-- --></A><H3> +setResourcePathCache</H3> +<PRE> +void <B>setResourcePathCache</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,<A HREF="../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id">CDOID</A>> resourcePathCache)</PRE> +<DL> +<DD>Sets the new <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>map</CODE></A> to be used as a cache for various <code>get*Resource*(String path)</code> methods. + <p> + Can be used to reset/clear the resource path cache by passing a <code>new HashMap<String, CDOID>()</code>. + Smarter maps could implement a LRU eviction policy to limit the map capacity. + Passing <code>null</code> disables resource path caching. + <p> + The default value is <code>new HashMap<String, CDOID>()</code>. +<P> +<DD><DL> +</DL> +</DD> +<DD><DL> +<DT><B>Since:</B></DT> + <DD>4.2</DD> +<DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#getResourceNode(java.lang.String)"><CODE>getResourceNode(String)</CODE></A>, +<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#getResource(java.lang.String)"><CODE>getResource(String)</CODE></A>, +<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#getResource(java.lang.String, boolean)"><CODE>getResource(String, boolean)</CODE></A>, +<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#getBinaryResource(java.lang.String)"><CODE>getBinaryResource(String)</CODE></A>, +<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#getTextResource(java.lang.String)"><CODE>getTextResource(String)</CODE></A>, +<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#getResourceFolder(java.lang.String)"><CODE>getResourceFolder(String)</CODE></A>, +<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#hasResource(java.lang.String)"><CODE>hasResource(String)</CODE></A></DL> +</DD> +</DL> +<HR> + <A NAME="queryResources(org.eclipse.emf.cdo.eresource.CDOResourceFolder, java.lang.String, boolean)"><!-- --></A><H3> queryResources</H3> <PRE> @@ -1071,11 +1134,13 @@ queryXRefs</H3> </DL> </DD> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>targetObject</CODE> - The target object that referencing objects are requested for.<DD><CODE>sourceReferences</CODE> - The reference features that referencing objects are requested for, or an empty array if all reference +<DT><B>Parameters:</B><DD><CODE>targetObject</CODE> - The target object that referencing objects are requested for. + An external target object can be used with the help of <A HREF="../../../../../org/eclipse/emf/cdo/util/CDOUtil.html#wrapExternalObject(org.eclipse.emf.ecore.EObject, org.eclipse.emf.cdo.view.CDOView)"><CODE>CDOUtil.wrapExternalObject()</CODE></A>.<DD><CODE>sourceReferences</CODE> - The reference features that referencing objects are requested for, or an empty array if all reference features are to be used in the request.<DT><B>Since:</B></DT> <DD>4.0</DD> <DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#queryXRefs(java.util.Set, org.eclipse.emf.ecore.EReference...)"><CODE>queryXRefs(Set, EReference...)</CODE></A>, -<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#queryXRefsAsync(java.util.Set, org.eclipse.emf.ecore.EReference...)"><CODE>queryXRefsAsync(Set, EReference...)</CODE></A></DL> +<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#queryXRefsAsync(java.util.Set, org.eclipse.emf.ecore.EReference...)"><CODE>queryXRefsAsync(Set, EReference...)</CODE></A>, +<A HREF="../../../../../org/eclipse/emf/cdo/util/CDOUtil.html#wrapExternalObject(org.eclipse.emf.ecore.EObject, org.eclipse.emf.cdo.view.CDOView)"><CODE>CDOUtil.wrapExternalObject(EObject, CDOView)</CODE></A></DL> </DD> </DL> <HR> @@ -1093,11 +1158,13 @@ queryXRefs</H3> </DL> </DD> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>targetObjects</CODE> - The set of target objects that referencing objects are requested for.<DD><CODE>sourceReferences</CODE> - The reference features that referencing objects are requested for, or an empty array if all reference +<DT><B>Parameters:</B><DD><CODE>targetObjects</CODE> - The set of target objects that referencing objects are requested for. + External target objects can be used with the help of <A HREF="../../../../../org/eclipse/emf/cdo/util/CDOUtil.html#wrapExternalObject(org.eclipse.emf.ecore.EObject, org.eclipse.emf.cdo.view.CDOView)"><CODE>CDOUtil.wrapExternalObject()</CODE></A>.<DD><CODE>sourceReferences</CODE> - The reference features that referencing objects are requested for, or an empty array if all reference features are to be used in the request.<DT><B>Since:</B></DT> <DD>3.0</DD> <DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#queryXRefs(org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.ecore.EReference...)"><CODE>queryXRefs(CDOObject, EReference...)</CODE></A>, -<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#queryXRefsAsync(java.util.Set, org.eclipse.emf.ecore.EReference...)"><CODE>queryXRefsAsync(Set, EReference...)</CODE></A></DL> +<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#queryXRefsAsync(java.util.Set, org.eclipse.emf.ecore.EReference...)"><CODE>queryXRefsAsync(Set, EReference...)</CODE></A>, +<A HREF="../../../../../org/eclipse/emf/cdo/util/CDOUtil.html#wrapExternalObject(org.eclipse.emf.ecore.EObject, org.eclipse.emf.cdo.view.CDOView)"><CODE>CDOUtil.wrapExternalObject(EObject, CDOView)</CODE></A></DL> </DD> </DL> <HR> @@ -1115,11 +1182,13 @@ queryXRefsAsync</H3> </DL> </DD> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>targetObjects</CODE> - The set of target objects that referencing objects are requested for.<DD><CODE>sourceReferences</CODE> - The reference features that referencing objects are requested for, or an empty array if all reference +<DT><B>Parameters:</B><DD><CODE>targetObjects</CODE> - The set of target objects that referencing objects are requested for. + External target objects can be used with the help of <A HREF="../../../../../org/eclipse/emf/cdo/util/CDOUtil.html#wrapExternalObject(org.eclipse.emf.ecore.EObject, org.eclipse.emf.cdo.view.CDOView)"><CODE>CDOUtil.wrapExternalObject()</CODE></A>.<DD><CODE>sourceReferences</CODE> - The reference features that referencing objects are requested for, or an empty array if all reference features are to be used in the request.<DT><B>Since:</B></DT> <DD>3.0</DD> <DT><B>See Also:</B><DD><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#queryXRefs(org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.ecore.EReference...)"><CODE>queryXRefs(CDOObject, EReference...)</CODE></A>, -<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#queryXRefs(java.util.Set, org.eclipse.emf.ecore.EReference...)"><CODE>queryXRefs(Set, EReference...)</CODE></A></DL> +<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html#queryXRefs(java.util.Set, org.eclipse.emf.ecore.EReference...)"><CODE>queryXRefs(Set, EReference...)</CODE></A>, +<A HREF="../../../../../org/eclipse/emf/cdo/util/CDOUtil.html#wrapExternalObject(org.eclipse.emf.ecore.EObject, org.eclipse.emf.cdo.view.CDOView)"><CODE>CDOUtil.wrapExternalObject(EObject, CDOView)</CODE></A></DL> </DD> </DL> <HR> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.png b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.png Binary files differindex 6304d86af2..b4dce074f4 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.png +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOView.png diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewProviderRegistry.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewProviderRegistry.html index 37f7bbc4da..1f30acc8b8 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewProviderRegistry.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewProviderRegistry.html @@ -56,7 +56,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewProvider.html" title="interface in org.eclipse.emf.cdo.view"><B>PREV CLASS</B></A> - <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewSet.html" title="interface in org.eclipse.emf.cdo.view"><B>NEXT CLASS</B></A></FONT></TD> + <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/eclipse/emf/cdo/view/CDOViewProviderRegistry.html" target="_top"><B>FRAMES</B></A> <A HREF="CDOViewProviderRegistry.html" target="_top"><B>NO FRAMES</B></A> @@ -413,7 +413,7 @@ void <B>removeViewProvider</B>(<A HREF="../../../../../org/eclipse/emf/cdo/view/ <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewProvider.html" title="interface in org.eclipse.emf.cdo.view"><B>PREV CLASS</B></A> - <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewSet.html" title="interface in org.eclipse.emf.cdo.view"><B>NEXT CLASS</B></A></FONT></TD> + <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/eclipse/emf/cdo/view/CDOViewProviderRegistry.html" target="_top"><B>FRAMES</B></A> <A HREF="CDOViewProviderRegistry.html" target="_top"><B>NO FRAMES</B></A> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html new file mode 100644 index 0000000000..c0a48ca7f8 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html @@ -0,0 +1,243 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> + +<TITLE> +CDOViewRegistry.Registration (CDO Model Repository Documentation) +</TITLE> + +<META NAME="date" CONTENT=""> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../html/book.css" TITLE="Style"> +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="CDOViewRegistry.Registration (CDO Model Repository Documentation)"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CDOViewRegistry.Registration.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewSet.html" title="interface in org.eclipse.emf.cdo.view"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html" target="_top"><B>FRAMES</B></A> + <A HREF="CDOViewRegistry.Registration.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.eclipse.emf.cdo.view</FONT> +<BR> +Interface CDOViewRegistry.Registration</H2> +<DL> +<DT><B>Enclosing interface:</B><DD><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view">CDOViewRegistry</A></DD> +</DL> +<HR> +<DL> + <DT>public static interface <B>CDOViewRegistry.Registration</B> +</DL> + +<map id="APIVIZ" name="APIVIZ"> +<area shape="rect" id="node1" href="CDOViewRegistry.Registration.html" title="«interface» CDOViewRegistry.Registration" alt="" coords="5,5,203,45"/> +</map> + +<CENTER><IMG SRC="CDOViewRegistry.Registration.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> + + + +<P> +A bidirectional mapping between a registered <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view</CODE></A> and its <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><CODE>class loader</CODE></A>-wide <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html#getID()"><CODE>ID</CODE></A>. +<P> + +<P> +<HR> + +<P> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html#getID()">getID</A></B>()</CODE> + +<BR> + Returns the ID of this registration.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html#getView()">getView</A></B>()</CODE> + +<BR> + Returns the <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>CDOView</CODE></A> of this registration.</TD> +</TR> +</TABLE> + +<P> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> +<B>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="getID()"><!-- --></A><H3> +getID</H3> +<PRE> +int <B>getID</B>()</PRE> +<DL> +<DD>Returns the ID of this registration. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getView()"><!-- --></A><H3> +getView</H3> +<PRE> +<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A> <B>getView</B>()</PRE> +<DL> +<DD>Returns the <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>CDOView</CODE></A> of this registration. +<P> +<DD><DL> +</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CDOViewRegistry.Registration.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewSet.html" title="interface in org.eclipse.emf.cdo.view"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html" target="_top"><B>FRAMES</B></A> + <A HREF="CDOViewRegistry.Registration.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> +<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> +</BODY> +</HTML> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.png b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.png Binary files differnew file mode 100644 index 0000000000..dc31788a8b --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.png diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewRegistry.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewRegistry.html new file mode 100644 index 0000000000..879cbaee4f --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewRegistry.html @@ -0,0 +1,411 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> + +<TITLE> +CDOViewRegistry (CDO Model Repository Documentation) +</TITLE> + +<META NAME="date" CONTENT=""> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../html/book.css" TITLE="Style"> +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="CDOViewRegistry (CDO Model Repository Documentation)"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CDOViewRegistry.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewProviderRegistry.html" title="interface in org.eclipse.emf.cdo.view"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html" title="interface in org.eclipse.emf.cdo.view"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?org/eclipse/emf/cdo/view/CDOViewRegistry.html" target="_top"><B>FRAMES</B></A> + <A HREF="CDOViewRegistry.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.eclipse.emf.cdo.view</FONT> +<BR> +Interface CDOViewRegistry</H2> +<DL> +<DT><B>All Superinterfaces:</B> <DD><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><<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html" title="interface in org.eclipse.emf.cdo.view">CDOViewRegistry.Registration</A>>, <A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/event/INotifier.html?is-external=true" title="class or interface in org.eclipse.net4j.util.event">INotifier</A></DD> +</DL> +<HR> +<DL> + <DT>public interface <B>CDOViewRegistry</B> + <DD>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><<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html" title="interface in org.eclipse.emf.cdo.view">CDOViewRegistry.Registration</A>> +</DL> + +<map id="APIVIZ" name="APIVIZ"> +<area shape="rect" id="node1" title="«interface» IContainer (org.eclipse.net4j.util.container)" alt="" coords="5,6,208,61"/> +<area shape="rect" id="node2" href="CDOViewRegistry.html" title="«interface» CDOViewRegistry" alt="" coords="43,100,169,140"/> +<area shape="rect" id="node3" href="CDOView.html" title="«interface» CDOView" alt="" coords="64,179,149,219"/> +</map> + +<CENTER><IMG SRC="CDOViewRegistry.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> + + + +<P> +A global registry of all open <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>views</CODE></A> and <A HREF="../../../../../org/eclipse/emf/cdo/transaction/CDOTransaction.html" title="interface in org.eclipse.emf.cdo.transaction"><CODE>transactions</CODE></A>. +<P> + +<P> +<DL> +<DT><B>Since:</B></DT> + <DD>4.2</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> + <DD>This interface is not intended to be extended by clients.</DD> +</DL> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + +<A NAME="nested_class_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Nested Class Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static interface</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html" title="interface in org.eclipse.emf.cdo.view">CDOViewRegistry.Registration</A></B></CODE> + +<BR> + A bidirectional mapping between a registered <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view</CODE></A> and its <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><CODE>class loader</CODE></A>-wide <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html#getID()"><CODE>ID</CODE></A>.</TD> +</TR> +</TABLE> + <A NAME="nested_classes_inherited_from_class_org.eclipse.net4j.util.container.IContainer"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.<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></B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/container/IContainer.Modifiable.html?is-external=true" title="class or interface in org.eclipse.net4j.util.container">IContainer.Modifiable</A><<A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/container/IContainer.Modifiable.html?is-external=true" title="class or interface in org.eclipse.net4j.util.container">E</A>></CODE></TD> +</TR> +</TABLE> + +<!-- =========== FIELD SUMMARY =========== --> + +<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Field Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view">CDOViewRegistry</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html#INSTANCE">INSTANCE</A></B></CODE> + +<BR> + The <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><CODE>class loader</CODE></A>-wide singleton instance of the <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view registry</CODE></A>.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html#NOT_REGISTERED">NOT_REGISTERED</A></B></CODE> + +<BR> + A symbolic constant returned from <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html#getID(org.eclipse.emf.cdo.view.CDOView)"><CODE>getID(CDOView)</CODE></A> if the view is not registered.</TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html#getID(org.eclipse.emf.cdo.view.CDOView)">getID</A></B>(<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A> view)</CODE> + +<BR> + Returns the <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html#getID()"><CODE>ID</CODE></A> of the given <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view</CODE></A> if it is registered, <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html#NOT_REGISTERED">0</A> otherwise.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> int[]</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html#getIDs()">getIDs</A></B>()</CODE> + +<BR> + Returns the <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html#getID()"><CODE>IDs</CODE></A> of all registered <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>views</CODE></A>.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html#getView(int)">getView</A></B>(int id)</CODE> + +<BR> + Returns the <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view</CODE></A> with the given <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html#getID()"><CODE>ID</CODE></A> if it is registered, <code>null</code> otherwise.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A>[]</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html#getViews()">getViews</A></B>()</CODE> + +<BR> + Returns all registered <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>views</CODE></A>.</TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_org.eclipse.net4j.util.container.IContainer"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.net4j.util.container.<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></B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/container/IContainer.html?is-external=true#getElements()" title="class or interface in org.eclipse.net4j.util.container">getElements</A>, <A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/container/IContainer.html?is-external=true#isEmpty()" title="class or interface in org.eclipse.net4j.util.container">isEmpty</A></CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_org.eclipse.net4j.util.event.INotifier"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.net4j.util.event.<A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/event/INotifier.html?is-external=true" title="class or interface in org.eclipse.net4j.util.event">INotifier</A></B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/event/INotifier.html?is-external=true#addListener(org.eclipse.net4j.util.event.IListener)" title="class or interface in org.eclipse.net4j.util.event">addListener</A>, <A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/event/INotifier.html?is-external=true#getListeners()" title="class or interface in org.eclipse.net4j.util.event">getListeners</A>, <A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/event/INotifier.html?is-external=true#hasListeners()" title="class or interface in org.eclipse.net4j.util.event">hasListeners</A>, <A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/event/INotifier.html?is-external=true#removeListener(org.eclipse.net4j.util.event.IListener)" title="class or interface in org.eclipse.net4j.util.event">removeListener</A></CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ FIELD DETAIL =========== --> + +<A NAME="field_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> +<B>Field Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="INSTANCE"><!-- --></A><H3> +INSTANCE</H3> +<PRE> +static final <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view">CDOViewRegistry</A> <B>INSTANCE</B></PRE> +<DL> +<DD>The <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><CODE>class loader</CODE></A>-wide singleton instance of the <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view registry</CODE></A>. +<P> +<DL> +</DL> +</DL> +<HR> + +<A NAME="NOT_REGISTERED"><!-- --></A><H3> +NOT_REGISTERED</H3> +<PRE> +static final int <B>NOT_REGISTERED</B></PRE> +<DL> +<DD>A symbolic constant returned from <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html#getID(org.eclipse.emf.cdo.view.CDOView)"><CODE>getID(CDOView)</CODE></A> if the view is not registered. +<P> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.eclipse.emf.cdo.view.CDOViewRegistry.NOT_REGISTERED">Constant Field Values</A></DL> +</DL> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> +<B>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="getIDs()"><!-- --></A><H3> +getIDs</H3> +<PRE> +int[] <B>getIDs</B>()</PRE> +<DL> +<DD>Returns the <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html#getID()"><CODE>IDs</CODE></A> of all registered <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>views</CODE></A>. +<P> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getViews()"><!-- --></A><H3> +getViews</H3> +<PRE> +<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A>[] <B>getViews</B>()</PRE> +<DL> +<DD>Returns all registered <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>views</CODE></A>. +<P> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getID(org.eclipse.emf.cdo.view.CDOView)"><!-- --></A><H3> +getID</H3> +<PRE> +int <B>getID</B>(<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A> view)</PRE> +<DL> +<DD>Returns the <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html#getID()"><CODE>ID</CODE></A> of the given <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view</CODE></A> if it is registered, <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html#NOT_REGISTERED">0</A> otherwise. +<P> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getView(int)"><!-- --></A><H3> +getView</H3> +<PRE> +<A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A> <B>getView</B>(int id)</PRE> +<DL> +<DD>Returns the <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view</CODE></A> with the given <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html#getID()"><CODE>ID</CODE></A> if it is registered, <code>null</code> otherwise. +<P> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CDOViewRegistry.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewProviderRegistry.html" title="interface in org.eclipse.emf.cdo.view"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html" title="interface in org.eclipse.emf.cdo.view"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../index.html?org/eclipse/emf/cdo/view/CDOViewRegistry.html" target="_top"><B>FRAMES</B></A> + <A HREF="CDOViewRegistry.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> +<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> +</BODY> +</HTML> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewRegistry.png b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewRegistry.png Binary files differnew file mode 100644 index 0000000000..daa8ce8ee6 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewRegistry.png diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewSet.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewSet.html index 40ba6cdd18..93fbc34687 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewSet.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOViewSet.html @@ -55,7 +55,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewProviderRegistry.html" title="interface in org.eclipse.emf.cdo.view"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html" title="interface in org.eclipse.emf.cdo.view"><B>PREV CLASS</B></A> <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewTargetChangedEvent.html" title="interface in org.eclipse.emf.cdo.view"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/eclipse/emf/cdo/view/CDOViewSet.html" target="_top"><B>FRAMES</B></A> @@ -306,7 +306,7 @@ getResourceSet</H3> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewProviderRegistry.html" title="interface in org.eclipse.emf.cdo.view"><B>PREV CLASS</B></A> + <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html" title="interface in org.eclipse.emf.cdo.view"><B>PREV CLASS</B></A> <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewTargetChangedEvent.html" title="interface in org.eclipse.emf.cdo.view"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/eclipse/emf/cdo/view/CDOViewSet.html" target="_top"><B>FRAMES</B></A> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOInvalidationPolicy.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOInvalidationPolicy.html index 949de16f7a..89ebf771e7 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOInvalidationPolicy.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOInvalidationPolicy.html @@ -126,6 +126,14 @@ Uses of <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOInvalidationPolic <BR> </TD> </TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOInvalidationPolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOInvalidationPolicy</A></CODE></FONT></TD> +<TD><CODE><B>CDOInvalidationPolicy.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOInvalidationPolicy.html#STRICT">STRICT</A></B></CODE> + +<BR> + </TD> +</TR> </TABLE> <P> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOStaleReferencePolicy.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOStaleReferencePolicy.html index 40b830d7b2..efd2837ffa 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOStaleReferencePolicy.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOStaleReferencePolicy.html @@ -113,6 +113,14 @@ Uses of <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOStaleReferencePol <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOStaleReferencePolicy</A></CODE></FONT></TD> +<TD><CODE><B>CDOStaleReferencePolicy.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html#DEFAULT">DEFAULT</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOStaleReferencePolicy</A></CODE></FONT></TD> <TD><CODE><B>CDOStaleReferencePolicy.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html#EXCEPTION">EXCEPTION</A></B></CODE> <BR> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.html index 2c44d8351c..31c14095e3 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOView.html @@ -94,6 +94,10 @@ Packages that use <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.ht <TD>Client concepts like <A HREF="../../../../../../org/eclipse/emf/cdo/CDOObject.html" title="interface in org.eclipse.emf.cdo"><CODE>CDOObject</CODE></A> and <A HREF="../../../../../../org/eclipse/emf/cdo/CDOState.html" title="enum in org.eclipse.emf.cdo"><CODE>CDOState</CODE></A>. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#org.eclipse.emf.cdo.compare"><B>org.eclipse.emf.cdo.compare</B></A></TD> +<TD>Client concepts for integrating EMF Compare with CDO. </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.eclipse.emf.cdo.net4j"><B>org.eclipse.emf.cdo.net4j</B></A></TD> <TD>Client concepts for dealing with Net4j-based sessions to remote repositories. </TD> </TR> @@ -123,6 +127,11 @@ Packages that use <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.ht <TD>Client concepts for dealing with transactions, distributed transactions and their save points. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#org.eclipse.emf.cdo.transfer.spi.repository"><B>org.eclipse.emf.cdo.transfer.spi.repository</B></A></TD> +<TD>Client concepts for dealing with transfers of <A HREF="../../../../../../org/eclipse/emf/cdo/eresource/CDOResourceLeaf.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>resources</CODE></A> + between <A HREF="../../../../../../org/eclipse/emf/cdo/transfer/CDOTransferSystem.html" title="class in org.eclipse.emf.cdo.transfer"><CODE>systems</CODE></A>. </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.eclipse.emf.cdo.ui"><B>org.eclipse.emf.cdo.ui</B></A></TD> <TD>Reusable UI components specific to the CDO Model Repository. </TD> </TR> @@ -175,6 +184,60 @@ Uses of <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title= </TABLE> <P> +<A NAME="org.eclipse.emf.cdo.compare"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A> in <A HREF="../../../../../../org/eclipse/emf/cdo/compare/package-summary.html">org.eclipse.emf.cdo.compare</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/eclipse/emf/cdo/compare/package-summary.html">org.eclipse.emf.cdo.compare</A> with parameters of type <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../../org/eclipse/emf/cdo/compare/CloseableComparison.html" title="interface in org.eclipse.emf.cdo.compare">CloseableComparison</A></CODE></FONT></TD> +<TD><CODE><B>CDOCompareUtil.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/compare/CDOCompareUtil.html#compare(org.eclipse.emf.cdo.view.CDOView, org.eclipse.emf.cdo.common.branch.CDOBranchPoint)">compare</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A> leftView, + <A HREF="../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html" title="interface in org.eclipse.emf.cdo.common.branch">CDOBranchPoint</A> right)</CODE> + +<BR> + Same as <A HREF="../../../../../../org/eclipse/emf/cdo/compare/CDOCompareUtil.html#compare(org.eclipse.emf.ecore.EObject, org.eclipse.emf.cdo.common.branch.CDOBranchPoint, boolean)"><CODE>compare(leftView, right, true)</CODE></A>.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../../org/eclipse/emf/cdo/compare/CloseableComparison.html" title="interface in org.eclipse.emf.cdo.compare">CloseableComparison</A></CODE></FONT></TD> +<TD><CODE><B>CDOCompareUtil.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/compare/CDOCompareUtil.html#compare(org.eclipse.emf.cdo.view.CDOView, org.eclipse.emf.cdo.common.branch.CDOBranchPoint, boolean)">compare</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A> leftView, + <A HREF="../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html" title="interface in org.eclipse.emf.cdo.common.branch">CDOBranchPoint</A> right, + boolean tryThreeWay)</CODE> + +<BR> + Takes a <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view</CODE></A>/<A HREF="../../../../../../org/eclipse/emf/cdo/transaction/CDOTransaction.html" title="interface in org.eclipse.emf.cdo.transaction"><CODE>transaction</CODE></A> + and returns <CODE>matches</CODE> only for the <b>changed</b> elements of the entire content tree of its <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html#getRootResource()"><CODE>root resource</CODE></A>.</TD> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../org/eclipse/emf/cdo/compare/package-summary.html">org.eclipse.emf.cdo.compare</A> with parameters of type <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/compare/CDOCompareUtil.CDOComparisonScope.Minimal.html#CDOCompareUtil.CDOComparisonScope.Minimal(org.eclipse.emf.cdo.view.CDOView, org.eclipse.emf.cdo.view.CDOView, org.eclipse.emf.cdo.view.CDOView, java.util.Set)">CDOCompareUtil.CDOComparisonScope.Minimal</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A> leftView, + <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A> rightView, + <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A> originView, + <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id">CDOID</A>> ids)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<P> <A NAME="org.eclipse.emf.cdo.net4j"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> @@ -481,6 +544,45 @@ Uses of <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title= </TABLE> <P> +<A NAME="org.eclipse.emf.cdo.transfer.spi.repository"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A> in <A HREF="../../../../../../org/eclipse/emf/cdo/transfer/spi/repository/package-summary.html">org.eclipse.emf.cdo.transfer.spi.repository</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/eclipse/emf/cdo/transfer/spi/repository/package-summary.html">org.eclipse.emf.cdo.transfer.spi.repository</A> that return <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A></CODE></FONT></TD> +<TD><CODE><B>RepositoryTransferSystem.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/transfer/spi/repository/RepositoryTransferSystem.html#getView()">getView</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../org/eclipse/emf/cdo/transfer/spi/repository/package-summary.html">org.eclipse.emf.cdo.transfer.spi.repository</A> with parameters of type <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/transfer/spi/repository/RepositoryTransferSystem.html#RepositoryTransferSystem(org.eclipse.emf.cdo.view.CDOView)">RepositoryTransferSystem</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A> view)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<P> <A NAME="org.eclipse.emf.cdo.ui"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> @@ -535,7 +637,7 @@ Uses of <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title= boolean viewOwned)</CODE> <BR> - Returns an implementation of CDOEditorInput interface</TD> + Returns an implementation of the CDOEditorInput interface.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> @@ -649,6 +751,15 @@ Uses of <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title= <BR> </TD> </TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../../org/eclipse/emf/cdo/CDOObject.html" title="interface in org.eclipse.emf.cdo">CDOObject</A></CODE></FONT></TD> +<TD><CODE><B>CDOUtil.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/util/CDOUtil.html#wrapExternalObject(org.eclipse.emf.ecore.EObject, org.eclipse.emf.cdo.view.CDOView)">wrapExternalObject</A></B>(<A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</A> object, + <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A> view)</CODE> + +<BR> + </TD> +</TR> </TABLE> <P> @@ -701,6 +812,14 @@ Uses of <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title= <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A></CODE></FONT></TD> +<TD><CODE><B>CDOViewRegistry.Registration.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html#getView()">getView</A></B>()</CODE> + +<BR> + Returns the <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>CDOView</CODE></A> of this registration.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A></CODE></FONT></TD> <TD><CODE><B>CDOViewContainer.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewContainer.html#getView(int)">getView</A></B>(int viewID)</CODE> <BR> @@ -709,6 +828,14 @@ Uses of <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title= <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A></CODE></FONT></TD> +<TD><CODE><B>CDOViewRegistry.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html#getView(int)">getView</A></B>(int id)</CODE> + +<BR> + Returns the <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view</CODE></A> with the given <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html#getID()"><CODE>ID</CODE></A> if it is registered, <code>null</code> otherwise.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A></CODE></FONT></TD> <TD><CODE><B>CDOViewProvider.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewProvider.html#getView(org.eclipse.emf.common.util.URI, org.eclipse.emf.ecore.resource.ResourceSet)">getView</A></B>(<A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/common/util/URI.html?is-external=true" title="class or interface in org.eclipse.emf.common.util">URI</A> uri, <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/resource/ResourceSet.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.resource">ResourceSet</A> resourceSet)</CODE> @@ -726,6 +853,14 @@ Uses of <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title= <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A>[]</CODE></FONT></TD> +<TD><CODE><B>CDOViewRegistry.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html#getViews()">getViews</A></B>()</CODE> + +<BR> + Returns all registered <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>views</CODE></A>.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A>[]</CODE></FONT></TD> <TD><CODE><B>CDOViewSet.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewSet.html#getViews()">getViews</A></B>()</CODE> <BR> @@ -864,6 +999,14 @@ Uses of <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title= </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> int</CODE></FONT></TD> +<TD><CODE><B>CDOViewRegistry.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html#getID(org.eclipse.emf.cdo.view.CDOView)">getID</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A> view)</CODE> + +<BR> + Returns the <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html#getID()"><CODE>ID</CODE></A> of the given <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view</CODE></A> if it is registered, <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html#NOT_REGISTERED">0</A> otherwise.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/common/util/URI.html?is-external=true" title="class or interface in org.eclipse.emf.common.util">URI</A></CODE></FONT></TD> <TD><CODE><B>AbstractCDOViewProvider.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/view/AbstractCDOViewProvider.html#getResourceURI(org.eclipse.emf.cdo.view.CDOView, java.lang.String)">getResourceURI</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</A> view, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> path)</CODE> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOViewRegistry.Registration.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOViewRegistry.Registration.html new file mode 100644 index 0000000000..9862a6ce48 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOViewRegistry.Registration.html @@ -0,0 +1,143 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> + +<TITLE> +Uses of Interface org.eclipse.emf.cdo.view.CDOViewRegistry.Registration (CDO Model Repository Documentation) +</TITLE> + +<META NAME="date" CONTENT=""> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style"> +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Interface org.eclipse.emf.cdo.view.CDOViewRegistry.Registration (CDO Model Repository Documentation)"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html" title="interface in org.eclipse.emf.cdo.view"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/view/\class-useCDOViewRegistry.Registration.html" target="_top"><B>FRAMES</B></A> + <A HREF="CDOViewRegistry.Registration.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Interface<br>org.eclipse.emf.cdo.view.CDOViewRegistry.Registration</B></H2> +</CENTER> +No usage of org.eclipse.emf.cdo.view.CDOViewRegistry.Registration +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html" title="interface in org.eclipse.emf.cdo.view"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/view/\class-useCDOViewRegistry.Registration.html" target="_top"><B>FRAMES</B></A> + <A HREF="CDOViewRegistry.Registration.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> +<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> +</BODY> +</HTML> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOViewRegistry.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOViewRegistry.html new file mode 100644 index 0000000000..1cdc0de60f --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/class-use/CDOViewRegistry.html @@ -0,0 +1,179 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> + +<TITLE> +Uses of Interface org.eclipse.emf.cdo.view.CDOViewRegistry (CDO Model Repository Documentation) +</TITLE> + +<META NAME="date" CONTENT=""> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style"> +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Interface org.eclipse.emf.cdo.view.CDOViewRegistry (CDO Model Repository Documentation)"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/view/\class-useCDOViewRegistry.html" target="_top"><B>FRAMES</B></A> + <A HREF="CDOViewRegistry.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Interface<br>org.eclipse.emf.cdo.view.CDOViewRegistry</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view">CDOViewRegistry</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#org.eclipse.emf.cdo.view"><B>org.eclipse.emf.cdo.view</B></A></TD> +<TD>Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets. </TD> +</TR> +</TABLE> + +<P> +<A NAME="org.eclipse.emf.cdo.view"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view">CDOViewRegistry</A> in <A HREF="../../../../../../org/eclipse/emf/cdo/view/package-summary.html">org.eclipse.emf.cdo.view</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../org/eclipse/emf/cdo/view/package-summary.html">org.eclipse.emf.cdo.view</A> declared as <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view">CDOViewRegistry</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view">CDOViewRegistry</A></CODE></FONT></TD> +<TD><CODE><B>CDOViewRegistry.</B><B><A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html#INSTANCE">INSTANCE</A></B></CODE> + +<BR> + The <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><CODE>class loader</CODE></A>-wide singleton instance of the <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view registry</CODE></A>.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/view/\class-useCDOViewRegistry.html" target="_top"><B>FRAMES</B></A> + <A HREF="CDOViewRegistry.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> +<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> +</BODY> +</HTML> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-frame.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-frame.html index 41a980638e..bd2d61c632 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-frame.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-frame.html @@ -84,6 +84,10 @@ Interfaces</FONT> <BR> <A HREF="CDOViewProviderRegistry.html" title="interface in org.eclipse.emf.cdo.view" target="classFrame"><I>CDOViewProviderRegistry</I></A> <BR> +<A HREF="CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view" target="classFrame"><I>CDOViewRegistry</I></A> +<BR> +<A HREF="CDOViewRegistry.Registration.html" title="interface in org.eclipse.emf.cdo.view" target="classFrame"><I>CDOViewRegistry.Registration</I></A> +<BR> <A HREF="CDOViewSet.html" title="interface in org.eclipse.emf.cdo.view" target="classFrame"><I>CDOViewSet</I></A> <BR> <A HREF="CDOViewTargetChangedEvent.html" title="interface in org.eclipse.emf.cdo.view" target="classFrame"><I>CDOViewTargetChangedEvent</I></A></FONT></TD> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-summary.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-summary.html index cb6c2c91c2..0b6b374f73 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-summary.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-summary.html @@ -88,29 +88,31 @@ Client concepts for dealing with views, view sets, queries, CDO objects and EMF <P> <map id="APIVIZ" name="APIVIZ"> -<area shape="rect" id="node1" title="Object (java.lang)" alt="" coords="685,44,765,84"/> -<area shape="rect" id="node2" href="CDOAdapterPolicy.html" title="«interface» CDOAdapterPolicy" alt="" coords="1181,235,1312,275"/> -<area shape="rect" id="node3" href="../common/CDOCommonView.html" title="«interface» CDOCommonView (org.eclipse.emf.cdo.common)" alt="" coords="325,269,523,323"/> -<area shape="rect" id="node4" href="../common/CDOCommonView.Options.html" title="«interface» CDOCommonView.Options (org.eclipse.emf.cdo.common)" alt="" coords="627,341,824,395"/> -<area shape="rect" id="node5" href="CDOInvalidationPolicy.html" title="«interface» CDOInvalidationPolicy" alt="" coords="1172,299,1321,339"/> -<area shape="rect" id="node6" href="../CDOObject.html" title="«interface» CDOObject (org.eclipse.emf.cdo)" alt="" coords="353,190,495,245"/> -<area shape="rect" id="node7" href="CDOObjectHandler.html" title="«interface» CDOObjectHandler" alt="" coords="862,276,994,316"/> -<area shape="rect" id="node8" href="CDOQuery.html" title="«interface» CDOQuery" alt="" coords="381,116,467,156"/> -<area shape="rect" id="node9" href="../eresource/CDOResourceFactory.html" title="«interface» CDOResourceFactory (org.eclipse.emf.cdo.eresource)" alt="" coords="623,502,827,557"/> -<area shape="rect" id="node10" href="CDORevisionPrefetchingPolicy.html" title="«interface» CDORevisionPrefetchingPolicy" alt="" coords="1147,363,1346,403"/> -<area shape="rect" id="node11" href="../session/CDOSession.html" title="«interface» CDOSession (org.eclipse.emf.cdo.session)" alt="" coords="328,347,520,402"/> -<area shape="rect" id="node12" href="CDOStaleReferencePolicy.html" title="«interface» CDOStaleReferencePolicy" alt="" coords="1159,427,1334,467"/> -<area shape="rect" id="node13" href="CDOView.html" title="«interface» CDOView" alt="" coords="683,276,768,316"/> -<area shape="rect" id="node14" href="CDOView.Options.html" title="«interface» CDOView.Options" alt="" coords="865,344,991,384"/> -<area shape="rect" id="node15" href="CDOViewProvider.html" title="«interface» CDOViewProvider" alt="" coords="362,5,486,45"/> -<area shape="rect" id="node16" href="CDOViewProviderRegistry.html" title="«interface» CDOViewProviderRegistry" alt="" coords="22,5,194,45"/> -<area shape="rect" id="node17" href="CDOViewSet.html" title="«interface» CDOViewSet" alt="" coords="375,471,473,511"/> -<area shape="rect" id="node18" title="«interface» CloseableIterator (org.eclipse.net4j.util.collection)" alt="" coords="5,70,211,125"/> -<area shape="rect" id="node19" title="«interface» EPackage.Registry (org.eclipse.emf.ecore)" alt="" coords="648,581,803,635"/> -<area shape="rect" id="node20" title="«interface» List (java.util)" alt="" coords="65,149,151,203"/> -<area shape="rect" id="node21" title="«interface» Map.Entry (java.util)" alt="" coords="683,109,768,163"/> -<area shape="rect" id="node22" title="«interface» ResourceSet (org.eclipse.emf.ecore.resource)" alt="" coords="621,423,829,478"/> -<area shape="rect" id="node23" title="«enum» ReferenceType (org.eclipse.net4j.util.ref)" alt="" coords="1165,491,1329,546"/> +<area shape="rect" id="node1" title="Object (java.lang)" alt="" coords="685,108,765,148"/> +<area shape="rect" id="node2" href="CDOAdapterPolicy.html" title="«interface» CDOAdapterPolicy" alt="" coords="1181,320,1312,360"/> +<area shape="rect" id="node3" href="../common/CDOCommonView.html" title="«interface» CDOCommonView (org.eclipse.emf.cdo.common)" alt="" coords="325,411,523,466"/> +<area shape="rect" id="node4" href="../common/CDOCommonView.Options.html" title="«interface» CDOCommonView.Options (org.eclipse.emf.cdo.common)" alt="" coords="627,426,824,481"/> +<area shape="rect" id="node5" href="CDOInvalidationPolicy.html" title="«interface» CDOInvalidationPolicy" alt="" coords="1172,384,1321,424"/> +<area shape="rect" id="node6" href="../CDOObject.html" title="«interface» CDOObject (org.eclipse.emf.cdo)" alt="" coords="353,254,495,309"/> +<area shape="rect" id="node7" href="CDOObjectHandler.html" title="«interface» CDOObjectHandler" alt="" coords="862,361,994,401"/> +<area shape="rect" id="node8" href="CDOQuery.html" title="«interface» CDOQuery" alt="" coords="381,180,467,220"/> +<area shape="rect" id="node9" href="../eresource/CDOResourceFactory.html" title="«interface» CDOResourceFactory (org.eclipse.emf.cdo.eresource)" alt="" coords="623,673,827,727"/> +<area shape="rect" id="node10" href="CDORevisionPrefetchingPolicy.html" title="«interface» CDORevisionPrefetchingPolicy" alt="" coords="1147,448,1346,488"/> +<area shape="rect" id="node11" href="../session/CDOSession.html" title="«interface» CDOSession (org.eclipse.emf.cdo.session)" alt="" coords="328,333,520,387"/> +<area shape="rect" id="node12" href="CDOStaleReferencePolicy.html" title="«interface» CDOStaleReferencePolicy" alt="" coords="1159,512,1334,552"/> +<area shape="rect" id="node13" href="CDOView.html" title="«interface» CDOView" alt="" coords="683,361,768,401"/> +<area shape="rect" id="node14" href="CDOView.Options.html" title="«interface» CDOView.Options" alt="" coords="865,429,991,469"/> +<area shape="rect" id="node15" href="CDOViewProvider.html" title="«interface» CDOViewProvider" alt="" coords="362,69,486,109"/> +<area shape="rect" id="node16" href="CDOViewProviderRegistry.html" title="«interface» CDOViewProviderRegistry" alt="" coords="22,69,194,109"/> +<area shape="rect" id="node17" href="CDOViewRegistry.html" title="«interface» CDOViewRegistry" alt="" coords="361,491,487,531"/> +<area shape="rect" id="node18" href="CDOViewRegistry.Registration.html" title="«interface» CDOViewRegistry.Registration" alt="" coords="9,5,207,45"/> +<area shape="rect" id="node19" href="CDOViewSet.html" title="«interface» CDOViewSet" alt="" coords="375,579,473,619"/> +<area shape="rect" id="node20" title="«interface» CloseableIterator (org.eclipse.net4j.util.collection)" alt="" coords="5,134,211,189"/> +<area shape="rect" id="node21" title="«interface» EPackage.Registry (org.eclipse.emf.ecore)" alt="" coords="648,515,803,570"/> +<area shape="rect" id="node22" title="«interface» List (java.util)" alt="" coords="65,213,151,267"/> +<area shape="rect" id="node23" title="«interface» Map.Entry (java.util)" alt="" coords="683,173,768,227"/> +<area shape="rect" id="node24" title="«interface» ResourceSet (org.eclipse.emf.ecore.resource)" alt="" coords="621,594,829,649"/> +<area shape="rect" id="node25" title="«enum» ReferenceType (org.eclipse.net4j.util.ref)" alt="" coords="1165,577,1329,631"/> </map> <CENTER><IMG SRC="package-summary.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> @@ -260,6 +262,14 @@ Client concepts for dealing with views, view sets, queries, CDO objects and EMF <TD>A global registry of <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewProvider.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view provider</CODE></A> implementations.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.html" title="interface in org.eclipse.emf.cdo.view">CDOViewRegistry</A></B></TD> +<TD>A global registry of all open <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>views</CODE></A> and <A HREF="../../../../../org/eclipse/emf/cdo/transaction/CDOTransaction.html" title="interface in org.eclipse.emf.cdo.transaction"><CODE>transactions</CODE></A>.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html" title="interface in org.eclipse.emf.cdo.view">CDOViewRegistry.Registration</A></B></TD> +<TD>A bidirectional mapping between a registered <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view</CODE></A> and its <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><CODE>class loader</CODE></A>-wide <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewRegistry.Registration.html#getID()"><CODE>ID</CODE></A>.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewSet.html" title="interface in org.eclipse.emf.cdo.view">CDOViewSet</A></B></TD> <TD>A <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.8.0/org/eclipse/emf/ecore/resource/ResourceSet.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.resource"><CODE>ResourceSet</CODE></A> adapter to associate a set of <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>CDOView</CODE></A> instances.</TD> </TR> diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-summary.png b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-summary.png Binary files differindex 1a668a9025..4d78051c5f 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-summary.png +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-summary.png diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-use.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-use.html index 8c4d4c68e0..1da2afb2d0 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-use.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/package-use.html @@ -94,6 +94,10 @@ Packages that use <A HREF="../../../../../org/eclipse/emf/cdo/view/package-summa <TD>Client concepts like <A HREF="../../../../../org/eclipse/emf/cdo/CDOObject.html" title="interface in org.eclipse.emf.cdo"><CODE>CDOObject</CODE></A> and <A HREF="../../../../../org/eclipse/emf/cdo/CDOState.html" title="enum in org.eclipse.emf.cdo"><CODE>CDOState</CODE></A>. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#org.eclipse.emf.cdo.compare"><B>org.eclipse.emf.cdo.compare</B></A></TD> +<TD>Client concepts for integrating EMF Compare with CDO. </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.eclipse.emf.cdo.net4j"><B>org.eclipse.emf.cdo.net4j</B></A></TD> <TD>Client concepts for dealing with Net4j-based sessions to remote repositories. </TD> </TR> @@ -123,6 +127,11 @@ Packages that use <A HREF="../../../../../org/eclipse/emf/cdo/view/package-summa <TD>Client concepts for dealing with transactions, distributed transactions and their save points. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#org.eclipse.emf.cdo.transfer.spi.repository"><B>org.eclipse.emf.cdo.transfer.spi.repository</B></A></TD> +<TD>Client concepts for dealing with transfers of <A HREF="../../../../../org/eclipse/emf/cdo/eresource/CDOResourceLeaf.html" title="interface in org.eclipse.emf.cdo.eresource"><CODE>resources</CODE></A> + between <A HREF="../../../../../org/eclipse/emf/cdo/transfer/CDOTransferSystem.html" title="class in org.eclipse.emf.cdo.transfer"><CODE>systems</CODE></A>. </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.eclipse.emf.cdo.ui"><B>org.eclipse.emf.cdo.ui</B></A></TD> <TD>Reusable UI components specific to the CDO Model Repository. </TD> </TR> @@ -165,6 +174,22 @@ Classes in <A HREF="../../../../../org/eclipse/emf/cdo/view/package-summary.html </TABLE> <P> +<A NAME="org.eclipse.emf.cdo.compare"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Classes in <A HREF="../../../../../org/eclipse/emf/cdo/view/package-summary.html">org.eclipse.emf.cdo.view</A> used by <A HREF="../../../../../org/eclipse/emf/cdo/compare/package-summary.html">org.eclipse.emf.cdo.compare</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../org/eclipse/emf/cdo/view/class-use/CDOView.html#org.eclipse.emf.cdo.compare"><B>CDOView</B></A></B> + +<BR> + A read-only view to the state of the object graph in the repository of the underlying <A HREF="../../../../../org/eclipse/emf/cdo/session/CDOSession.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session</CODE></A> at a + specific <A HREF="../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html#getTimeStamp()"><CODE>time</CODE></A> at a specific <A HREF="../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html#getBranch()"><CODE>branch</CODE></A>.</TD> +</TR> +</TABLE> + +<P> <A NAME="org.eclipse.emf.cdo.net4j"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> @@ -346,6 +371,22 @@ Classes in <A HREF="../../../../../org/eclipse/emf/cdo/view/package-summary.html </TABLE> <P> +<A NAME="org.eclipse.emf.cdo.transfer.spi.repository"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Classes in <A HREF="../../../../../org/eclipse/emf/cdo/view/package-summary.html">org.eclipse.emf.cdo.view</A> used by <A HREF="../../../../../org/eclipse/emf/cdo/transfer/spi/repository/package-summary.html">org.eclipse.emf.cdo.transfer.spi.repository</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../org/eclipse/emf/cdo/view/class-use/CDOView.html#org.eclipse.emf.cdo.transfer.spi.repository"><B>CDOView</B></A></B> + +<BR> + A read-only view to the state of the object graph in the repository of the underlying <A HREF="../../../../../org/eclipse/emf/cdo/session/CDOSession.html" title="interface in org.eclipse.emf.cdo.session"><CODE>session</CODE></A> at a + specific <A HREF="../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html#getTimeStamp()"><CODE>time</CODE></A> at a specific <A HREF="../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html#getBranch()"><CODE>branch</CODE></A>.</TD> +</TR> +</TABLE> + +<P> <A NAME="org.eclipse.emf.cdo.ui"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> @@ -498,6 +539,12 @@ Classes in <A HREF="../../../../../org/eclipse/emf/cdo/view/package-summary.html A global registry of <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOViewProvider.html" title="interface in org.eclipse.emf.cdo.view"><CODE>view provider</CODE></A> implementations.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../org/eclipse/emf/cdo/view/class-use/CDOViewRegistry.html#org.eclipse.emf.cdo.view"><B>CDOViewRegistry</B></A></B> + +<BR> + A global registry of all open <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view"><CODE>views</CODE></A> and <A HREF="../../../../../org/eclipse/emf/cdo/transaction/CDOTransaction.html" title="interface in org.eclipse.emf.cdo.transaction"><CODE>transactions</CODE></A>.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../org/eclipse/emf/cdo/view/class-use/CDOViewSet.html#org.eclipse.emf.cdo.view"><B>CDOViewSet</B></A></B> <BR> |