summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.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/ExpandBar.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/ExpandBar.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
index ea8ce61d7b..4dd641c7b8 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/ExpandBar.java
@@ -41,6 +41,7 @@ import org.eclipse.swt.events.*;
* @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
*
* @since 3.2
+ * @noextend This class is not intended to be subclassed by clients.
*/
public class ExpandBar extends Composite {
ExpandItem[] items;