desktop/desktop-sample/src/main/resources/cz/xelfi/quoridor/desktop/layer.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 13 Sep 2010 16:27:07 +0200
branchdesktop
changeset 260 8ebffb5aa10e
parent 257 03762a20a808
child 263 ac802aa234fc
permissions -rw-r--r--
Shows all current games
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.2//EN" "http://www.netbeans.org/dtds/filesystem-1_2.dtd">
     3 <filesystem>
     4  
     5     <folder name="Actions">
     6         <folder name="Edit">
     7             <file name="cz-xelfi-quoridor-desktop-sample-ShowGames.instance">
     8                 <attr name="delegate" newvalue="cz.xelfi.quoridor.desktop.sample.ShowGames"/>
     9                 <attr name="displayName" bundlevalue="cz.xelfi.quoridor.desktop.sample.Bundle#CTL_ShowGames"/>
    10                 <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.alwaysEnabled"/>
    11                 <attr name="noIconInMenu" boolvalue="false"/>
    12             </file>
    13         </folder>
    14     </folder>
    15     <folder name="Menu">
    16         <folder name="File">
    17             <file name="cz-xelfi-quoridor-desktop-sample-ShowGames.shadow">
    18                 <attr name="originalFile" stringvalue="Actions/Edit/cz-xelfi-quoridor-desktop-sample-ShowGames.instance"/>
    19                 <attr name="position" intvalue="1300"/>
    20             </file>
    21         </folder>
    22     </folder>
    23     <folder name="Toolbars">
    24         <folder name="File">
    25             <file name="cz-xelfi-quoridor-desktop-sample-ShowGames.shadow">
    26                 <attr name="originalFile" stringvalue="Actions/Edit/cz-xelfi-quoridor-desktop-sample-ShowGames.instance"/>
    27                 <attr name="position" intvalue="1300"/>
    28             </file>
    29         </folder>
    30     </folder>
    31 </filesystem>