From 84c8b40033dff2eafe1727c6feb80643180fe78a Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Mon, 16 May 2011 16:41:56 +0000 Subject: Bug 345279 - Do the annual javadoc/copyright bash for 3.7 --- .../Eclipse SWT/photon/org/eclipse/swt/widgets/Button.java | 3 +-- .../Eclipse SWT/photon/org/eclipse/swt/widgets/Caret.java | 3 +-- .../Eclipse SWT/photon/org/eclipse/swt/widgets/ColorDialog.java | 3 +-- .../Eclipse SWT/photon/org/eclipse/swt/widgets/DirectoryDialog.java | 3 +-- .../Eclipse SWT/photon/org/eclipse/swt/widgets/FileDialog.java | 3 +-- .../Eclipse SWT/photon/org/eclipse/swt/widgets/FontDialog.java | 3 +-- .../Eclipse SWT/photon/org/eclipse/swt/widgets/Label.java | 3 +-- .../Eclipse SWT/photon/org/eclipse/swt/widgets/MessageBox.java | 3 +-- .../Eclipse SWT/photon/org/eclipse/swt/widgets/ProgressBar.java | 3 +-- .../Eclipse SWT/photon/org/eclipse/swt/widgets/Sash.java | 3 +-- .../Eclipse SWT/photon/org/eclipse/swt/widgets/Scale.java | 3 +-- .../Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java | 3 ++- 12 files changed, 13 insertions(+), 23 deletions(-) (limited to 'bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt') diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Button.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Button.java index ec08b7c8d9..941e3d8435 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Button.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Button.java @@ -36,8 +36,7 @@ import org.eclipse.swt.events.*; * Note: Only one of the styles UP, DOWN, LEFT, and RIGHT may be specified * when the ARROW style is specified. *

- * IMPORTANT: This class is intended to be subclassed only - * within the SWT implementation. + * IMPORTANT: This class is not intended to be subclassed. *

* * @see Button snippets diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Caret.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Caret.java index dae8448165..535ab7241b 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Caret.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Caret.java @@ -25,8 +25,7 @@ import org.eclipse.swt.graphics.*; *
(none)
* *

- * IMPORTANT: This class is intended to be subclassed only - * within the SWT implementation. + * IMPORTANT: This class is not intended to be subclassed. *

* * @see Caret snippets diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/ColorDialog.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/ColorDialog.java index 225a5743a6..5a819c6095 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/ColorDialog.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/ColorDialog.java @@ -26,8 +26,7 @@ import org.eclipse.swt.graphics.*; *
(none)
* *

- * IMPORTANT: This class is intended to be subclassed only - * within the SWT implementation. + * IMPORTANT: This class is not intended to be subclassed. *

* * @see SWT Example: ControlExample, Dialog tab diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/DirectoryDialog.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/DirectoryDialog.java index 4b48d8b5ce..16e172cf2e 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/DirectoryDialog.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/DirectoryDialog.java @@ -25,8 +25,7 @@ import org.eclipse.swt.*; *
(none)
* *

- * IMPORTANT: This class is intended to be subclassed only - * within the SWT implementation. + * IMPORTANT: This class is not intended to be subclassed. *

* * @see DirectoryDialog snippets diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FileDialog.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FileDialog.java index 09559bb192..1e940623ff 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FileDialog.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FileDialog.java @@ -27,8 +27,7 @@ import org.eclipse.swt.*; *

* Note: Only one of the styles SAVE and OPEN may be specified. *

- * IMPORTANT: This class is intended to be subclassed only - * within the SWT implementation. + * IMPORTANT: This class is not intended to be subclassed. *

* * @see FileDialog snippets diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FontDialog.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FontDialog.java index cc914ff2c2..fc69d0eab8 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FontDialog.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/FontDialog.java @@ -26,8 +26,7 @@ import org.eclipse.swt.graphics.*; *
(none)
* *

- * IMPORTANT: This class is intended to be subclassed only - * within the SWT implementation. + * IMPORTANT: This class is not intended to be subclassed. *

* * @see SWT Example: ControlExample, Dialog tab diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Label.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Label.java index e1b7191c87..19432c4a6f 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Label.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Label.java @@ -40,8 +40,7 @@ import org.eclipse.swt.graphics.*; * SHADOW_NONE is a HINT. Only one of HORIZONTAL and VERTICAL may be specified. * Only one of CENTER, LEFT and RIGHT may be specified. *

- * IMPORTANT: This class is intended to be subclassed only - * within the SWT implementation. + * IMPORTANT: This class is not intended to be subclassed. *

* * @see Label snippets diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/MessageBox.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/MessageBox.java index 3f5de9a94c..d5bd3667a3 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/MessageBox.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/MessageBox.java @@ -31,8 +31,7 @@ import org.eclipse.swt.*; * Note: Only one of the styles ICON_ERROR, ICON_INFORMATION, ICON_QUESTION, * ICON_WARNING and ICON_WORKING may be specified. *

- * IMPORTANT: This class is intended to be subclassed only - * within the SWT implementation. + * IMPORTANT: This class is not intended to be subclassed. *

* * @see SWT Example: ControlExample, Dialog tab diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/ProgressBar.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/ProgressBar.java index 575bc28393..b488d1bf49 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/ProgressBar.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/ProgressBar.java @@ -28,8 +28,7 @@ import org.eclipse.swt.graphics.*; *

* Note: Only one of the styles HORIZONTAL and VERTICAL may be specified. *

- * IMPORTANT: This class is intended to be subclassed only - * within the SWT implementation. + * IMPORTANT: This class is not intended to be subclassed. *

* * @see ProgressBar snippets diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Sash.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Sash.java index f6af35eff8..9a512dcebc 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Sash.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Sash.java @@ -29,8 +29,7 @@ import org.eclipse.swt.events.*; *

* Note: Only one of the styles HORIZONTAL and VERTICAL may be specified. *

- * IMPORTANT: This class is intended to be subclassed only - * within the SWT implementation. + * IMPORTANT: This class is not intended to be subclassed. *

* * @see Sash snippets diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Scale.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Scale.java index a53bcc02f4..f1cd3239dc 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Scale.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Scale.java @@ -30,8 +30,7 @@ import org.eclipse.swt.events.*; * Note: Only one of the styles HORIZONTAL and VERTICAL may be specified. *

*

- * IMPORTANT: This class is intended to be subclassed only - * within the SWT implementation. + * IMPORTANT: This class is not intended to be subclassed. *

* * @see Scale snippets diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java index 31b3366811..4a2bab316c 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/org/eclipse/swt/widgets/Shell.java @@ -107,7 +107,7 @@ import org.eclipse.swt.events.*; * Note: Only one of the styles APPLICATION_MODAL, MODELESS, * PRIMARY_MODAL and SYSTEM_MODAL may be specified. *

- * IMPORTANT: This class is not intended to be subclassed. + * IMPORTANT: This class is not intended to be subclassed. *

* * @see Decorations @@ -115,6 +115,7 @@ import org.eclipse.swt.events.*; * @see Shell snippets * @see SWT Example: ControlExample * @see Sample code and further information + * @noextend This class is not intended to be subclassed by clients. */ public class Shell extends Decorations { int shellHandle; -- cgit