summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandItem.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2006-02-23 23:22:21 +0000
committerCarolyn MacLeod <carolyn>2006-02-23 23:22:21 +0000
commit05d38a410364e498a6aee8f9d16f948f2485a728 (patch)
tree4b458c03de7f67fd3eabefbbd3f1becc0ed6085c /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandItem.java
parenteaaf21ac234f6c7ce698d517fbe2dd4cc16e610b (diff)
downloadeclipse.platform.swt-05d38a410364e498a6aee8f9d16f948f2485a728.tar.gz
eclipse.platform.swt-05d38a410364e498a6aee8f9d16f948f2485a728.tar.xz
eclipse.platform.swt-05d38a410364e498a6aee8f9d16f948f2485a728.zip
bug 128378
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandItem.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandItem.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandItem.java
index cbeef7404b..41f91fb7b8 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandItem.java
@@ -87,10 +87,11 @@ public ExpandItem (ExpandBar parent, int style) {
*
* @param parent a composite control which will be the parent of the new instance (cannot be null)
* @param style the style of control to construct
- * @param index the index to store the receiver in its parent
+ * @param index the zero-relative index to store the receiver in its parent
*
* @exception IllegalArgumentException <ul>
* <li>ERROR_NULL_ARGUMENT - if the parent is null</li>
+ * <li>ERROR_INVALID_RANGE - if the index is not between 0 and the number of elements in the parent (inclusive)</li>
* </ul>
* @exception SWTException <ul>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the parent</li>