uidesigner/com.nokia.sdt.series60.componentlibrary/components/statuspane/StatusPaneCaption_3.0.component
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). -->
       
     3 <!-- All rights reserved. -->
       
     4 <!-- This component and the accompanying materials are made available -->
       
     5 <!-- under the terms of the License "Eclipse Public License v1.0" -->
       
     6 <!-- which accompanies this distribution, and is available -->
       
     7 <!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     8 
       
     9 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" 
       
    10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       
    11 
       
    12 	<component friendlyName="%friendlyName" 
       
    13 		qualifiedName="com.nokia.sdt.series60.StatusPaneCaption" 
       
    14 		baseComponent="com.nokia.sdt.series60.StatusPaneTitleBase"
       
    15 		category="System"
       
    16 		instanceNameRoot="caption"
       
    17 		version="1.0">
       
    18 		<documentation>
       
    19 			<information>%information</information>
       
    20 		</documentation>
       
    21 		<symbian sdkName="com.nokia.series60" minSDKVersion="3.0"
       
    22 			className="" classHelpTopic=""
       
    23 			resourceType="" resourceHelpTopic="" 
       
    24 		/>
       
    25 		<attributes>
       
    26 			<attribute key="model-type-disposition">root</attribute>
       
    27 			<attribute key="is-not-user-removable">true</attribute>
       
    28 		</attributes>
       
    29 		<designerImages smallIconFile="StatusPaneCaption_sm.png" 
       
    30 			largeIconFile="StatusPaneCaption.png"/>
       
    31 		<properties>
       
    32 			<property name="longCaption" displayName="%longCaption" 
       
    33 				category="Data" type="localizedString" default="Application" 
       
    34 				descriptionKey="longCaptionKey" />
       
    35 			<property name="shortCaption" displayName="%shortCaption" 
       
    36 				category="Data" type="localizedString" default="Application"
       
    37 				descriptionKey="shortCaptionKey"  />
       
    38 		</properties>
       
    39 		<implementations>
       
    40 			<implementation>
       
    41 				<interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/>
       
    42 				<interface id="com.nokia.sdt.datamodel.adapter.IDirectLabelEdit"/>
       
    43 				<script file="StatusPaneCaption_visual.js" prototype="StatusPaneCaptionVisual"/>
       
    44 			</implementation>
       
    45 		</implementations>
       
    46 		<sourceMapping>
       
    47 			<!-- none: this is mapped from the CAknAppUi for 3.0 -->
       
    48 		</sourceMapping>
       
    49 		<sourceGen>
       
    50 			<!-- none here either, all done in resource -->			
       
    51 		</sourceGen>
       
    52 	</component>
       
    53 </componentDefinition>