Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOAdapterPolicy.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOAdapterPolicy.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOAdapterPolicy.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOAdapterPolicy.html
index 8ed70e4d9b..6651f99553 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOAdapterPolicy.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOAdapterPolicy.html
@@ -143,20 +143,20 @@ var activeTableTab = "activeTableTab";
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/eclipse/emf/cdo/view/CDOAdapterPolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOAdapterPolicy</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/emf/cdo/view/CDOAdapterPolicy.html#ALL">ALL</a></span></code>
-<div class="block">A default adapter policy that always triggers special behaviour.</div>
+<div class="block">A default adapter policy that always triggers special behavior.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/eclipse/emf/cdo/view/CDOAdapterPolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOAdapterPolicy</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/emf/cdo/view/CDOAdapterPolicy.html#CDO">CDO</a></span></code>
-<div class="block">A default adapter policy that only triggers special behaviour if the adapter under test implements
+<div class="block">A default adapter policy that only triggers special behavior if the adapter under test implements
<a href="../../../../../org/eclipse/emf/cdo/CDOAdapter.html" title="interface in org.eclipse.emf.cdo"><code>CDOAdapter</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/eclipse/emf/cdo/view/CDOAdapterPolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOAdapterPolicy</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/emf/cdo/view/CDOAdapterPolicy.html#NONE">NONE</a></span></code>
-<div class="block">A default adapter policy that never triggers any special behaviour.</div>
+<div class="block">A default adapter policy that never triggers any special behavior.</div>
</td>
</tr>
</table>
@@ -178,7 +178,7 @@ var activeTableTab = "activeTableTab";
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/emf/cdo/view/CDOAdapterPolicy.html#isValid-org.eclipse.emf.ecore.EObject-org.eclipse.emf.common.notify.Adapter-">isValid</a></span>(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;eObject,
<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;adapter)</code>
-<div class="block">Returns <code>true</code> if the given adapter on the given object should trigger a certain operation or behaviour,
+<div class="block">Returns <code>true</code> if the given adapter on the given object should trigger a certain operation or behavior,
<code>false</code> otherwise.</div>
</td>
</tr>
@@ -204,7 +204,7 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<h4>NONE</h4>
<pre>static final&nbsp;<a href="../../../../../org/eclipse/emf/cdo/view/CDOAdapterPolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOAdapterPolicy</a> NONE</pre>
-<div class="block">A default adapter policy that never triggers any special behaviour.</div>
+<div class="block">A default adapter policy that never triggers any special behavior.</div>
</li>
</ul>
<a name="CDO">
@@ -214,7 +214,7 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<h4>CDO</h4>
<pre>static final&nbsp;<a href="../../../../../org/eclipse/emf/cdo/view/CDOAdapterPolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOAdapterPolicy</a> CDO</pre>
-<div class="block">A default adapter policy that only triggers special behaviour if the adapter under test implements
+<div class="block">A default adapter policy that only triggers special behavior if the adapter under test implements
<a href="../../../../../org/eclipse/emf/cdo/CDOAdapter.html" title="interface in org.eclipse.emf.cdo"><code>CDOAdapter</code></a>.</div>
</li>
</ul>
@@ -225,7 +225,7 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<h4>ALL</h4>
<pre>static final&nbsp;<a href="../../../../../org/eclipse/emf/cdo/view/CDOAdapterPolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOAdapterPolicy</a> ALL</pre>
-<div class="block">A default adapter policy that always triggers special behaviour.</div>
+<div class="block">A default adapter policy that always triggers special behavior.</div>
</li>
</ul>
</li>
@@ -244,7 +244,7 @@ var activeTableTab = "activeTableTab";
<h4>isValid</h4>
<pre>boolean&nbsp;isValid(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;eObject,
<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;adapter)</pre>
-<div class="block">Returns <code>true</code> if the given adapter on the given object should trigger a certain operation or behaviour,
+<div class="block">Returns <code>true</code> if the given adapter on the given object should trigger a certain operation or behavior,
<code>false</code> otherwise.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>

Back to the top