Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/ide/Node.ResourcesNode.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/ide/Node.ResourcesNode.html19
1 files changed, 2 insertions, 17 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/ide/Node.ResourcesNode.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/ide/Node.ResourcesNode.html
index 8fa749598d..7391fdbb0d 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/ide/Node.ResourcesNode.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/ui/ide/Node.ResourcesNode.html
@@ -168,8 +168,7 @@ Class Node.ResourcesNode</H2>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/ui/ide/Node.ResourcesNode.html#getAdapter(java.lang.Class)">getAdapter</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;adapter)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an object which is an instance of the given class
- associated with this object.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -299,25 +298,11 @@ getAdapter</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>getAdapter</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;adapter)</PRE>
<DL>
-<DD><B>Description copied from class: <CODE>org.eclipse.core.runtime.PlatformObject</CODE></B></DD>
-<DD>Returns an object which is an instance of the given class
- associated with this object. Returns <code>null</code> if
- no such object can be found.
- <p>
- This implementation of the method declared by <code>IAdaptable</code>
- passes the request along to the platform's adapter manager; roughly
- <code>Platform.getAdapterManager().getAdapter(this, adapter)</code>.
- Subclasses may override this method (however, if they do so, they
- should invoke the method on their superclass to ensure that the
- Platform's adapter manager is consulted).
- </p>
-<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>getAdapter</CODE> in interface <CODE>org.eclipse.core.runtime.IAdaptable</CODE><DT><B>Overrides:</B><DD><CODE>getAdapter</CODE> in class <CODE>org.eclipse.core.runtime.PlatformObject</CODE></DL>
</DD>
<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>adapter</CODE> - the class to adapt to
-<DT><B>Returns:</B><DD>the adapted object or <code>null</code><DT><B>See Also:</B><DD><CODE>IAdaptable.getAdapter(Class)</CODE></DL>
+</DL>
</DD>
</DL>
<HR>

Back to the top