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/views/ItemProvider.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/views/ItemProvider.html70
1 files changed, 35 insertions, 35 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/views/ItemProvider.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/views/ItemProvider.html
index 4895d788e3..175fc42c3a 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/views/ItemProvider.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/views/ItemProvider.html
@@ -208,7 +208,7 @@ Class ItemProvider&lt;INPUT&gt;</H2>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/net4j/util/ui/views/ItemProvider.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;parent)</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">
@@ -266,7 +266,7 @@ Class ItemProvider&lt;INPUT&gt;</H2>
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;property)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether the label would be affected
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns whether the label would be affected
by a change to the given property of the given element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -378,15 +378,15 @@ getElements</H3>
public final <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;parent)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE>org.eclipse.jface.viewers.ITreeContentProvider</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.
- The result is not modified by the viewer.
- <p>
- <b>NOTE:</b> The returned array must not contain the given
- <code>inputElement</code>, since this leads to recursion issues in
- <CODE>AbstractTreeViewer</CODE> (see
- <a href="https://bugs.eclipse.org/9262">bug 9262</a>).
+<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>
+ <b>NOTE:</b> The returned array must not contain the given
+ <code>inputElement</code>, since this leads to recursion issues in
+ <CODE>AbstractTreeViewer</CODE> (see
+ <a href="https://bugs.eclipse.org/9262">bug 9262</a>).
</p>
<P>
<DD><DL>
@@ -405,11 +405,11 @@ hasChildren</H3>
public boolean <B>hasChildren</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;parent)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE>org.eclipse.jface.viewers.ITreeContentProvider</CODE></B></DD>
-<DD>Returns whether the given element has children.
- <p>
- Intended as an optimization for when the viewer does not
- need the actual children. Clients may be able to implement
- this more efficiently than <code>getChildren</code>.
+<DD>Returns whether the given element has children.
+ <p>
+ Intended as an optimization for when the viewer does not
+ need the actual children. Clients may be able to implement
+ this more efficiently than <code>getChildren</code>.
</p>
<P>
<DD><DL>
@@ -417,7 +417,7 @@ public boolean <B>hasChildren</B>(<A HREF="http://download.oracle.com/javase/1.5
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parent</CODE> - the element
-<DT><B>Returns:</B><DD><code>true</code> if the given element has children,
+<DT><B>Returns:</B><DD><code>true</code> if the given element has children,
and <code>false</code> if it has no children</DL>
</DD>
</DL>
@@ -436,7 +436,7 @@ public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Strin
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>obj</CODE> - the element for which to provide the label text
-<DT><B>Returns:</B><DD>the text string used to label the element, or <code>null</code>
+<DT><B>Returns:</B><DD>the text string used to label the element, or <code>null</code>
if there is no text label for the given object</DL>
</DD>
</DL>
@@ -448,8 +448,8 @@ getImage</H3>
public org.eclipse.swt.graphics.Image <B>getImage</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;obj)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE>org.eclipse.jface.viewers.ILabelProvider</CODE></B></DD>
-<DD>Returns the image for the label of the given element. The image
- is owned by the label provider and must not be disposed directly.
+<DD>Returns the image for the label of the given element. The image
+ is owned by the label provider and must not be disposed directly.
Instead, dispose the label provider when no longer needed.
<P>
<DD><DL>
@@ -457,7 +457,7 @@ public org.eclipse.swt.graphics.Image <B>getImage</B>(<A HREF="http://download.o
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>obj</CODE> - the element for which to provide the label image
-<DT><B>Returns:</B><DD>the image used to label the element, or <code>null</code>
+<DT><B>Returns:</B><DD>the image used to label the element, or <code>null</code>
if there is no image for the given object</DL>
</DD>
</DL>
@@ -476,7 +476,7 @@ public org.eclipse.swt.graphics.Color <B>getBackground</B>(<A HREF="http://downl
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>element</CODE> - the element
-<DT><B>Returns:</B><DD>the background color for the element, or <code>null</code>
+<DT><B>Returns:</B><DD>the background color for the element, or <code>null</code>
to use the default background color</DL>
</DD>
</DL>
@@ -495,7 +495,7 @@ public org.eclipse.swt.graphics.Color <B>getForeground</B>(<A HREF="http://downl
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>element</CODE> - the element
-<DT><B>Returns:</B><DD>the foreground color for the element, or <code>null</code>
+<DT><B>Returns:</B><DD>the foreground color for the element, or <code>null</code>
to use the default foreground color</DL>
</DD>
</DL>
@@ -514,7 +514,7 @@ public org.eclipse.swt.graphics.Font <B>getFont</B>(<A HREF="http://download.ora
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>element</CODE> - the element
-<DT><B>Returns:</B><DD>the font for the element, or <code>null</code>
+<DT><B>Returns:</B><DD>the font for the element, or <code>null</code>
to use the default font</DL>
</DD>
</DL>
@@ -527,10 +527,10 @@ public boolean <B>isLabelProperty</B>(<A HREF="http://download.oracle.com/javase
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;property)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE>org.eclipse.jface.viewers.IBaseLabelProvider</CODE></B></DD>
-<DD>Returns whether the label would be affected
- by a change to the given property of the given element.
- This can be used to optimize a non-structural viewer update.
- If the property mentioned in the update does not affect the label,
+<DD>Returns whether the label would be affected
+ by a change to the given property of the given element.
+ This can be used to optimize a non-structural viewer update.
+ If the property mentioned in the update does not affect the label,
then the viewer need not update the label.
<P>
<DD><DL>
@@ -538,7 +538,7 @@ public boolean <B>isLabelProperty</B>(<A HREF="http://download.oracle.com/javase
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>element</CODE> - the element<DD><CODE>property</CODE> - the property
-<DT><B>Returns:</B><DD><code>true</code> if the label would be affected,
+<DT><B>Returns:</B><DD><code>true</code> if the label would be affected,
and <code>false</code> if it would be unaffected</DL>
</DD>
</DL>
@@ -564,11 +564,11 @@ addListener</H3>
public void <B>addListener</B>(org.eclipse.jface.viewers.ILabelProviderListener&nbsp;listener)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE>org.eclipse.jface.viewers.IBaseLabelProvider</CODE></B></DD>
-<DD>Adds a listener to this label provider.
- Has no effect if an identical listener is already registered.
- <p>
- Label provider listeners are informed about state changes
- that affect the rendering of the viewer that uses this label provider.
+<DD>Adds a listener to this label provider.
+ Has no effect if an identical listener is already registered.
+ <p>
+ Label provider listeners are informed about state changes
+ that affect the rendering of the viewer that uses this label provider.
</p>
<P>
<DD><DL>
@@ -586,7 +586,7 @@ removeListener</H3>
public void <B>removeListener</B>(org.eclipse.jface.viewers.ILabelProviderListener&nbsp;listener)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE>org.eclipse.jface.viewers.IBaseLabelProvider</CODE></B></DD>
-<DD>Removes a listener to this label provider.
+<DD>Removes a listener to this label provider.
Has no effect if an identical listener is not registered.
<P>
<DD><DL>

Back to the top