summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Slider.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2007-05-31 19:09:55 +0000
committerCarolyn MacLeod <carolyn>2007-05-31 19:09:55 +0000
commit67aa0d2b79ef0449868c1041892e844942737ea4 (patch)
tree6b50568c39258609e61271daf9586438d4f5b668 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Slider.java
parent49604457de8861cd331d99573cb04c36aec72bc6 (diff)
downloadeclipse.platform.swt-67aa0d2b79ef0449868c1041892e844942737ea4.tar.gz
eclipse.platform.swt-67aa0d2b79ef0449868c1041892e844942737ea4.tar.xz
eclipse.platform.swt-67aa0d2b79ef0449868c1041892e844942737ea4.zip
149040 - Change javadoc for Table addSelectionListener
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Slider.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Slider.java6
1 files changed, 3 insertions, 3 deletions
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 6d713d828d..214af87342 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
@@ -110,7 +110,7 @@ public Slider (Composite parent, int style) {
/**
* Adds the listener to the collection of listeners who will
- * be notified when the receiver's value changes, by sending
+ * be notified when the user changes the receiver's value, by sending
* it one of the messages defined in the <code>SelectionListener</code>
* interface.
* <p>
@@ -126,7 +126,7 @@ public Slider (Composite parent, int style) {
* <code>widgetDefaultSelected</code> is not called.
* </p>
*
- * @param listener the listener which should be notified
+ * @param listener the listener which should be notified when the user changes the receiver's value
*
* @exception IllegalArgumentException <ul>
* <li>ERROR_NULL_ARGUMENT - if the listener is null</li>
@@ -344,7 +344,7 @@ public int getThumb () {
/**
* Removes the listener from the collection of listeners who will
- * be notified when the receiver's value changes.
+ * be notified when the user changes the receiver's value.
*
* @param listener the listener which should no longer be notified
*