summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2002-06-18 16:48:19 +0000
committerGrant Gayed <ggayed>2002-06-18 16:48:19 +0000
commit657a6184978c1a73bb9fd531f8f8edafd10a5a38 (patch)
tree798048959e547e181d36ba4c4ad254cbaea87acd /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Tracker.java
parent5ff9bc16c046f7ac3707b2ce9b60df4d002d1179 (diff)
downloadeclipse.platform.swt-657a6184978c1a73bb9fd531f8f8edafd10a5a38.tar.gz
eclipse.platform.swt-657a6184978c1a73bb9fd531f8f8edafd10a5a38.tar.xz
eclipse.platform.swt-657a6184978c1a73bb9fd531f8f8edafd10a5a38.zip
update javadoc 2
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.java9
1 files changed, 7 insertions, 2 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 8f60fb198d..7543ca123a 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
@@ -251,7 +251,8 @@ static int checkStyle (int style) {
return style;
}
/**
- * Stop displaying the tracker rectangles.
+ * Stops displaying the tracker rectangles. Note that this is not considered
+ * to be a cancelation by the user.
*
* @exception SWTException <ul>
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
@@ -380,7 +381,11 @@ void moveRectangles (int xChange, int yChange) {
}
/**
- * Displays the Tracker rectangles.
+ * Displays the Tracker rectangles for manipulation by the user. Returns when
+ * the user has either finished manipulating the rectangles or has cancelled the
+ * Tracker.
+ *
+ * @return <code>true</code> if the user did not cancel the Tracker, <code>false</code> otherwise
*
* @exception SWTException <ul>
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>