summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2009-02-24 03:50:28 +0000
committerCarolyn MacLeod <carolyn>2009-02-24 03:50:28 +0000
commit4ec3e87dfd5dda48a1c4595f15ef945a11176e2e (patch)
tree06202432e6785456440dc15d85c185c93939d4a3 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
parentbe0a7cfd481bfcb4d40cad2b4d0edce2bf8649fa (diff)
downloadeclipse.platform.swt-4ec3e87dfd5dda48a1c4595f15ef945a11176e2e.tar.gz
eclipse.platform.swt-4ec3e87dfd5dda48a1c4595f15ef945a11176e2e.tar.xz
eclipse.platform.swt-4ec3e87dfd5dda48a1c4595f15ef945a11176e2e.zip
261391 - StyledText should use PDE API Tools @noextend
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
index 28c7d94155..f07399a82e 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Table.java
@@ -67,6 +67,7 @@ import org.eclipse.swt.events.*;
* @see <a href="http://www.eclipse.org/swt/snippets/#table">Table, TableItem, TableColumn snippets</a>
* @see <a href="http://www.eclipse.org/swt/examples.php">SWT Example: ControlExample</a>
* @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
+ * @noextend This class is not intended to be subclassed by clients.
*/
public class Table extends Composite {