summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2005-06-21 21:11:34 +0000
committerCarolyn MacLeod <carolyn>2005-06-21 21:11:34 +0000
commitabee13b3bcd9260c2ca7824ce15632593cf59218 (patch)
tree0cd89ec866884b10ee3ac39b8f0af86c2f91abc6 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java
parentfb124d2ba5ec40e564190dc83884d6e6c7990509 (diff)
downloadeclipse.platform.swt-abee13b3bcd9260c2ca7824ce15632593cf59218.tar.gz
eclipse.platform.swt-abee13b3bcd9260c2ca7824ce15632593cf59218.tar.xz
eclipse.platform.swt-abee13b3bcd9260c2ca7824ce15632593cf59218.zip
doc: bug 84906
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java
index 493f49eaed..95127c39c3 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ScrollBar.java
@@ -21,7 +21,7 @@ import org.eclipse.swt.events.*;
* objects that represent a range of positive, numeric values.
* <p>
* At any given moment, a given scroll bar will have a
- * single <em>selection</em> that is considered to be its
+ * single 'selection' that is considered to be its
* value, which is constrained to be within the range of
* values the scroll bar represents (that is, between its
* <em>minimum</em> and <em>maximum</em> values).
@@ -314,7 +314,7 @@ public int getPageIncrement () {
}
/**
- * Returns the receiver's parent, which must be scrollable.
+ * Returns the receiver's parent, which must be a Scrollable.
*
* @return the receiver's parent
*
@@ -329,7 +329,7 @@ public Scrollable getParent () {
}
/**
- * Returns the single <em>selection</em> that is the receiver's value.
+ * Returns the single 'selection' that is the receiver's value.
*
* @return the selection
*