Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.swt.examples.views/doc-html/swt_layout_ex.html')
-rw-r--r--examples/org.eclipse.swt.examples.views/doc-html/swt_layout_ex.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/examples/org.eclipse.swt.examples.views/doc-html/swt_layout_ex.html b/examples/org.eclipse.swt.examples.views/doc-html/swt_layout_ex.html
new file mode 100644
index 0000000000..5d6539295f
--- /dev/null
+++ b/examples/org.eclipse.swt.examples.views/doc-html/swt_layout_ex.html
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2013. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <link rel="stylesheet" href="../../../book.css" charset="ISO-8859-1" type="text/css">
+ <title>SWT - Layout Example</title>
+</head>
+<body>
+
+<h2>SWT example - Layouts</h2>
+
+<p>
+This example is a simple demonstration of common SWT layouts.
+It consists of a tab folder where each tab in the folder allows the
+user to interact with a different SWT layout.
+The user can insert widgets into a layout and set the values of the layout data
+using a property sheet. When the user has a suitable arrangement, the underlying
+code can be generated by clicking on the <strong>Code</strong> button.
+</p>
+
+<h3>Running the example</h3>
+<p>
+Follow the <a href="../../org.eclipse.swt.examples/doc-html/swt_manual_setup.html">SWT standalone examples setup</a>
+instructions to install and run the example from your workspace.
+</p>
+<p>
+The "Main" class is <code>org.eclipse.swt.examples.layoutexample.LayoutExample</code>.
+</p>
+<p>
+This example can also be run using the <a href="../../org.eclipse.swt.examples.launcher/doc-html/swt_launcher_ex.html">Example Launcher</a>.
+Select the <strong>Layouts</strong> item from the <strong>Workbench Views</strong> category and click <strong>Run</strong>.
+</p>
+
+</body>
+</html> \ No newline at end of file

Back to the top