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/widgets/LogDialog.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/widgets/LogDialog.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/widgets/LogDialog.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/widgets/LogDialog.html
index e7a35575a8..adfee96c00 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/widgets/LogDialog.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/widgets/LogDialog.html
@@ -240,7 +240,7 @@ Class LogDialog</H2>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/net4j/util/ui/widgets/LogDialog.html#close()">close</A></B>()</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closes this window, disposes its shell, and removes this window from its
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closes this window, disposes its shell, and removes this window from its
window manager (if it has one).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -425,16 +425,16 @@ close</H3>
public boolean <B>close</B>()</PRE>
<DL>
<DD><B>Description copied from class: <CODE>org.eclipse.jface.window.Window</CODE></B></DD>
-<DD>Closes this window, disposes its shell, and removes this window from its
- window manager (if it has one).
- <p>
- This framework method may be extended (<code>super.close</code> must
- be called).
- </p>
- <p>
- Note that in order to prevent recursive calls to this method
- it does not call <code>Shell#close()</code>. As a result <code>ShellListener</code>s
- will not receive a <code>shellClosed</code> event.
+<DD>Closes this window, disposes its shell, and removes this window from its
+ window manager (if it has one).
+ <p>
+ This framework method may be extended (<code>super.close</code> must
+ be called).
+ </p>
+ <p>
+ Note that in order to prevent recursive calls to this method
+ it does not call <code>Shell#close()</code>. As a result <code>ShellListener</code>s
+ will not receive a <code>shellClosed</code> event.
</p>
<P>
<DD><DL>
@@ -442,7 +442,7 @@ public boolean <B>close</B>()</PRE>
</DD>
<DD><DL>
-<DT><B>Returns:</B><DD><code>true</code> if the window is (or was already) closed, and
+<DT><B>Returns:</B><DD><code>true</code> if the window is (or was already) closed, and
<code>false</code> if it is still open<DT><B>See Also:</B><DD><CODE>Window.close()</CODE></DL>
</DD>
</DL>
@@ -468,13 +468,13 @@ createButtonsForButtonBar</H3>
protected void <B>createButtonsForButtonBar</B>(org.eclipse.swt.widgets.Composite&nbsp;parent)</PRE>
<DL>
<DD><B>Description copied from class: <CODE>org.eclipse.jface.dialogs.Dialog</CODE></B></DD>
-<DD>Adds buttons to this dialog's button bar.
- <p>
- The <code>Dialog</code> implementation of this framework method adds
- standard ok and cancel buttons using the <code>createButton</code>
- framework method. These standard buttons will be accessible from
- <code>getCancelButton</code>, and <code>getOKButton</code>.
- Subclasses may override.
+<DD>Adds buttons to this dialog's button bar.
+ <p>
+ The <code>Dialog</code> implementation of this framework method adds
+ standard ok and cancel buttons using the <code>createButton</code>
+ framework method. These standard buttons will be accessible from
+ <code>getCancelButton</code>, and <code>getOKButton</code>.
+ Subclasses may override.
</p>
<P>
<DD><DL>

Back to the top