From 657d471e34fe427c258b67891131caf42945a831 Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Fri, 7 Jun 2002 05:41:32 +0000 Subject: Javadoc updates --- .../common/org/eclipse/swt/custom/AnimatedProgress.java | 2 +- .../common/org/eclipse/swt/custom/CCombo.java | 2 +- .../common/org/eclipse/swt/custom/CLabel.java | 2 +- .../common/org/eclipse/swt/custom/CTabFolder.java | 2 +- .../common/org/eclipse/swt/custom/CTabItem.java | 4 ++-- .../common/org/eclipse/swt/custom/SashForm.java | 2 +- .../common/org/eclipse/swt/custom/ScrolledComposite.java | 2 +- .../common/org/eclipse/swt/custom/StyledText.java | 2 +- .../common/org/eclipse/swt/custom/TableCursor.java | 2 +- .../common/org/eclipse/swt/custom/TableTree.java | 2 +- .../common/org/eclipse/swt/custom/TableTreeItem.java | 8 ++++---- .../common/org/eclipse/swt/custom/ViewForm.java | 2 +- .../win32/org/eclipse/swt/printing/PrintDialog.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/ColorDialog.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/CoolItem.java | 4 ++-- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java | 2 +- .../win32/org/eclipse/swt/widgets/DirectoryDialog.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/FontDialog.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/List.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java | 4 ++-- .../Eclipse SWT/win32/org/eclipse/swt/widgets/MessageBox.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Sash.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Scrollable.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java | 6 +++--- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Slider.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/TabFolder.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/TabItem.java | 4 ++-- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java | 4 ++-- .../Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java | 4 ++-- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java | 4 ++-- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java | 4 ++-- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java | 2 +- .../Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java | 8 ++++---- .../Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java | 4 ++-- 51 files changed, 68 insertions(+), 68 deletions(-) (limited to 'bundles/org.eclipse.swt') diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/AnimatedProgress.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/AnimatedProgress.java index eb8447f73a..a21ef583ff 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/AnimatedProgress.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/AnimatedProgress.java @@ -36,7 +36,7 @@ public class AnimatedProgress extends Canvas { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java index e7b862ea0f..7eb85830bb 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java @@ -45,7 +45,7 @@ public final class CCombo extends Composite { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java index 2be53980e7..f6300a606f 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CLabel.java @@ -66,7 +66,7 @@ public class CLabel extends Canvas { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java index 5824fc52ba..2d0f532d55 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java @@ -147,7 +147,7 @@ public class CTabFolder extends Composite { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java index be9b212744..8347f46b01 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java @@ -37,7 +37,7 @@ public class CTabItem extends Item { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -68,7 +68,7 @@ public CTabItem (CTabFolder parent, int style) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java index 0bea6e62b9..c03d6c0e4d 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashForm.java @@ -41,7 +41,7 @@ public class SashForm extends Composite { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java index fbeb1e8b47..84c90a1cd2 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java @@ -113,7 +113,7 @@ public class ScrolledComposite extends Composite { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java index 019a70892f..22ce1aad47 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledText.java @@ -1331,7 +1331,7 @@ public class StyledText extends Canvas { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableCursor.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableCursor.java index 59d3924cc4..6d50973e1a 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableCursor.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableCursor.java @@ -140,7 +140,7 @@ public class TableCursor extends Canvas { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java index 22edd1dc4a..cabeeccf83 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java @@ -65,7 +65,7 @@ public class TableTree extends Composite { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeItem.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeItem.java index ad32e48cc3..513c82ebe9 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeItem.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTreeItem.java @@ -38,7 +38,7 @@ public class TableTreeItem extends Item { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -70,7 +70,7 @@ public TableTreeItem(TableTree parent, int style) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -103,7 +103,7 @@ public TableTreeItem(TableTree parent, int style, int index) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -135,7 +135,7 @@ public TableTreeItem(TableTreeItem parent, int style) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java index 3c7d4c72bd..f58d2ddf42 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ViewForm.java @@ -93,7 +93,7 @@ public class ViewForm extends Composite { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/PrintDialog.java b/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/PrintDialog.java index d9afe5f281..4c63f50ce2 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/PrintDialog.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/PrintDialog.java @@ -55,7 +55,7 @@ public PrintDialog (Shell parent) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java index 61d1e98e25..f519e84b70 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Button.java @@ -66,7 +66,7 @@ public class Button extends Control { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java index 8b092c7511..ecebdbf476 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java @@ -47,7 +47,7 @@ Canvas () { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java index 3260baa549..9ab1529f3e 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Caret.java @@ -42,7 +42,7 @@ public class Caret extends Widget { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ColorDialog.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ColorDialog.java index 0b9d1e5f44..cf928b8764 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ColorDialog.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ColorDialog.java @@ -58,7 +58,7 @@ public ColorDialog (Shell parent) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java index c19ad32bd5..84297596b3 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java @@ -90,7 +90,7 @@ public class Combo extends Composite { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java index 835f3ec325..ba356bc7cf 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Composite.java @@ -48,7 +48,7 @@ Composite () { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java index 0da8b5e854..5ad1b7708e 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java @@ -57,7 +57,7 @@ Control () { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java index 7ecd21ed09..7dc24f22b4 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java @@ -57,7 +57,7 @@ public class CoolBar extends Composite { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolItem.java index 83de004356..b55f90bfc0 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolItem.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolItem.java @@ -42,7 +42,7 @@ public class CoolItem extends Item { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -78,7 +78,7 @@ public CoolItem (CoolBar parent, int style) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java index e0d0519b42..338eca7701 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Decorations.java @@ -114,7 +114,7 @@ Decorations () { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DirectoryDialog.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DirectoryDialog.java index c0ff278da5..71d9a85392 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DirectoryDialog.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DirectoryDialog.java @@ -58,7 +58,7 @@ public DirectoryDialog (Shell parent) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* Note: Currently, null can be passed in for the parent. diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java index 603de81eb9..58d2758d0c 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FileDialog.java @@ -68,7 +68,7 @@ public FileDialog (Shell parent) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* Note: Currently, null can be passed in for the parent. diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FontDialog.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FontDialog.java index b01fee915c..210702f548 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FontDialog.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/FontDialog.java @@ -57,7 +57,7 @@ public FontDialog (Shell parent) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* Note: Currently, null can be passed in for the parent. diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java index a1dfe5c2b6..59020b447e 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java @@ -49,7 +49,7 @@ public class Group extends Composite { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java index c3967930ff..36d7805b13 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java @@ -51,7 +51,7 @@ public class Label extends Control { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java index cc526d6619..19935057c7 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/List.java @@ -47,7 +47,7 @@ public class List extends Scrollable { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java index fce4ee3366..aa46ba11a0 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java @@ -65,7 +65,7 @@ public Menu (Control parent) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java index f98ae9821a..a9836e57a1 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java @@ -43,7 +43,7 @@ public class MenuItem extends Item { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -83,7 +83,7 @@ public MenuItem (Menu parent, int style) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MessageBox.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MessageBox.java index 9ca17f9c65..6712493072 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MessageBox.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MessageBox.java @@ -68,7 +68,7 @@ public MessageBox (Shell parent) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* Note: Currently, null can be passed in for the parent. diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java index fdaf484b6e..d20fcea527 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java @@ -44,7 +44,7 @@ public class ProgressBar extends Control { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Sash.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Sash.java index a67c3b0055..1694686844 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Sash.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Sash.java @@ -42,7 +42,7 @@ public class Sash extends Control { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java index 75f9588dea..e5b4abd910 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scale.java @@ -47,7 +47,7 @@ public class Scale extends Control { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java index 91b783da11..3506858c04 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java @@ -87,7 +87,7 @@ public class ScrollBar extends Widget { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scrollable.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scrollable.java index fdc0d319e8..7d4c11d10a 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scrollable.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Scrollable.java @@ -42,7 +42,7 @@ Scrollable () { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java index 58bcde5572..cc0dfd534f 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java @@ -124,7 +124,7 @@ public Shell () { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -186,7 +186,7 @@ public Shell (Display display) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* Note: Currently, null can be passed in for the display argument. @@ -273,7 +273,7 @@ public Shell (Shell parent) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* Note: Currently, null can be passed in for the parent. diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Slider.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Slider.java index 8de54e66c8..ef215e6b5c 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Slider.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Slider.java @@ -78,7 +78,7 @@ public class Slider extends Control { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabFolder.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabFolder.java index 1130501bc1..822dd5b3f2 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabFolder.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabFolder.java @@ -77,7 +77,7 @@ public class TabFolder extends Composite { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabItem.java index cb0ef26530..b3430086d4 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabItem.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TabItem.java @@ -40,7 +40,7 @@ public class TabItem extends Item { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -76,7 +76,7 @@ public TabItem (TabFolder parent, int style) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java index 5e5f34aa39..688f965a8d 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java @@ -57,7 +57,7 @@ public class Table extends Composite { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java index 6158c91ea2..758dcdf2d7 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableColumn.java @@ -40,7 +40,7 @@ public class TableColumn extends Item { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -79,7 +79,7 @@ public TableColumn (Table parent, int style) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java index 166e548b6e..050df9639c 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TableItem.java @@ -39,7 +39,7 @@ public class TableItem extends Item { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -75,7 +75,7 @@ public TableItem (Table parent, int style) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java index 41444dc9f2..a8d2f09be3 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java @@ -60,7 +60,7 @@ public class Text extends Scrollable { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java index dda32d52a7..5e660966de 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolBar.java @@ -63,7 +63,7 @@ public class ToolBar extends Composite { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java index 4f14aef3e6..6a985eba4c 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ToolItem.java @@ -46,7 +46,7 @@ public class ToolItem extends Item { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -86,7 +86,7 @@ public ToolItem (ToolBar parent, int style) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java index 2c0536ed2d..4deac89484 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java @@ -48,7 +48,7 @@ public class Tracker extends Widget { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -86,7 +86,7 @@ public Tracker (Composite parent, int style) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* Note: Currently, null can be passed in for the display argument. diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java index 917f2a1b7b..69b5a8afe7 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tree.java @@ -58,7 +58,7 @@ public class Tree extends Composite { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java index 3061b265b2..e7379976a1 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java @@ -41,7 +41,7 @@ public class TreeItem extends Item { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -77,7 +77,7 @@ public TreeItem (Tree parent, int style) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -125,7 +125,7 @@ public TreeItem (Tree parent, int style, int index) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -162,7 +162,7 @@ public TreeItem (TreeItem parentItem, int style) { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java index bf287fc4f7..aa72e4946a 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java @@ -115,7 +115,7 @@ Widget () { * class, or must be built by bitwise OR'ing together * (that is, using the int "|" operator) two or more * of those SWT style constants. The class description - * describes the style constants that are applicable to the class. + * lists the style constants that are applicable to the class. * Style bits are also inherited from superclasses. *

* @@ -257,7 +257,7 @@ void checkParent (Widget parent) { * strongly platform specific. No support is provided for * user-written classes which are implemented in this fashion. *

- * The ability to subclass outside of the allowed SWT classes, + * The ability to subclass outside of the allowed SWT classes * is intended purely to enable those not on the SWT development * team to implement patches in order to get around specific * limitations in advance of when those limitations can be -- cgit