summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2008-06-04 21:25:36 +0000
committerCarolyn MacLeod <carolyn>2008-06-04 21:25:36 +0000
commitbaa14de6b11bda5a907857000bf9a3954ac0ae55 (patch)
tree17f62341fb655acc1886d97743c45bbbc12cf35a /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java
parent45b394fe10eb1852268eed201cf431c4774b5428 (diff)
downloadeclipse.platform.swt-baa14de6b11bda5a907857000bf9a3954ac0ae55.tar.gz
eclipse.platform.swt-baa14de6b11bda5a907857000bf9a3954ac0ae55.tar.xz
eclipse.platform.swt-baa14de6b11bda5a907857000bf9a3954ac0ae55.zip
javadoc
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java16
1 files changed, 12 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java
index f96f2e7da1..b4261a7cb3 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ProgressBar.java
@@ -191,8 +191,12 @@ public int getSelection () {
}
/**
- * Returns the state of the receiver. The value will be one of
- * <code>NORMAL</code>, <code>ERROR</code> or <code>PAUSED</code>.
+ * Returns the state of the receiver. The value will be one of:
+ * <ul>
+ * <li>{@link SWT#NORMAL}</li>
+ * <li>{@link SWT#ERROR}</li>
+ * <li>{@link SWT#PAUSED}</li>
+ * </ul>
*
* @return the state
*
@@ -328,8 +332,12 @@ public void setSelection (int value) {
}
/**
- * Sets the state of the receiver. The state is be one of
- * <code>NORMAL</code>, <code>ERROR</code> or <code>PAUSED</code>.
+ * Sets the state of the receiver. The state must be one of these values:
+ * <ul>
+ * <li>{@link SWT#NORMAL}</li>
+ * <li>{@link SWT#ERROR}</li>
+ * <li>{@link SWT#PAUSED}</li>
+ * </ul>
*
* @param state the new state
*