summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2005-04-21 21:37:38 +0000
committerCarolyn MacLeod <carolyn>2005-04-21 21:37:38 +0000
commitd8dc7d376217f64d968e56f94716b7499f158a2d (patch)
treeb9759c3497ebfceba6d089c99e93d03759d01900
parentab99a225f40b9d47115f5ca8da9899360763e63f (diff)
downloadeclipse.platform.swt-d8dc7d376217f64d968e56f94716b7499f158a2d.tar.gz
eclipse.platform.swt-d8dc7d376217f64d968e56f94716b7499f158a2d.tar.xz
eclipse.platform.swt-d8dc7d376217f64d968e56f94716b7499f158a2d.zip
javadoc
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SelectionEvent.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SelectionEvent.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SelectionEvent.java
index 559894892b..fb7d7ce644 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SelectionEvent.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/SelectionEvent.java
@@ -78,7 +78,12 @@ public class SelectionEvent extends TypedEvent {
public int stateMask;
/**
- * depending on the event.
+ * The text of the hyperlink that was selected.
+ * This will be either the text of the hyperlink or the value of its HREF,
+ * if one was specified.
+ *
+ * @see Link#setText(String)
+ * @since 3.1
*/
public String text;