org.eclipse.swt.examples/doc-html/swt_controls_ex.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.14 - (download) (as text) (annotate)
Fri Feb 17 18:46:49 2006 UTC (3 years, 9 months ago) by carolyn
Branch: MAIN
CVS Tags: v3550, v3551, v3552, v3553, v3554, v3555, v3556, v3557, v3419, v3410, v3412, v3415, v3501b, v3501a, v3306, v3554a, v3303, v3554b, v3406, R3_3_1_1, v3309, v3448e, v3425, v3231, v3509c, v3509b, v3509a, R3_2_1, v3509e, v3509d, v3549b, v3549a, v3527, v3409, v3442a, v3523, v3529, v3317, v3314, BEFORE_COPYRIGHT_BASH_FOR_33RC3, v3310, v3555a, v3311, v3232g, v3422a, v3451, v3437, v3420, v3434, v3432, v3431, v3421, Root_R3_3_maintenance, v3439, v3536, v3537, v3534, v3535, v3532, v3533, v3530, v3531, v3536a, v3424, v3314c, v3536b, v3344d, v3538, v3539, v3321, v3327, v3426, v3325, v3556f, v3556e, v3556d, v3556c, v3556b, v3556a, v3448f, v3620a, v3448d, v3448c, v3544a, v3448a, v3604a, R3_4, R3_5, v3611d, v3611c, v3611b, v3611a, v3427, v3428, v3429, v3503, v3501, v3507, R3_4_1, v3314a, v3301, v3509, v3508, v3235, v35178, v3526a, v3526b, v3547a, v3547b, v3330, v3415c, v3304, v3341, v3328, pre_R3_3, v3620, v3621, v3529a, v3308, v3451a, v3519, v3320c, v3514, v3515, v3516, v3510, v3511, v3512, v3513, v3226, v3227, v3225, Root_SSQ_build, v3550a, v3550b, Root_accessibility_work_R3_6, v3229, v3619, R3_5_1, v3617, v3616, v3615, v3614, v3613, v3612, v3611, v3610, R3_2, v3447, v3443, v3440, v3441, v3302, v3333b, v3333f, v3230, v3504a, v3551b, Root_DateTime_DROP_DOWN, v3551a, v3504b, R3_3, v3334, v3545a, R3_2_2, v3608, v3609, v3337, AFTER_COPYRIGHT_BASH_FOR_33RC3, v3600, v3601, v3602, v3603, v3604, v3605, v3606, v3607, v3332, v3448b, v3618, v3548h, v3552b, v3552a, R3_3_1, R3_3_2, v3548b, v3548c, v3548d, v3548e, v3548f, v3548g, v3545, v3544, v3543, v3542, v3541, v3540, v3232l, R3_4_2, v3549, v3548, v3232n, v3345a, v3534a, v3445c, v3420a, I20060605-1430, v3232m, v3423, v3416a, HEAD
Branch point for: R3_3_maintenance, SSQ_build, R3_2_maintenance, R3_3_1_maintenance, DateTime_DROP_DOWN, accessibility_work_R3_6, R3_4_maintenance, R3_5_maintenance
Changes since 1.13: +1 -1 lines
bug 47872
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. 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">
   <title>SWT - Controls Overview</title>
</head>
<body>

<h2>SWT example - Controls</h2>

<p>
The Controls Example is a simple demonstration of common SWT controls. 
It consists of a tab folder where each tab in the folder allows the user 
to interact with a different control.
The user can change styles and settings and view how this affects each control.
</p>

<h3>Running the example</h3>
<p>
Follow the <a href="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.controlexample.ControlExample</code>.
</p>
<p>
This example can also be run using the <a href="swt_launcher_ex.html">Example Launcher</a>.
Select the <strong>Controls</strong> item from the <strong>Workbench Views</strong> category and click <strong>Run</strong>.
</p>

</body>
</html>