summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2002-06-07 03:38:28 +0000
committerCarolyn MacLeod <carolyn>2002-06-07 03:38:28 +0000
commitbcdc72d632730dccdf9933eb5875dafc51fe937f (patch)
treef94c333dd7752ba5f91f32ac640059eefd3d2f06 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java
parent69d0084b5fea5a770fc710b03cb4ca296bfc93a7 (diff)
downloadeclipse.platform.swt-bcdc72d632730dccdf9933eb5875dafc51fe937f.tar.gz
eclipse.platform.swt-bcdc72d632730dccdf9933eb5875dafc51fe937f.tar.xz
eclipse.platform.swt-bcdc72d632730dccdf9933eb5875dafc51fe937f.zip
Javadoc updates
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java8
1 files changed, 4 insertions, 4 deletions
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 a6572c5ffe..2c0536ed2d 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,8 +48,8 @@ public class Tracker extends Widget {
* class, or must be built by <em>bitwise OR</em>'ing together
* (that is, using the <code>int</code> "|" operator) two or more
* of those <code>SWT</code> style constants. The class description
- * for all SWT widget classes should include a comment which
- * describes the style constants which are applicable to the class.
+ * describes the style constants that are applicable to the class.
+ * Style bits are also inherited from superclasses.
* </p>
*
* @param parent a widget which will be the parent of the new instance (cannot be null)
@@ -86,8 +86,8 @@ public Tracker (Composite parent, int style) {
* class, or must be built by <em>bitwise OR</em>'ing together
* (that is, using the <code>int</code> "|" operator) two or more
* of those <code>SWT</code> style constants. The class description
- * for all SWT widget classes should include a comment which
- * describes the style constants which are applicable to the class.
+ * describes the style constants that are applicable to the class.
+ * Style bits are also inherited from superclasses.
* </p><p>
* Note: Currently, null can be passed in for the display argument.
* This has the effect of creating the tracker on the currently active