^1640696561485
@
sname
ToolbarItem
slabel
ToolbarItem
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
Sdescription
#$@text#$@
<p>工具栏定义，用于工作台的主工具栏和编辑器视图的工具栏。</p>
<p>工作台的主工具栏在任何时候都会被显示，如果工作台中有打开的编辑器视图，那么工具栏是工作台主工具栏和编辑器视图的工具栏混合。编辑器视图的工具栏是以插入的方式整合到工作台的主菜单中的。</p>
#$@text#$@
sth_createIndex
false
sid
ToolbarItem
  @/@name
  sname
  name
  Sdescription
#$@text#$@
<p>菜单生成后会放入变量集合中，以菜单名+Menu的组合名可以获取菜单的实例。</p>
<p>所有的Menu的名称都应该是唯一的，如果名称重复那么可能会出现混乱的现象。</p>
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  name
  @/@label
  sname
  label
  sdescription
  <p>菜单显示的字符串，&amp;符号后接快捷键，\t后是显示快捷字符串。</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  label
  @/@type
  sname
  type
  sinputtype
  select
  sdefault
  PUSH
  sdescription
  <p>如果类型是CASCADE那么是枝节点，否则是叶子节点，叶子节点有选中事件，枝节点可以附加子枝节点和叶子节点。</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  type
    @/@type/@CHECK
    sname
    CHECK
    slabel
    CHECK
    svalue
    CHECK
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sid
    CHECK
    @/@type/@DROP_DOWN
    sname
    DROP_DOWN
    slabel
    DROP_DOWN
    svalue
    DROP_DOWN
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sid
    DROP_DOWN
    @/@type/@PUSH
    sname
    PUSH
    slabel
    PUSH
    svalue
    PUSH
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sid
    PUSH
    @/@type/@RADIO
    sname
    RADIO
    slabel
    RADIO
    svalue
    RADIO
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sid
    RADIO
    @/@type/@SEPARATOR
    sname
    SEPARATOR
    slabel
    SEPARATOR
    svalue
    SEPARATOR
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sid
    SEPARATOR
  @/@icon
  sname
  icon
  slabel
  图标
  sinputtype
  imageSelector
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  icon
  @/@text
  sname
  text
  slabel
  文本
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  text
  @/@width
  sname
  width
  sdescription
  <p>如果类型是SEPARATOR，是控件的宽度。</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  width
  @/@tooltip
  sname
  tooltip
  slabel
  提示语
  ssize
  60
  scolspan
  2
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  tooltip
  @/@action
  sname
  action
  slabel
  动作
  sinputtype
  dataSelector
  ssize
  60
  scolspan
  2
  Sdescription
#$@text#$@
<p>选择ToolbarItem后的执行程序，可以是动作名也可以是脚本的路径。如果是动作名那么是工作平台的actions下定义的动作名。</p>
<p>系统优先判断是否是脚本的路径，如果根据动作字段可以获取事物那么就是脚本，否则执行工作台中的actions中的动作。</p>
<p>&nbsp;</p>
#$@text#$@
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  action
  @/@control
  sname
  control
  slabel
  Control
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.Widgets
  smany
  true
  seditCols
  2
  sinitialization
  false
  smodifier
  public
  sdescription
  <p>如果Toolbar的类型是<font face="Courier New">SEPARATOR，那么可以加入控件。</font></p>
  sid
  control
    @/@control/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sid
    actions
      @/@control/@actions/@create
      sname
      create
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      souterClassName
      xworker.swt.app.view.swt.app.workbentch.ToolbarItemControlCreator
      smethodName
      create
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      create
  @/@enabled
  sname
  enabled
  sinputtype
  truefalse
  sdefault
  true
  sinheritDescription
  false
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  enabled
