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/DelegatingContentProvider.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/DelegatingContentProvider.html46
1 files changed, 23 insertions, 23 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/DelegatingContentProvider.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/DelegatingContentProvider.html
index 183eda835b..28313d235b 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/DelegatingContentProvider.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/DelegatingContentProvider.html
@@ -182,7 +182,7 @@ Class DelegatingContentProvider</H2>
<TD><CODE><B><A HREF="../../../../../org/eclipse/net4j/util/ui/DelegatingContentProvider.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>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -193,7 +193,7 @@ Class DelegatingContentProvider</H2>
<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;newInput)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Notifies this content provider that the given viewer's input
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Notifies this content provider that the given viewer's input
has been switched to a different element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -306,11 +306,11 @@ dispose</H3>
public void <B>dispose</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE>org.eclipse.jface.viewers.IContentProvider</CODE></B></DD>
-<DD>Disposes of this content provider.
- This is called by the viewer when it is disposed.
- <p>
- The viewer should not be updated during this call, as it is in the process
- of being disposed.
+<DD>Disposes of this content provider.
+ This is called by the viewer when it is disposed.
+ <p>
+ The viewer should not be updated during this call, as it is in the process
+ of being disposed.
</p>
<P>
<DD><DL>
@@ -328,9 +328,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>
@@ -351,25 +351,25 @@ public void <B>inputChanged</B>(org.eclipse.jface.viewers.Viewer&nbsp;viewer,
<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;newInput)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE>org.eclipse.jface.viewers.IContentProvider</CODE></B></DD>
-<DD>Notifies this content provider that the given viewer's input
- has been switched to a different element.
- <p>
- A typical use for this method is registering the content provider as a listener
- to changes on the new input (using model-specific means), and deregistering the viewer
- from the old input. In response to these change notifications, the content provider
- should update the viewer (see the add, remove, update and refresh methods on the viewers).
- </p>
- <p>
- The viewer should not be updated during this call, as it might be in the process
- of being disposed.
+<DD>Notifies this content provider that the given viewer's input
+ has been switched to a different element.
+ <p>
+ A typical use for this method is registering the content provider as a listener
+ to changes on the new input (using model-specific means), and deregistering the viewer
+ from the old input. In response to these change notifications, the content provider
+ should update the viewer (see the add, remove, update and refresh methods on the viewers).
+ </p>
+ <p>
+ The viewer should not be updated during this call, as it might be in the process
+ of being disposed.
</p>
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>inputChanged</CODE> in interface <CODE>org.eclipse.jface.viewers.IContentProvider</CODE></DL>
</DD>
<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>viewer</CODE> - the viewer<DD><CODE>oldInput</CODE> - the old input element, or <code>null</code> if the viewer
- did not previously have an input<DD><CODE>newInput</CODE> - the new input element, or <code>null</code> if the viewer
+<DT><B>Parameters:</B><DD><CODE>viewer</CODE> - the viewer<DD><CODE>oldInput</CODE> - the old input element, or <code>null</code> if the viewer
+ did not previously have an input<DD><CODE>newInput</CODE> - the new input element, or <code>null</code> if the viewer
does not have an input</DL>
</DD>
</DL>

Back to the top