summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2008-06-04 21:41:36 +0000
committerCarolyn MacLeod <carolyn>2008-06-04 21:41:36 +0000
commitcbaebd8f0308e9c01a70019c73135ef68cbb4fa3 (patch)
tree52f050de9394f7848b45566e05d3edefca1c2f2a /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java
parentbaa14de6b11bda5a907857000bf9a3954ac0ae55 (diff)
downloadeclipse.platform.swt-cbaebd8f0308e9c01a70019c73135ef68cbb4fa3.tar.gz
eclipse.platform.swt-cbaebd8f0308e9c01a70019c73135ef68cbb4fa3.tar.xz
eclipse.platform.swt-cbaebd8f0308e9c01a70019c73135ef68cbb4fa3.zip
After Javadoc Bash for 3.4RC4AFTER_JAVADOC_BASH_FOR_34RC4
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java16
1 files changed, 12 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java
index 3ea95df354..4cf744707b 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/ProgressBar.java
@@ -139,8 +139,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
*
@@ -245,8 +249,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
*