From: GiWoong Kim Date: Wed, 15 Jan 2014 10:10:13 +0000 (+0900) Subject: menu: added schema for Control Panel menu X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~512 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eaf17e122df4d0c7ca6fce97dceaffc87f9fc67a;p=sdk%2Femulator%2Fqemu.git menu: added schema for Control Panel menu Now, user can configure the Control Panel menu (Right click popup>Control Panel menu) by skin layout XML file. Change-Id: I43977590a281db0338f625d28a5534b8346bd4c0 Signed-off-by: GiWoong Kim --- diff --git a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/PopupMenuType.java b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/PopupMenuType.java index cd45d17ff1..08f6edd1b3 100644 --- a/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/PopupMenuType.java +++ b/tizen/src/skin/client/jaxb_src/org/tizen/emulator/skin/dbi/PopupMenuType.java @@ -30,7 +30,7 @@ // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.11.20 at 02:29:25 PM KST +// Generated on: 2014.01.15 at 07:09:19 PM KST // @@ -57,6 +57,7 @@ import javax.xml.bind.annotation.XmlType; * <element name="keywindowItem" type="{http://www.tizen.org/emulator/skin/dbi}menuItemType" minOccurs="0"/> * <element name="hostKeyboardItem" type="{http://www.tizen.org/emulator/skin/dbi}menuItemType" minOccurs="0"/> * <element name="shellItem" type="{http://www.tizen.org/emulator/skin/dbi}menuItemType" minOccurs="0"/> + * <element name="controlPanelItem" type="{http://www.tizen.org/emulator/skin/dbi}menuItemType" minOccurs="0"/> * </all> * </restriction> * </complexContent> @@ -77,6 +78,7 @@ public class PopupMenuType { protected MenuItemType keywindowItem; protected MenuItemType hostKeyboardItem; protected MenuItemType shellItem; + protected MenuItemType controlPanelItem; /** * Gets the value of the topmostItem property. @@ -222,4 +224,28 @@ public class PopupMenuType { this.shellItem = value; } + /** + * Gets the value of the controlPanelItem property. + * + * @return + * possible object is + * {@link MenuItemType } + * + */ + public MenuItemType getControlPanelItem() { + return controlPanelItem; + } + + /** + * Sets the value of the controlPanelItem property. + * + * @param value + * allowed object is + * {@link MenuItemType } + * + */ + public void setControlPanelItem(MenuItemType value) { + this.controlPanelItem = value; + } + } diff --git a/tizen/src/skin/client/skins/mobile-general-3btn/default.dbi b/tizen/src/skin/client/skins/mobile-general-3btn/default.dbi index 0f0e9698cc..4107402939 100644 --- a/tizen/src/skin/client/skins/mobile-general-3btn/default.dbi +++ b/tizen/src/skin/client/skins/mobile-general-3btn/default.dbi @@ -73,6 +73,7 @@ +