summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java
diff options
context:
space:
mode:
authorMike Wilson <mcq>2002-04-05 16:28:49 +0000
committerMike Wilson <mcq>2002-04-05 16:28:49 +0000
commitd29b2d0534d580419ba78892dbd0b31a68934c07 (patch)
treec5fd5aaa65c97b11548d07a0ac2534376d26c85f /bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java
parent65bf4c5d778f2bbe2a2c774ea7e619d61748cf21 (diff)
downloadeclipse.platform.swt-d29b2d0534d580419ba78892dbd0b31a68934c07.tar.gz
eclipse.platform.swt-d29b2d0534d580419ba78892dbd0b31a68934c07.tar.xz
eclipse.platform.swt-d29b2d0534d580419ba78892dbd0b31a68934c07.zip
updated class javadoc
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java
index 1c31b61c1b..1390f05653 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TableTree.java
@@ -29,6 +29,9 @@ import org.eclipse.swt.widgets.*;
* <dt><b>Styles:</b> <dd> SINGLE, MULTI, CHECK, FULL_SELECTION
* <dt><b>Events:</b> <dd> Selection, DefaultSelection, Collapse, Expand
* </dl>
+ * <p>
+ * Note: Only one of the styles SINGLE, and MULTI may be specified.
+ * </p>
*/
public class TableTree extends Composite {
Table table;