uidesigner/com.nokia.sdt.series60.componentlibrary/components/statuspane/StatusPaneCaption_2.x.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" 
       
    22 			minSDKVersion="2.0" maxSDKVersion="2.9.9"
       
    23 			className="" classHelpTopic=""
       
    24 			resourceType="CAPTION_DATA" resourceHelpTopic="" 
       
    25 		/>
       
    26 		<attributes>
       
    27 			<attribute key="model-type-disposition">root</attribute>
       
    28 			<attribute key="is-not-user-removable">true</attribute>
       
    29 		</attributes>
       
    30 		<designerImages smallIconFile="StatusPaneCaption_sm.png" 
       
    31 			largeIconFile="StatusPaneCaption.png"/>
       
    32 		<properties>
       
    33 			<property name="longCaption" displayName="%longCaption" 
       
    34 				category="Data" type="localizedString" default="Application" 
       
    35 				descriptionKey="longCaptionKey" />
       
    36 			<property name="shortCaption" displayName="%shortCaption" 
       
    37 				category="Data" type="localizedString" default="Application"
       
    38 				descriptionKey="shortCaptionKey"  />
       
    39 		</properties>
       
    40 		<implementations>
       
    41 			<implementation>
       
    42 				<interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/>
       
    43 				<interface id="com.nokia.sdt.datamodel.adapter.IDirectLabelEdit"/>
       
    44 				<script file="StatusPaneCaption_visual.js" prototype="StatusPaneCaptionVisual"/>
       
    45 			</implementation>
       
    46 		</implementations>
       
    47 		<sourceMapping>
       
    48 			<mapResource 
       
    49 				rssFile="${projectName}_caption.rss"
       
    50 				struct="CAPTION_DATA" headers="apcaptionfile.rh">
       
    51 				<mapSimpleMember property="longCaption" member="caption"/>
       
    52 				<mapSimpleMember property="shortCaption" member="shortcaption"/>
       
    53 			</mapResource>
       
    54 		</sourceMapping>
       
    55 	</component>
       
    56 </componentDefinition>