home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / OOo_3.0.1_Win32Intel_install_wJRE_en-US.exe / openofficeorg1.cab / Controller.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  2.3 KB  |  57 lines

  1. <?xml version="1.0"?>
  2. <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Controller" oor:package="org.openoffice.Office.UI" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains implementation of popup menu controllers.</desc>
  5.   </info>
  6.   <templates>
  7.     <group oor:name="ControllerType">
  8.       <info>
  9.         <desc>Describes a controller implementation.</desc>
  10.       </info>
  11.       <prop oor:name="Command" oor:type="xs:string">
  12.         <info>
  13.           <desc>Specifies the command name which the controller is bound to.</desc>
  14.         </info>
  15.       </prop>
  16.       <prop oor:name="Module" oor:type="xs:string">
  17.         <info>
  18.           <desc>Specifies the model that the controller is associated with. An empty string matches every module.</desc>
  19.         </info>
  20.       </prop>
  21.       <prop oor:name="Controller" oor:type="xs:string">
  22.         <info>
  23.           <desc>Specifies the UNO service to use for the specified tuple Command and Module</desc>
  24.         </info>
  25.       </prop>
  26.       <prop oor:name="Value" oor:type="xs:string">
  27.         <info>
  28.           <desc>Specifies a controller specific value which is provided to every controller instance during initialization.</desc>
  29.         </info>
  30.         <value/>
  31.       </prop>
  32.     </group>
  33.   </templates>
  34.   <component>
  35.     <group oor:name="Registered">
  36.       <info>
  37.         <desc>Contains all registered controllers for user interface elements.</desc>
  38.       </info>
  39.       <set oor:name="PopupMenu" oor:node-type="ControllerType">
  40.         <info>
  41.           <desc>Contains UNO component implementation names that implement popup menu controller which are bound to a command and module name.</desc>
  42.         </info>
  43.       </set>
  44.       <set oor:name="ToolBar" oor:node-type="ControllerType">
  45.         <info>
  46.           <desc>Contains UNO component implementation names that implement toolbar controller which are bound to a command and module name.</desc>
  47.         </info>
  48.       </set>
  49.       <set oor:name="StatusBar" oor:node-type="ControllerType">
  50.         <info>
  51.           <desc>Contains UNO component implementation names that implement status bar controller which are bound to a command and module name.</desc>
  52.         </info>
  53.       </set>
  54.     </group>
  55.   </component>
  56. </oor:component-schema>
  57.