carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/toccuscomp.xml
author dadubrow
Wed, 16 Dec 2009 10:28:34 -0600
changeset 688 ae5ff180a61d
parent 0 fb279309251b
permissions -rw-r--r--
Changes to remote connections add javadoc to IConnectionsManager + IConnectionTypeProvider deprecate internal methods and don't use them internally from interface add new interfaces and methods to support host PnP
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     2
<?NLS TYPE="org.eclipse.help.toc"?>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     3
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     4
<toc label="UI Designer Custom Components" link_to="sdkTOC.xml#uid_customcomponents">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     5
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     6
	<topic label="Overview"  						href="html/CustomComponents/cc_overview.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     7
	<topic label="Custom Component Architecture"	href="html/CustomComponents/cc_architecture.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     8
	<topic label="Developing New Components"        href="html/CustomComponents/cc_new_components.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     9
	<topic label="Components Menu"             href="html/CustomComponents/menu_overview.htm" >
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    10
		<topic label="Force Save" 								href="html/CustomComponents/menu_force_save.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    11
		<topic label="Refresh Components" 						href="html/CustomComponents/menu_refresh_comp.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    12
		<topic label="Select Custom Component Projects..." 		href="html/CustomComponents/menu_custom_comp_projects.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    13
		<topic label="Configure SourceGen Debugging..." 		href="html/CustomComponents/menu_configure_sourcegen.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    14
	</topic>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    15
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    16
	<topic label="Tutorials"             href="html/CustomComponents/tutorials/tutorials.htm" >
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    17
	  <topic label="Equal Container S60"     href="html/CustomComponents/tutorials/equal_container/equalcontainer_tutorial.htm" >
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    18
	    <topic label="Create Project for Equal Container Example" href="html/CustomComponents/tutorials/equal_container/equalcontainer_tutorial_01.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    19
	    <topic label="Write the Component and Script Code" href="html/CustomComponents/tutorials/equal_container/equalcontainer_tutorial_02.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    20
	    <topic label="Change CCoeControl’s Layout Behavior to be Dynamic" href="html/CustomComponents/tutorials/equal_container/equalcontainer_tutorial_03.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    21
	    <topic label="Expose the New Container in the Design Wizard" href="html/CustomComponents/tutorials/equal_container/equalcontainer_tutorial_04.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    22
	    <topic label="Create UI Design for UI Designer Project" href="html/CustomComponents/tutorials/equal_container/equalcontainer_tutorial_05.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    23
		</topic>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    24
	 <topic label="Vertical Label S60"  href="html/CustomComponents/tutorials/verticallabel_s60/verticallabel_tutorial.htm" >
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    25
	   <topic label="Create Project for Example Component Files" href="html/CustomComponents/tutorials/verticallabel_s60/verticallabel_tutorial_01.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    26
	   <topic label="Enable Components Menu" href="html/CustomComponents/tutorials/verticallabel_s60/verticallabel_tutorial_02.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    27
	   <topic label="Add Custom Component to UI Designer" href="html/CustomComponents/tutorials/verticallabel_s60/verticallabel_tutorial_03.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    28
	   <topic label="Create UI Designer Project to Test Custom Component" href="html/CustomComponents/tutorials/verticallabel_s60/verticallabel_tutorial_04.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    29
	   <topic label="XML Details" href="html/CustomComponents/tutorials/verticallabel_s60/verticallabel_tutorial_05.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    30
	 </topic>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    31
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    32
	 <topic label="Vertical Label UIQ"  href="html/CustomComponents/tutorials/verticallabel_uiq/verticallabel_tutorial.htm" >
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    33
	   <topic label="Create Project for Example Component Files" href="html/CustomComponents/tutorials/verticallabel_uiq/verticallabel_tutorial_01.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    34
	   <topic label="Enable Components Menu" href="html/CustomComponents/tutorials/verticallabel_uiq/verticallabel_tutorial_02.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    35
	   <topic label="Add Custom Component to UI Designer" href="html/CustomComponents/tutorials/verticallabel_uiq/verticallabel_tutorial_03.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    36
	   <topic label="Create UI Designer Project to Test Custom Component" href="html/CustomComponents/tutorials/verticallabel_uiq/verticallabel_tutorial_04.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    37
	   <topic label="XML Details" href="html/CustomComponents/tutorials/verticallabel_uiq/verticallabel_tutorial_05.htm" />
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    38
	 </topic>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    39
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    40
   </topic>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    41
</toc>