File: model_option_toolbar_physical_routinegroup.xml

package info (click to toggle)
mysql-workbench 6.3.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 113,932 kB
  • ctags: 87,814
  • sloc: ansic: 955,521; cpp: 427,465; python: 59,728; yacc: 59,129; xml: 54,204; sql: 7,091; objc: 965; makefile: 638; sh: 613; java: 237; perl: 30; ruby: 6; php: 1
file content (34 lines) | stat: -rw-r--r-- 2,006 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>

<data>
  <value type="object" struct-name="app.Toolbar" id="com.mysql.wb.toolbar.option.routinegroup">
    <value type="string" key="name">options/physical/routinegroup</value>
    <value type="list" key="items" content-type="object" content-struct-name="app.ToolbarItem">

      <value type="object" struct-name="app.ToolbarItem" id="com.mysql.wb.toolbar.tool.option.routinegroup.schemalbl">
        <link type="object" key="owner" struct-name="db.Toolbar">com.mysql.wb.toolbar.option.routinegroup</link>
        <value type="string" key="command">Schema:</value>
        <value type="string" key="itemType">label</value>
      </value>

      <value type="object" struct-name="app.ToolbarItem" id="com.mysql.wb.toolbar.tool.option.routinegroup.schema">
        <link type="object" key="owner" struct-name="db.Toolbar">com.mysql.wb.toolbar.option.routinegroup</link>
        <value type="string" key="name">physical/routinegroup/schema</value>
        <value type="string" key="command">option:workbench.physical.RoutineGroupFigure:Schema</value>
        <value type="string" key="itemType">dropdown</value>
      </value>

      <value type="object" struct-name="app.ToolbarItem" id="com.mysql.wb.toolbar.tool.option.routinegroup.schemasep">
        <link type="object" key="owner" struct-name="db.Toolbar">com.mysql.wb.toolbar.option.routinegroup</link>
        <value type="string" key="itemType">separator</value>
      </value>

      <value type="object" struct-name="app.ToolbarItem" id="com.mysql.wb.toolbar.tool.option.routinegroup.color">
        <link type="object" key="owner" struct-name="db.Toolbar">com.mysql.wb.toolbar.option.routinegroup</link>
        <value type="string" key="name">physical/routinegroup/color</value>
        <value type="string" key="command">option:workbench.physical.RoutineGroupFigure:Color</value>
        <value type="string" key="itemType">dropdown</value>
      </value>
    </value>
  </value>
</data>