summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.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/Link.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/Link.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
index 5e58d2b19a..dba65c93d4 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
@@ -89,11 +89,11 @@ public Link (Composite parent, int style) {
/**
* Adds the listener to the collection of listeners who will
- * be notified when the control is selected, by sending
+ * be notified when the control is selected by the user, by sending
* it one of the messages defined in the <code>SelectionListener</code>
* interface.
* <p>
- * <code>widgetSelected</code> is called when the control is selected.
+ * <code>widgetSelected</code> is called when the control is selected by the user.
* <code>widgetDefaultSelected</code> is not called.
* </p>
*
@@ -520,7 +520,7 @@ void releaseWidget () {
/**
* Removes the listener from the collection of listeners who will
- * be notified when the control is selected.
+ * be notified when the control is selected by the user.
*
* @param listener the listener which should no longer be notified
*