Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/class-use/CDOEditorInput.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/class-use/CDOEditorInput.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/class-use/CDOEditorInput.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/class-use/CDOEditorInput.html
index f4481916fb..bb2783280d 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/class-use/CDOEditorInput.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/class-use/CDOEditorInput.html
@@ -121,7 +121,7 @@
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/eclipse/emf/cdo/ui/CDOEditorInput.html" title="interface in org.eclipse.emf.cdo.ui">CDOEditorInput</a></code></td>
<td class="colLast"><span class="typeNameLabel">CDOEditorUtil.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/ui/CDOEditorUtil.html#createCDOEditorInput-org.eclipse.emf.cdo.view.CDOView-java.lang.String-boolean-">createCDOEditorInput</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</a>&nbsp;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>&nbsp;resourcePath,
+ java.lang.String&nbsp;resourcePath,
boolean&nbsp;viewOwned)</code>
<div class="block">Returns an implementation of the CDOEditorInput interface.</div>
</td>
@@ -137,7 +137,7 @@
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/eclipse/emf/cdo/ui/CDOEditorInput.html" title="interface in org.eclipse.emf.cdo.ui">CDOEditorInput</a></code></td>
<td class="colLast"><span class="typeNameLabel">CDOEditorUtil.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/ui/CDOEditorUtil.html#createCDOEditorInputWithEditingDomain-org.eclipse.emf.cdo.view.CDOView-java.lang.String-boolean-org.eclipse.emf.edit.domain.EditingDomain-">createCDOEditorInputWithEditingDomain</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/view/CDOView.html" title="interface in org.eclipse.emf.cdo.view">CDOView</a>&nbsp;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>&nbsp;resourcePath,
+ java.lang.String&nbsp;resourcePath,
boolean&nbsp;viewOwned,
<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/domain/EditingDomain.html?is-external=true" title="class or interface in org.eclipse.emf.edit.domain">EditingDomain</a>&nbsp;editingDomain)</code>
<div class="block">Creates a <a href="../../../../../../org/eclipse/emf/cdo/ui/CDOEditorInput.html" title="interface in org.eclipse.emf.cdo.ui"><code>CDOEditorInput</code></a> that adapts to the <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/domain/IEditingDomainProvider.html?is-external=true" title="class or interface in org.eclipse.emf.edit.domain"><code>IEditingDomainProvider</code></a> interface

Back to the top