home *** CD-ROM | disk | FTP | other *** search
- <?xml version='1.0' encoding='UTF-8'?>
-
- <oor:component-schema oor:name="Controller" oor:package="org.openoffice.Office.UI" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <info>
-
- <desc>Contains implementation of popup menu controllers.</desc>
- </info>
- <templates>
-
- <group oor:name="ControllerType">
-
- <info>
-
- <desc>Describes a controller implementation.</desc>
- </info>
- <prop oor:name="Command" oor:type="xs:string">
-
- <info>
-
- <desc>Specifies the command name which the controller is bound to.</desc>
- </info>
- </prop>
- <prop oor:name="Module" oor:type="xs:string">
-
- <info>
-
- <desc>Specifies the model that the controller is associated with. An empty string matches every module.</desc>
- </info>
- </prop>
- <prop oor:name="Controller" oor:type="xs:string">
-
- <info>
-
- <desc>Specifies the UNO service to use for the specified tuple Command and Module</desc>
- </info>
- </prop>
- </group>
- </templates>
- <component>
-
- <group oor:name="Registered">
-
- <info>
-
- <desc>Contains all registered controllers for user interface elements.</desc>
- </info>
- <set oor:name="PopupMenu" oor:node-type="ControllerType">
-
- <info>
-
- <desc>Contains UNO component implementation names that implement popup menu controller which are bound to a command and module name.</desc>
- </info>
- </set>
- <set oor:name="ToolBar" oor:node-type="ControllerType">
-
- <info>
-
- <desc>Contains UNO component implementation names that implement toolbar controller which are bound to a command and module name.</desc>
- </info>
- </set>
- <set oor:name="StatusBar" oor:node-type="ControllerType">
-
- <info>
-
- <desc>Contains UNO component implementation names that implement status bar controller which are bound to a command and module name.</desc>
- </info>
- </set>
- </group>
- </component>
- </oor:component-schema>
-
-