|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-5944FFF1-79C6-4F5E-95C8-F4833AFC64AB" xml:lang="en"><title>Controls</title><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
13 <p>The term <i>control</i> refers to a rectangular area of the display |
|
14 that may respond to user input events. A control provides a means of access |
|
15 to a window, which means it can be drawn onto the window and receive input.</p> |
|
16 <p>Controls are derived from <xref href="jar:GUID-35228542-8C95-4849-A73F-2B4F082F0C44.jar!/sdk/doc_source/reference/reference-cpp/Control_Environment/CCoeControlClass.html" format="application/java-archive"><parmname>CCoeControl</parmname></xref>.</p> |
|
17 <p>Examples of controls include:</p> |
|
18 <ul> |
|
19 <li><p>buttons</p></li> |
|
20 <li><p>menus</p></li> |
|
21 <li><p>text edit boxes</p></li> |
|
22 <li><p>main panes that display application specific data</p> |
|
23 </li> |
|
24 </ul> |
|
25 <p>For more information on controls, see:</p> |
|
26 <ul> |
|
27 <li><p><xref href="jar:GUID-35228542-8C95-4849-A73F-2B4F082F0C44.jar!/sdk/doc_source/guide/Application-Framework-subsystem-guide/UIControlFrameworkGuide/UIControlFrameworkGuide2/index.html#ApplicationFrameworkOverview%2eUIControlFrameworkGuide2%2etoc" format="application/java-archive">Controls</xref></p></li> |
|
28 <li><p><xref href="jar:GUID-35228542-8C95-4849-A73F-2B4F082F0C44.jar!/sdk/doc_source/guide/Application-Framework-subsystem-guide/UIControlFrameworkGuide/UIControlFrameworkGuide2/WindowOwningControls.guide.html#ApplicationFrameworkOverview%2eUIControlFrameworkGuide2%2eWindowOwningControls" format="application/java-archive">Window-owning controls and non-window-owning controls</xref></p></li> |
|
29 <li><p><xref href="jar:GUID-35228542-8C95-4849-A73F-2B4F082F0C44.jar!/sdk/doc_source/guide/Application-Framework-subsystem-guide/UIControlFrameworkGuide/UIControlFrameworkGuide2/RunTimeControlHierarchy.guide.html#ApplicationFrameworkOverview%2eUIControlFrameworkGuide2%2ehierarchy" format="application/java-archive">The run-time control hierarchy</xref></p> |
|
30 </li> |
|
31 <li><p><xref href="jar:GUID-35228542-8C95-4849-A73F-2B4F082F0C44.jar!/sdk/doc_source/guide/Application-Framework-subsystem-guide/UIControlFrameworkGuide/UIControlFrameworkOverview.guide.html#ApplicationFrameworkOverview%2eUIControlFrameworkOverview%2emain" format="application/java-archive">UI Control Framework overview</xref></p> |
|
32 </li> |
|
33 </ul> |
|
34 <p>For information on controls and event handling, see <xref href="GUID-EF7FF39E-929F-4767-B475-5D582D37BB32.dita">Window |
|
35 server events</xref>.</p> |
|
36 <p>For more information on implementing controls in different architecture |
|
37 approaches see:</p> |
|
38 <ul> |
|
39 <li><p><xref href="GUID-B5DE1C86-2B16-4B22-887F-7079E54A8ED6.dita">Traditional |
|
40 Symbian UI application architecture</xref> </p> |
|
41 </li> |
|
42 <li><p><xref href="GUID-68B999C2-0993-4804-9624-42C3D88BE5C7.dita">View |
|
43 architecture</xref></p> |
|
44 </li> |
|
45 <li><p><xref href="GUID-DD88DD7B-E246-4BF2-B537-5C677728CC49.dita">Dialog |
|
46 architecture</xref></p> |
|
47 </li> |
|
48 </ul> |
|
49 <p>This section comprises:</p> |
|
50 <ul> |
|
51 <li><p><xref href="GUID-352850A9-227F-45DB-8DCD-C6268954B4ED.dita">Window |
|
52 owning and non-window owning controls</xref></p> |
|
53 </li> |
|
54 <li><p><xref href="GUID-40CA47C0-76F9-42FE-AF9D-0B1BF42ACCB7.dita">Compound |
|
55 controls</xref></p> |
|
56 </li> |
|
57 <li><p><xref href="GUID-F3262DF6-39CA-4E96-AD0E-C1FFDE9B0A61.dita">Commonly |
|
58 used controls</xref></p> |
|
59 </li> |
|
60 </ul> |
|
61 </conbody></concept> |