summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2008-06-04 05:22:27 +0000
committerCarolyn MacLeod <carolyn>2008-06-04 05:22:27 +0000
commit6a5afba1ed4ac4890c7476390a6a7a828a7fd2d6 (patch)
tree46d8f167f059dcccdaf169ba2bcda280af03721e /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
parent99ade08b2204a9be128fcd36113d88051dc35552 (diff)
downloadeclipse.platform.swt-6a5afba1ed4ac4890c7476390a6a7a828a7fd2d6.tar.gz
eclipse.platform.swt-6a5afba1ed4ac4890c7476390a6a7a828a7fd2d6.tar.xz
eclipse.platform.swt-6a5afba1ed4ac4890c7476390a6a7a828a7fd2d6.zip
232625 - SWT/JFace - Lack of examples in API
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
index 9d9e667ead..269850913a 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
@@ -111,6 +111,7 @@ import org.eclipse.swt.events.*;
*
* @see Decorations
* @see SWT
+ * @see <a href="http://www.eclipse.org/swt/snippets/#shell">Shell snippets</a>
* @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
*/
public class Shell extends Decorations {