summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2005-06-22 14:50:11 +0000
committerGrant Gayed <ggayed>2005-06-22 14:50:11 +0000
commita35f719ac8d0c8272f6eff8156be8f6f7e72d740 (patch)
tree18636809cee891c57203e50062098b7c984f3b50 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
parent5c18af56c06eac42b5c0bdd457840f7f5340884f (diff)
downloadeclipse.platform.swt-a35f719ac8d0c8272f6eff8156be8f6f7e72d740.tar.gz
eclipse.platform.swt-a35f719ac8d0c8272f6eff8156be8f6f7e72d740.tar.xz
eclipse.platform.swt-a35f719ac8d0c8272f6eff8156be8f6f7e72d740.zip
84891
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
index fc272ddd0b..149498f5d6 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
@@ -600,8 +600,8 @@ public int getItemHeight () {
}
/**
- * Returns an array of <code>String</code>s which are the items
- * in the receiver's list.
+ * Returns a (possibly empty) array of <code>String</code>s which are
+ * the items in the receiver's list.
* <p>
* Note: This is not the actual structure used by the receiver
* to maintain its list of items, so modifying the array will
@@ -691,7 +691,8 @@ public int getSelectionIndex () {
/**
* Returns a string containing a copy of the contents of the
- * receiver's text field.
+ * receiver's text field, or an empty string if there are no
+ * contents.
*
* @return the receiver's text
*