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/HistoryTextDialog.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/widgets/HistoryTextDialog.html88
1 files changed, 44 insertions, 44 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/widgets/HistoryTextDialog.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/widgets/HistoryTextDialog.html
index d4f4c61be0..27739535f5 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/widgets/HistoryTextDialog.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ui/widgets/HistoryTextDialog.html
@@ -215,7 +215,7 @@ TODO extend BaseDialog
<TD><CODE><B><A HREF="../../../../../../org/eclipse/net4j/util/ui/widgets/HistoryTextDialog.html#createDialogArea(org.eclipse.swt.widgets.Composite)">createDialogArea</A></B>(org.eclipse.swt.widgets.Composite&nbsp;parent)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates and returns the contents of the upper part of this dialog (above
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates and returns the contents of the upper part of this dialog (above
the button bar).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -367,27 +367,27 @@ createDialogArea</H3>
protected org.eclipse.swt.widgets.Control <B>createDialogArea</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>Creates and returns the contents of the upper part of this dialog (above
- the button bar).
- <p>
- The <code>Dialog</code> implementation of this framework method creates
- and returns a new <code>Composite</code> with standard margins and
- spacing.
- </p>
- <p>
- The returned control's layout data must be an instance of
- <code>GridData</code>. This method must not modify the parent's
- layout.
- </p>
- <p>
- Subclasses must override this method but may call <code>super</code> as
- in the following example:
- </p>
-
- <pre>
- Composite composite = (Composite) super.createDialogArea(parent);
- //add controls to composite as necessary
- return composite;
+<DD>Creates and returns the contents of the upper part of this dialog (above
+ the button bar).
+ <p>
+ The <code>Dialog</code> implementation of this framework method creates
+ and returns a new <code>Composite</code> with standard margins and
+ spacing.
+ </p>
+ <p>
+ The returned control's layout data must be an instance of
+ <code>GridData</code>. This method must not modify the parent's
+ layout.
+ </p>
+ <p>
+ Subclasses must override this method but may call <code>super</code> as
+ in the following example:
+ </p>
+
+ <pre>
+ Composite composite = (Composite) super.createDialogArea(parent);
+ //add controls to composite as necessary
+ return composite;
</pre>
<P>
<DD><DL>
@@ -406,21 +406,21 @@ buttonPressed</H3>
protected void <B>buttonPressed</B>(int&nbsp;buttonId)</PRE>
<DL>
<DD><B>Description copied from class: <CODE>org.eclipse.jface.dialogs.Dialog</CODE></B></DD>
-<DD>Notifies that this dialog's button with the given id has been pressed.
- <p>
- The <code>Dialog</code> implementation of this framework method calls
- <code>okPressed</code> if the ok button is the pressed, and
- <code>cancelPressed</code> if the cancel button is the pressed. All
- other button presses are ignored. Subclasses may override to handle other
- buttons, but should call <code>super.buttonPressed</code> if the
- default handling of the ok and cancel buttons is desired.
+<DD>Notifies that this dialog's button with the given id has been pressed.
+ <p>
+ The <code>Dialog</code> implementation of this framework method calls
+ <code>okPressed</code> if the ok button is the pressed, and
+ <code>cancelPressed</code> if the cancel button is the pressed. All
+ other button presses are ignored. Subclasses may override to handle other
+ buttons, but should call <code>super.buttonPressed</code> if the
+ default handling of the ok and cancel buttons is desired.
</p>
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>buttonPressed</CODE> in class <CODE>org.eclipse.jface.dialogs.InputDialog</CODE></DL>
</DD>
<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>buttonId</CODE> - the id of the button that was pressed (see
+<DT><B>Parameters:</B><DD><CODE>buttonId</CODE> - the id of the button that was pressed (see
<code>IDialogConstants.*_ID</code> constants)</DL>
</DD>
</DL>
@@ -432,13 +432,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>
@@ -456,12 +456,12 @@ validateInput</H3>
protected void <B>validateInput</B>()</PRE>
<DL>
<DD><B>Description copied from class: <CODE>org.eclipse.jface.dialogs.InputDialog</CODE></B></DD>
-<DD>Validates the input.
- <p>
- The default implementation of this framework method delegates the request
- to the supplied input validator object; if it finds the input invalid,
- the error message is displayed in the dialog's message line. This hook
- method is called whenever the text changes in the input field.
+<DD>Validates the input.
+ <p>
+ The default implementation of this framework method delegates the request
+ to the supplied input validator object; if it finds the input invalid,
+ the error message is displayed in the dialog's message line. This hook
+ method is called whenever the text changes in the input field.
</p>
<P>
<DD><DL>

Back to the top