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/views/ContainerItemProvider.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/views/ContainerItemProvider.html56
1 files changed, 28 insertions, 28 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/views/ContainerItemProvider.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/views/ContainerItemProvider.html
index 78a722a27b..9f1328a219 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/views/ContainerItemProvider.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/views/ContainerItemProvider.html
@@ -395,7 +395,7 @@ Class ContainerItemProvider&lt;CONTAINER extends <A HREF="../../../../../../org/
<TD><CODE><B><A HREF="../../../../../../org/eclipse/net4j/util/ui/views/ContainerItemProvider.html#getParent(java.lang.Object)">getParent</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;element)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the parent for the given element, or <code>null</code>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the parent for the given element, or <code>null</code>
indicating that the parent can't be computed.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -547,11 +547,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;element)</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>
@@ -559,7 +559,7 @@ public boolean <B>hasChildren</B>(<A HREF="http://download.oracle.com/javase/1.5
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>element</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>
@@ -571,13 +571,13 @@ getChildren</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>getChildren</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;element)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE>org.eclipse.jface.viewers.ITreeContentProvider</CODE></B></DD>
-<DD>Returns the child elements of the given parent element.
- <p>
- The difference between this method and <code>IStructuredContentProvider.getElements</code>
- is that <code>getElements</code> is called to obtain the
- tree viewer's root elements, whereas <code>getChildren</code> is used
- to obtain the children of a given parent element in the tree (including a root).
- </p>
+<DD>Returns the child elements of the given parent element.
+ <p>
+ The difference between this method and <code>IStructuredContentProvider.getElements</code>
+ is that <code>getElements</code> is called to obtain the
+ tree viewer's root elements, whereas <code>getChildren</code> is used
+ to obtain the children of a given parent element in the tree (including a root).
+ </p>
The result is not modified by the viewer.
<P>
<DD><DL>
@@ -593,14 +593,14 @@ getParent</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>getParent</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;element)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE>org.eclipse.jface.viewers.ITreeContentProvider</CODE></B></DD>
-<DD>Returns the parent for the given element, or <code>null</code>
- indicating that the parent can't be computed.
- In this case the tree-structured viewer can't expand
+<DD>Returns the parent for the given element, or <code>null</code>
+ indicating that the parent can't be computed.
+ In this case the tree-structured viewer can't expand
a given node correctly if requested.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>element</CODE> - the element
-<DT><B>Returns:</B><DD>the parent element, or <code>null</code> if it
+<DT><B>Returns:</B><DD>the parent element, or <code>null</code> if it
has none or if the parent cannot be computed</DL>
</DD>
</DL>
@@ -612,11 +612,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>
@@ -877,7 +877,7 @@ public org.eclipse.swt.graphics.Font <B>getFont</B>(<A HREF="http://download.ora
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>obj</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>
@@ -896,7 +896,7 @@ public org.eclipse.swt.graphics.Color <B>getForeground</B>(<A HREF="http://downl
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>obj</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>
@@ -908,8 +908,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>
@@ -917,7 +917,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>

Back to the top