Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/AbstractPropertyAdapterFactory.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/AbstractPropertyAdapterFactory.html30
1 files changed, 4 insertions, 26 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/AbstractPropertyAdapterFactory.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/AbstractPropertyAdapterFactory.html
index 7801d91a04..9a8a0fb37d 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/AbstractPropertyAdapterFactory.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/AbstractPropertyAdapterFactory.html
@@ -157,8 +157,7 @@ Class AbstractPropertyAdapterFactory</H2>
<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;adapterType)</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 the given 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">
@@ -166,8 +165,7 @@ Class AbstractPropertyAdapterFactory</H2>
<TD><CODE><B><A HREF="../../../../../org/eclipse/net4j/util/ui/AbstractPropertyAdapterFactory.html#getAdapterList()">getAdapterList</A></B>()</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the collection of adapter types handled by this
- factory.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -214,21 +212,11 @@ getAdapterList</H3>
<PRE>
public <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>[] <B>getAdapterList</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>org.eclipse.core.runtime.IAdapterFactory</CODE></B></DD>
-<DD>Returns the collection of adapter types handled by this
- factory.
- <p>
- This method is generally used by an adapter manager
- to discover which adapter types are supported, in advance
- of dispatching any actual <code>getAdapter</code> requests.
- </p>
-<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>getAdapterList</CODE> in interface <CODE>org.eclipse.core.runtime.IAdapterFactory</CODE></DL>
</DD>
<DD><DL>
-
-<DT><B>Returns:</B><DD>the collection of adapter types</DL>
+</DL>
</DD>
</DL>
<HR>
@@ -239,21 +227,11 @@ getAdapter</H3>
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/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;adaptableObject,
<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;adapterType)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>org.eclipse.core.runtime.IAdapterFactory</CODE></B></DD>
-<DD>Returns an object which is an instance of the given class
- associated with the given object. Returns <code>null</code> if
- no such object can be found.
-<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>getAdapter</CODE> in interface <CODE>org.eclipse.core.runtime.IAdapterFactory</CODE></DL>
</DD>
<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>adaptableObject</CODE> - the adaptable object being queried
- (usually an instance of <code>IAdaptable</code>)<DD><CODE>adapterType</CODE> - the type of adapter to look up
-<DT><B>Returns:</B><DD>a object castable to the given adapter type,
- or <code>null</code> if this adapter factory
- does not have an adapter of the given type for the
- given object</DL>
+</DL>
</DD>
</DL>
<HR>

Back to the top