Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/StaticContentProvider.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/StaticContentProvider.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/StaticContentProvider.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/StaticContentProvider.html
index 105066067d..768a7366e7 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/StaticContentProvider.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/StaticContentProvider.html
@@ -155,7 +155,7 @@ Class StaticContentProvider</H2>
<TD><CODE><B><A HREF="../../../../../org/eclipse/net4j/util/ui/StaticContentProvider.html#getElements(java.lang.Object)">getElements</A></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;inputElement)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the elements to display in the viewer
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the elements to display in the viewer
when its input is set to the given element.</TD>
</TR>
</TABLE>
@@ -229,9 +229,9 @@ getElements</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>getElements</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;inputElement)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE>org.eclipse.jface.viewers.IStructuredContentProvider</CODE></B></DD>
-<DD>Returns the elements to display in the viewer
- when its input is set to the given element.
- These elements can be presented as rows in a table, items in a list, etc.
+<DD>Returns the elements to display in the viewer
+ when its input is set to the given element.
+ These elements can be presented as rows in a table, items in a list, etc.
The result is not modified by the viewer.
<P>
<DD><DL>

Back to the top