^1772862343651
@
lth_createTime
1750036892005
sname
Widgets
sgroup
swt
scontentDefaultOpenMethod
thingControl
Sdescription
#$@text#$@
<p>SWT的控件集合，SWT是Eeclipse的一个开源项目，用于编写本地窗口程序，XWorker的界面就是用SWT编写的。</p>

<p><strong>SWT控件的规范：</strong></p>

<ul>
	<li><strong>Object&nbsp;create()</strong><br />
	每个SWT控件应实现create方法，在create方法里创建SWT相关的对象，并且一般情况下把SWT对象保存到全局变量上下文中。</li>
</ul>

<p><strong>创建SWT控件的方法</strong></p>

<ol>
	<li>创建一个事物实现create方法。</li>
	<li>把该事物以child的方式注册到xworker.swt.Widgets事物下。</li>
</ol>

<p><strong>SWT模型示例</strong></p>

<ul>
	<li><strong>简单示例</strong><br />
	介绍SWT模型的基本实现方法，请参看<a href="javascript:invoke('thing:xworker.example.swt.widgets.SimpleButton')">SimpleButton</a>。<br />
	&nbsp;</li>
	<li><strong>SWT模型重用</strong><br />
	有的时候我们用SWT模型做了一个界面，而这个界面是一个完整的功能需要在以后重用，那么也可以把它作为一个新的控件，具体示例请参看<a href="javascript:invoke('thing:xworker.swt.xwidgets.Commander')">Commander</a>，Commander是XWorker主页中的命令工具，用于索引各种东西。</li>
</ul>

<p>&nbsp;</p>
#$@text#$@
sdescriptors
xworker.lang.util.ThingIndex
sextends
xworker.swt.app.view.swt.Items
sinheritDescription
false
sth_createIndex
true
sth_registThing
child|xworker.lang.util.ThingIndex
sth_registMyChilds
false
sth_registDisabled
false
Sen_description
#$@text#$@
<p>SWT is a collection of controls. SWT is an open source project of Eeclipse for writing local window programs. The interface of XWorker is written in SWT. </p>

<p><strong>SWT control specification:</strong></p>

<ul>
<li><strong>Object&nbsp;create()</strong><br />
Each SWT control should implement the create method, create SWT-related objects in the create method, and generally save the SWT object in the global variable context. </li>
</ul>

<p><strong>Method of creating SWT control</strong></p>

<ol>
<li>Create a thing to implement the create method. </li>
<li>Register the thing under the xworker.swt.Widgets thing as a child. </li>
</ol>

<p><strong>SWT model example</strong></p>

<ul>
<li><strong>Simple example</strong><br />
To introduce the basic implementation method of the SWT model, please refer to <a href="javascript:invoke('thing:xworker.example.swt.widgets.SimpleButton')">SimpleButton</a>. <br />
&nbsp;</li>
<li><strong>SWT model reuse</strong><br />
Sometimes we use the SWT model to make an interface, and this interface is a complete function that needs to be reused in the future, then it can also be used as a new control. For specific examples, please refer to <a href="javascript:invoke(' thing:xworker.swt.xwidgets.Commander')">Commander</a>, Commander is a command tool on the XWorker homepage, used to index various things. </li>
</ul>

<p>&nbsp;</p>
#$@text#$@
sth_mark
false
  @/@actions
  sname
  ActionContainer
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.lang.actions.ActionContainer,xworker.lang.MetaDescriptor3/@actions
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p>参看<a href="do?sc=xworker.ide.worldexplorer.swt.http.ThingDoc/@desc&amp;thing=xworker.lang.actions.ActionContainer">ActionContainer</a>。</p>

<p>创建和保存的是xworker.swt.ActionContainer，增加了一个public ActionAsyncContainer async()方法，使用ActionAsyncContainer可以使用Display.asyncExec()执行动作。</p>
#$@text#$@
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  Sen_description
#$@text#$@
<p>See <a href="do?sc=xworker.ide.worldexplorer.swt.http.ThingDoc/@desc&amp;thing=xworker.lang.actions.ActionContainer">ActionContainer</a>. </p>

<p>xworker.swt.ActionContainer is created and saved, and a public ActionAsyncContainer async() method is added. Using ActionAsyncContainer, you can use Display.asyncExec() to perform actions. </p>
#$@text#$@
  sth_mark
  false
  sid
  actions
    @/@actions/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_mark
    false
    sid
    actions
      @/@actions/@actions/@create
      sname
      create
      sthrowException
      false
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.swt.WidgetsActionsCreator
      smethodName
      create
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sdebugLog
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_registDisabled
      false
      sth_mark
      false
      sid
      create
      @/@actions/@actions/@1468
      sname
      getBinds
      sattributeName
      binds
      snotNull
      false
      sinterpretationType
      Self
      sattributeTemplate
      false
      schildsAttributeTemplate
      false
      svarScope
      Local
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      screateLocalVarScope
      false
      ssaveReturn
      false
      sswitchResult
      false
      sdisableGlobalContext
      false
      sdebugLog
      false
      susage
      params
      sdescriptors
      xworker.lang.actions.ActionUtil/@GetString
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_registDisabled
      false
      sth_noThingRegistViewer
      false
      sth_fileMonitor
      false
      sth_mark
      false
      sth_registQueryOnlySelf
      false
      snotXmlAttribute
      false
      sjson_isArray
      false
      sid
      1468
    @/@actions/@VariablesDescs
    sname
    VariablesDescs
    sdescriptors
    xworker.lang.MetaThing/@VariablesDesc
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    VariablesDescs
      @/@actions/@VariablesDescs/@shell
      sname
      var
      svarName
      ognl:thing.getMetadata().getName()
      stype
      actionContainer
      sthing
      var:thing
      sdescriptors
      xworker.lang.MetaThing/@VariablesDesc/@Object
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_registDisabled
      false
      sth_fileMonitor
      false
      sth_mark
      false
      sid
      shell
    @/@actions/@binds
    sname
    binds
    sinputtype
    textarea
    sgroup
    Binder
    sinputattrs
    codeName= codeType= wrap=false fillBoth=true cols= rows= textAssistor=swtActionBind
    sshowLabel
    true
    slabelAlign
    right
    slabelVAlign
    baseline
    smodifier
    public
    sreadOnly
    false
    sinheritDescription
    false
    sdescription
    <p>用于绑定方法到控件或数据相关的监听器上。</p>
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    snotXmlAttribute
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_noThingRegistViewer
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sth_registQueryOnlySelf
    false
    sjson_isArray
    false
    sid
    binds
  @/@Button
  sname
  Button
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Button
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Button
  @/@Browser
  sname
  Browser
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.browser.Browser
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  browser,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Browser
  @/@Canvas
  sname
  Canvas
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Canvas
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Canvas
  @/@Code
  sname
  Code
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.util.Code
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  private
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Code
  @/@CBanner
  sname
  CBanner
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.custom.CBanner
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  custom
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  CBanner
  @/@CCombo
  sname
  CCombo
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.custom.CCombo
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  custom,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  CCombo
  @/@CodeEditor
  sname
  CodeEditor
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.CodeEditor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  CodeEditor
  @/@Combo
  sname
  Combo
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Combo
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Combo
  @/@Composite
  sname
  Composite
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Composite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.containers
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Composite
  @/@CoolBar
  sname
  CoolBar
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.CoolBar
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  CoolBar
  @/@CTabFolder
  sname
  CTabFolder
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.custom.CTabFolder
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  custom,_common.containers
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  CTabFolder
  @/@Cursor
  sname
  Cursor
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.graphics.Cursor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  graphics
  smodifier
  public
  sinheritDescription
  true
  sdescription
  Cursor创建后需要显式的dispose。
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Cursor
  @/@DataTable
  sname
  DataTable
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.DataTable
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.deprecated
  smodifier
  public
  sinheritDescription
  false
  sdescription
  <p>DataTable已经很少用了，使用Table和DataStore代替。</p>
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sen_description
  <p>DataTable is rarely used, use Table and DataStore instead. </p>
  sth_mark
  false
  sid
  DataTable
  @/@DateChooser
  sname
  DateChooser
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.nubula.DateChooser
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  nebula,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DateChooser
  @/@DateChooserCombo
  sname
  DateChooserCombo
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.nubula.DateChooserCombo
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  nebula,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DateChooserCombo
  @/@DateTime
  sname
  DateTime
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.DateTime
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DateTime
  @/@DataTree
  sname
  DataTree
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.DataTree
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.deprecated
  smodifier
  public
  sinheritDescription
  false
  sdescription
  <p>使用Tree和TreeModel代替。</p>
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DataTree
  @/@EventFilter
  sname
  EventFilter
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.events.EventFilter/@listeners
  smany
  false
  seditCols
  2
  sinitialization
  false
  sgroup
  events,_common.events
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  EventFilter
  @/@ExpandBar
  sname
  ExpandBar
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.ExpandBar
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.containers
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ExpandBar
  @/@FormattedText
  sname
  FormattedText
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.nubula.FormattedText
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  nebula,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  FormattedText
  @/@Group
  sname
  Group
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Group
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.containers
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Group
  @/@HtmlEditor
  sname
  HtmlEditor
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.HtmlEditor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  HtmlEditor
  @/@Image
  sname
  Image
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.graphics.Image
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  graphics,_common.resources
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Image
  @/@Label
  sname
  Label
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Label
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Label
  @/@Link
  sname
  Link
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Link
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Link
  @/@List
  sname
  List
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.List
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  List
  @/@Menu
  sname
  Menu
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Menu,xworker.swt.Commons
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Menu
  @/@Models
  sname
  Models
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.model.Models
  smany
  false
  seditCols
  2
  sinitialization
  false
  sgroup
  model,_common.data
  smodifier
  private
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Models
  @/@OleClientSite
  sname
  OleClientSite
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.ole.win32.OleClientSite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  ole.win32
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  OleClientSite
  @/@OleControlSite
  sname
  OleControlSite
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.ole.win32.OleControlSite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  ole.win32
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  OleControlSite
  @/@OleFrame
  sname
  OleFrame
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.ole.win32.OleFrame
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  ole.win32
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  OleFrame
  @/@ProgressBar
  sname
  ProgressBar
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.ProgressBar
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ProgressBar
  @/@Resource
  sname
  Resource
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.util.Resource
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  graphics,_common.resources
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Resource
  @/@Sash
  sname
  Sash
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Sash
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Sash
  @/@SashForm
  sname
  SashForm
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.custom.SashForm
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.containers
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  SashForm
  @/@Scale
  sname
  Scale
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Scale
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Scale
  @/@ScrolledComposite
  sname
  ScrolledComposite
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.custom.ScrolledComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  custom,_common.containers
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ScrolledComposite
  @/@Shell
  sname
  Shell
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Shell
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Shell
  @/@Slider
  sname
  Slider
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Slider
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Slider
  @/@Spinner
  sname
  Spinner
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Spinner
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Spinner
  @/@StyledText
  sname
  StyledText
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.custom.StyledText
  sexcludeDescriptorsForChilds
  xworker.swt.Widgets,xworker.swt.app.view.swt.Items,xworker.swt.Layouts
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  custom,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  StyledText
  @/@TabFolder
  sname
  TabFolder
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.TabFolder
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.containers
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  TabFolder
  @/@Table
  sname
  Table
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Table
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Table
  @/@TableViewer
  sname
  TableViewer
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  view.objects.html.jface.viewers.TableViewer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  jface
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  TableViewer
  @/@Text
  sname
  Text
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Text
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Text
  @/@ThingDescritporForm
  sname
  ThingDescritporForm
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.ThingDescritporForm
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.deprecated
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ThingDescritporForm
  @/@ToolBar
  sname
  ToolBar
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.ToolBar
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ToolBar
  @/@Tracker
  sname
  Tracker
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Tracker
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Tracker
  @/@TrayItem
  sname
  TrayItem
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.TrayItem
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  TrayItem
  @/@Tree
  sname
  Tree
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.Tree
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Tree
  @/@ViewForm
  sname
  ViewForm
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.custom.ViewForm
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  custom,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  Sdescription
#$@text#$@
<p>Instances of this class implement a Composite that positions and sizes children and allows programmatic control of layout and border parameters. ViewForm is used in the workbench to lay out a view's label/menu/toolbar local bar.</p>
<p>Note that although this class is a subclass of <code>Composite</code>, it does not make sense to set a layout on it.</p>
#$@text#$@
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ViewForm
  @/@LightweightSystem
  sname
  LightweightSystem
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.draw2d.LightweightSystem
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  draw2d
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  LightweightSystem
  @/@ControlEditor
  sname
  ControlEditor
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.custom.ControlEditor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  custom
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ControlEditor
  @/@ThingEditor
  sname
  ThingEditor
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.ThingEditor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.data
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ThingEditor
  @/@StyleManager
  sname
  StyleSet
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.style.StyleSet
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  style
  smodifier
  public
  sinheritDescription
  true
  Sdescription
#$@text#$@
<p>样式管理，在ActionContext里建一个名为StyleManager的Map，保存Style，每一个Style是Control的基本属性集合。</p>
<p>StyleManager应尽量提前初始化，应该放在界面定义的最上方。</p>
#$@text#$@
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  StyleManager
  @/@DatePickerCombo
  sname
  DatePickerCombo
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.DatePickerCombo
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DatePickerCombo
  @/@TriggerField
  sname
  TriggerField
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.TriggerField
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  TriggerField
  @/@_DO
  sname
  DO
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.statement.DO
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  _DO
  @/@_WHILE
  sname
  WHILE
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.statement.WHILE
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  _WHILE
  @/@_ITERATOR
  sname
  ITERATOR
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.statement.ITERATOR
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  _ITERATOR
  @/@_SWITCH
  sname
  SWITCH
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.statement.SWITCH
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  _SWITCH
  @/@_IF
  sname
  IF
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.statement.IF
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  _IF
  @/@_TRY
  sname
  TRY
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.statement.TRY
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  _TRY
  @/@_BREAK
  sname
  BREAK
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.statement.BREAK
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  _BREAK
  @/@_CONTINUE
  sname
  CONTINUE
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.statement.CONTINUE
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  _CONTINUE
  @/@_RETURN
  sname
  RETURN
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.statement.RETURN
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  _RETURN
  @/@ThingTemplate
  sname
  SwtThingTemplate
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.statement.SwtThingTemplate
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ThingTemplate
  @/@ThingDescBrowser
  sname
  ThingDescBrowser
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.ThingDescBrowser
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.data.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ThingDescBrowser
  @/@ChartComposite
  sname
  ChartComposite
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.jfreechart.swt.ChartComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  chart.jfreechart
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ChartComposite
  @/@ExtendWidget
  sname
  ExtendWidget
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.ExtendWidget
  smany
  true
  seditCols
  2
  sinitialization
  false
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ExtendWidget
  @/@ThingViewer
  sname
  ThingViewer
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.ThingViewer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.data.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ThingViewer
  @/@ThingForm
  sname
  ThingForm
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.ThingForm
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.data.editors
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ThingForm
  @/@JavaCode
  sname
  JavaAction
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.util.JavaCode
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  JavaCode
  @/@TaskMonitor
  sname
  TaskMonitor
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.util.TaskMonitor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  util,_common.tasks
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  TaskMonitor
  @/@Model
  sname
  Model
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.model.Model
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  model,_common.data
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Model
  @/@ObjectViewer
  sname
  ObjectViewer
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.ObjectViewer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.data.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ObjectViewer
  @/@ThingRegistSelector
  sname
  ThingRegistor
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.ThingRegistSelector
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.data.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ThingRegistSelector
  @/@Region
  sname
  Region
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.graphics.Region
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  graphics
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Region
  @/@AnimationGif
  sname
  AnimationGif
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.graphics.AnimationGif
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  graphics,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  AnimationGif
  @/@DragMove
  sname
  DragMove
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.events.xworker.DragMove
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  util,_common.events
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DragMove
  @/@_ChatText
  sname
  ChatText
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.ChatText
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.data.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  _ChatText
  @/@IconSelector
  sname
  IconSelector
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.IconSelector
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  IconSelector
  @/@SplitButton
  sname
  SplitButton
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.SplitButton
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  SplitButton
  @/@PreparedWidgets
  sname
  PreparedWidgets
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.Widgets
  smany
  true
  seditCols
  2
  sinitialization
  false
  smodifier
  public
  sinheritDescription
  false
  sdescription
  <p>可以定义各种控件，但不会执行，准备为其它场合下调用。</p>
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  PreparedWidgets
    @/@PreparedWidgets/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_mark
    false
    sid
    actions
      @/@PreparedWidgets/@actions/@create
      sname
      create
      sunimplementedException
      false
      sdescriptors
      xworker.lang.actions.Actions/@NOOP
      sinterpretationType
      Self
      sattributeTemplate
      false
      schildsAttributeTemplate
      false
      svarScope
      Local
      sisSynchronized
      false
      sthrowException
      true
      screateLocalVarScope
      false
      ssaveReturn
      false
      sdisableGlobalContext
      false
      sdebugLog
      false
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_registDisabled
      false
      sth_mark
      false
      sid
      create
  @/@WebBrowser
  sname
  WebBrowser
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.app.browser.WebBrowser
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets.app,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  WebBrowser
  @/@SwtDataObjectChart
  sname
  SwtDataObjectChart
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.jfreechart.dataobject.SwtDataObjectChart
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  chart.jfreechart
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  SwtDataObjectChart
  @/@DragUtil
  sname
  DragUtil
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.util.DragUtil
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  util,_common.events
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DragUtil
  @/@ImageViewer
  sname
  ImageCanvas
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.ImageCanvas
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ImageViewer
  @/@TextFileEditor
  sname
  TextFileEditor
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.TextFileEditor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.data.editors
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  TextFileEditor
  @/@ThrowableStackTraceText
  sname
  ThrowableStackTraceText
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.ThrowableStackTraceText
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.data.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ThrowableStackTraceText
  @/@ActionStackTraceText
  sname
  ActionStackTraceText
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.ActionStackTraceText
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.data.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ActionStackTraceText
  @/@Graph
  sname
  Graph
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.zest.model.Graph
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  draw2d.zest
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Graph
  @/@ToolTip
  sname
  ToolTip
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.ToolTip
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ToolTip
  @/@DemoTabFolder
  sname
  DemoSWT
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.DemoSWT
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DemoTabFolder
  @/@CLabel
  sname
  CLabel
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.custom.CLabel
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  custom,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  CLabel
  @/@DemoWeb
  sname
  DemoWeb
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.DemoWeb
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DemoWeb
  @/@DemoThing
  sname
  DemoThing
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.DemoThing
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DemoThing
  @/@CodeAssistor
  sname
  CodeAssistor
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.CodeAssistor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  CodeAssistor
  @/@AutoDemoComposite
  sname
  AutoDemoComposite
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.AutoDemoComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  AutoDemoComposite
  @/@DemoAutoDemo
  sname
  DemoAutoDemo
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.DemoAutoDemo
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DemoAutoDemo
  @/@ContentSelector
  sname
  ContentSelector
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.ContentSelector
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ContentSelector
  @/@DemoMix
  sname
  DemoMix
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.DemoMix
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DemoMix
  @/@ObjectTree
  sname
  ObjectTree
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.object.ObjectTree
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.data.widgets
  smodifier
  public
  sinheritDescription
  false
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ObjectTree
  @/@QuickMenu
  sname
  QuickMenu
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.QuickMenu
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  false
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  QuickMenu
  @/@QuickToolbar
  sname
  QuickToolbar
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.QuickToolbar
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  QuickToolbar
  @/@ObjectForm
  sname
  ObjectForm
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.ObjectForm
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ObjectForm
  @/@ObjectTable
  sname
  ObjectTable
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.ObjectTable
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ObjectTable
  @/@Editor
  sname
  Editor
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.Editor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Editor
  @/@Commander
  sname
  Commander
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.Commander
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  private
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Commander
  @/@InteractiveUI
  sname
  InteractiveUI
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.InteractiveUI
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  interactive
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  InteractiveUI
  @/@InteractiveListener
  sname
  InteractiveListener
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.InteractiveListener
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  interactive
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  InteractiveListener
  @/@FunctionRunner
  sname
  FunctionRunner
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.FunctionRunner
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.function
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  FunctionRunner
  @/@SimpleAppWithSashForm
  sname
  SimpleAppWithSashForm
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.app.SimpleAppWithSashForm
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets.app,_common.apps
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  SimpleAppWithSashForm
  @/@SimpleAppWithTabFolder
  sname
  SimpleAppWithTabFolder
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.app.SimpleAppWithTabFolder
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets.app,_common.apps
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  SimpleAppWithTabFolder
  @/@DemoDataObject
  sname
  DemoDataObject
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.DemoDataObject
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DemoDataObject
  @/@ClassSelector
  sname
  ClassSelector
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.ClassSelector
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ClassSelector
  @/@MessageHandlerViewer
  sname
  MessageHandlerViewer
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.message.MessageHandlerViewer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.message
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  MessageHandlerViewer
  @/@MessageHandlers
  sname
  MessageHandlers
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.message.MessageHandlers
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.message
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  MessageHandlers
  @/@Alice
  sname
  Alice
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.ai.Alice
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets.ai
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Alice
  @/@ActionContextViewer
  sname
  ActionContextViewer
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.ActionContextViewer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.data.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ActionContextViewer
  @/@UiFlow
  sname
  UiFlow
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.app.UiFlow
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets.app
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  UiFlow
  @/@SimpleDraw2d
  sname
  SimpleDraw2d
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.SimpleDraw2d
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  SimpleDraw2d
  @/@UserTaskTable
  sname
  UserTaskTable
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.UserTaskTable
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.apps
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  UserTaskTable
  @/@SimpleGame
  sname
  SimpleGame
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.gswt.SimpleGame
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  game
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  SimpleGame
  @/@GuideComposite
  sname
  GuideComposite
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.guide.GuideComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  guide,_common.apps
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  GuideComposite
  @/@ActionExecuteViewer
  sname
  ActionExecuteViewer
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.ActionExecuteViewer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.apps
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ActionExecuteViewer
  @/@ClassContentViewer
  sname
  ClassContentViewer
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.ClassContentViewer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.data.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ClassContentViewer
  @/@OutlineBrowser
  sname
  OutlineBrowser
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.OutlineBrowser
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.outline
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  OutlineBrowser
  @/@OutlineComposite
  sname
  OutlineComposite
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.OutlineComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.outline
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  OutlineComposite
  @/@QuickContent
  sname
  QuickContent
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.QuickContent
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.data.widgets
  smodifier
  private
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  QuickContent
  @/@DesignInteractiveUI
  sname
  DesignInteractiveUI
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.DesignInteractiveUI
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DesignInteractiveUI
  @/@DemoAction
  sname
  DemoAction
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.DemoAction
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DemoAction
  @/@TkuiCss
  sname
  TkuiCss
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.style.TkuiCss
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  style
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  TkuiCss
  @/@InjectableComposite
  sname
  InjectableComposite
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.design.InjectableComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  design
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  InjectableComposite
  @/@ThingDescripitonBrowser
  sname
  ThingDescripitonBrowser
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.ThingDescripitonBrowser
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ThingDescripitonBrowser
  @/@ProcessConsole
  sname
  ProcessConsole
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.ProcessConsole
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ProcessConsole
  @/@ThingTableEditor
  sname
  ThingTableEditor
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.ThingTableEditor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.data.editors
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ThingTableEditor
  @/@DescriptorSelector
  sname
  DescriptorSelector
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.DescriptorSelector
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DescriptorSelector
  @/@ControlWithParent
  sname
  ControlWithParent
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.ControlWithParent
  smany
  true
  seditCols
  2
  sinitialization
  false
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ControlWithParent
  @/@ToolItem
  sname
  ToolItem
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.widgets.ToolBar/@ToolItem
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets,_common.widgets
  smodifier
  public
  sinheritDescription
  false
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ToolItem
  @/@ThingTextTemplateEditor
  sname
  ThingTextTemplateEditor
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.ThingTextTemplateEditor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.data.editors
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ThingTextTemplateEditor
  @/@Clock
  sname
  Clock
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.Clock
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Clock
  @/@TreeMenu
  sname
  TreeMenu
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.TreeMenu
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  TreeMenu
  @/@ThingPropertiesEditor
  sname
  ThingPropertiesEditor
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.ThingPropertiesEditor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.data.editors
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ThingPropertiesEditor
  @/@CodeViewer
  sname
  CodeViewer
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.CodeViewer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.data.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  CodeViewer
  @/@InsulateWidget
  sname
  InsulateWidget
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.InsulateWidget
  smany
  true
  seditCols
  2
  sinitialization
  false
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  InsulateWidget
  @/@TreeModels
  sname
  TreeModels
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.app.model.tree.swt.TreeModels
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  data,_common.data
  smodifier
  public
  sinheritDescription
  true
  sdescription
  <p>创建子节点时会把parent设置为null。</p>
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  TreeModels
    @/@TreeModels/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_mark
    false
    sid
    actions
      @/@TreeModels/@actions/@create
      sname
      create
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.swt.app.model.tree.TreeModelSwtActionCreator
      smethodName
      treeModelsCreate
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sswitchResult
      false
      sdebugLog
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      create
  @/@DataStores
  sname
  DataStores
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.app.view.swt.data.DataStores
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  data,_common.data
  smodifier
  public
  sinheritDescription
  true
  sdescription
  <p>创建子节点时会把parent设置为null。</p>
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  DataStores
    @/@DataStores/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_mark
    false
    sid
    actions
      @/@DataStores/@actions/@create
      sname
      create
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.swt.app.model.tree.TreeModelSwtActionCreator
      smethodName
      treeModelsCreate
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sswitchResult
      false
      sdebugLog
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sid
      create
  @/@FileUpload
  sname
  FileUpload
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.rap.FileUpload
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  rap
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  FileUpload
  @/@Calculator
  sname
  Calculator
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.nubula.Calculator
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  nebula,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Calculator
  @/@CalculatorCombo
  sname
  CalculatorCombo
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.nubula.CalculatorCombo
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  nebula,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  CalculatorCombo
  @/@HeapManager
  sname
  HeapManager
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.nubula.HeapManager
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  nebula
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  HeapManager
  @/@CDateTime
  sname
  CDateTime
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.nubula.CDateTime
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  nebula,_common.inputs
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  CDateTime
  @/@Gallery
  sname
  Gallery
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.nubula.Gallery
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  nebula,_common.data.widgets
  smodifier
  public
  sinheritDescription
  false
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Gallery
  @/@Header
  sname
  Header
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.nubula.Header
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  nebula,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Header
  @/@PGroup
  sname
  PGroup
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.nubula.PGroup
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  nebula,_common.containers
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  PGroup
  @/@TitledSeparator
  sname
  TitledSeparator
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.nubula.TitledSeparator
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  nebula,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  TitledSeparator
  @/@PShelf
  sname
  PShelf
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.nubula.PShelf
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  nebula,_common.containers
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  PShelf
  @/@Grid
  sname
  Grid
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.nubula.Grid
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  nebula,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Grid
  @/@ThingClassViewer
  sname
  ThingClassViewer
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.ThingClassViewer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.data.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ThingClassViewer
  @/@JavaSourceViewer
  sname
  JavaSourceViewer
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.JavaSourceViewer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.data.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  JavaSourceViewer
  @/@ThingRegistMenu
  sname
  ThingRegistMenu
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.ThingRegistMenu
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ThingRegistMenu
  @/@AppEditor
  sname
  AppEditor
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.app.AppEditor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  app
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  AppEditor
  @/@EditorContainer
  sname
  EditorContainer
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.app.EditorContainer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  app
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  EditorContainer
  @/@OutlineContainer
  sname
  OutlineContainer
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.app.OutlineContainer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  app
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  OutlineContainer
  @/@Code1
  sname
  GroovyAction
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.util.Code
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Code1
  @/@RunAction
  sname
  RunAction
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.RunAction
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  false
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  RunAction
  @/@GroovyConsole
  sname
  GroovyConsole
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.GroovyConsole
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.apps
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  GroovyConsole
  @/@Video
  sname
  Video
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.html.Video
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  html,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Video
  @/@PlatSwitch
  sname
  PlatSwitch
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.PlatSwitch
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  PlatSwitch
  @/@HasXWorker
  sname
  HasXWorker
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.HasXWorker
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker,_common.widgets
  smodifier
  public
  sinheritDescription
  false
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  HasXWorker
  @/@ReplaceList
  sname
  ReplaceList
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.interactive.design.ReplaceList
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  interactive.design
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ReplaceList
  @/@SplitButtonList
  sname
  SplitButtonList
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.interactive.design.SplitButtonList
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  interactive.design
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  SplitButtonList
  @/@ThingEditorGuide
  sname
  ThingEditorGuide
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.ThingEditorGuide
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ThingEditorGuide
  @/@TwoInputs
  sname
  TwoInputs
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xworker.attributeEditor.TwoInputs
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.attributeEditor
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  TwoInputs
  @/@ECharts
  sname
  ECharts
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.html.chart.ECharts
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  html.chart
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  ECharts
  @/@Panel
  sname
  Panel
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.Panel
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.containers
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  Panel
  @/@CommandExecutor
  sname
  CommandExecutor
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.CommandExecutor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.apps
  smodifier
  private
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  CommandExecutor
  @/@IsRWT
  sname
  IsRWT
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.rwt.IsRWT
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  rwt
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_mark
  false
  sid
  IsRWT
  @/@ComponentComposite
  sname
  ComponentComposite
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.component.ComponentComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  component,_common.containers
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sid
  ComponentComposite
  @/@SystemConsole
  sname
  SystemConsole
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.xwidgets.SystemConsole
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.apps
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sid
  SystemConsole
  @/@Node
  sname
  Node
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.Widgets
  smany
  true
  seditCols
  2
  sinitialization
  false
  smodifier
  public
  sinheritDescription
  false
  sicon
  icons/folder.png
  sdescription
  <p>节点，只是顺序执行子节点的create方法。可以用于对子节点分组。</p>
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sid
  Node
    @/@Node/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    actions
      @/@Node/@actions/@create
      sname
      create
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.swt.xwidgets.Node
      smethodName
      create
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sdebugLog
      false
      sdescriptors
      xworker.lang.actions.Actions/@JavaAction
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_registDisabled
      false
      sth_fileMonitor
      false
      sth_mark
      false
      sid
      create
    @/@Node/@name
    sname
    name
    sshowLabel
    true
    slabelAlign
    right
    slabelVAlign
    baseline
    smodifier
    public
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    snotXmlAttribute
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    name
    @/@Node/@label
    sname
    label
    sshowLabel
    true
    slabelAlign
    right
    slabelVAlign
    baseline
    smodifier
    public
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    snotXmlAttribute
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    label
    @/@Node/@description
    sname
    description
    sinputtype
    html
    sshowLabel
    true
    slabelAlign
    right
    slabelVAlign
    baseline
    smodifier
    public
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    snotXmlAttribute
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    description
  @/@StaticDataObject
  sname
  StaticDataObject
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.app.view.swt.data.StaticDataObject
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  data,_common.data
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sid
  StaticDataObject
  @/@StaticDataObjectList
  sname
  StaticDataObjectList
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.app.view.swt.data.StaticDataObjectList
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  data,_common.data
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sid
  StaticDataObjectList
  @/@ListenerBinder
  sname
  ListenerBinder
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.events.ListenerBinder
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  events
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sid
  ListenerBinder
  @/@SWTExecutorService
  sname
  SWTExecutorService
  sdescriptors
  xworker.lang.MetaThing/@thing
  sextends
  xworker.swt.xworker.SWTExecutorService
  sinheritDescription
  true
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sgroup
  xworker.lang.executor
  sth_fileMonitor
  false
  sth_deprecated
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  SWTExecutorService
  @/@AddChildComposite
  sname
  AddChildComposite
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xworker.AddChildComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sid
  AddChildComposite
  @/@Models1
  sname
  Models
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.Models
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  mvc,_common.data
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sid
  Models1
    @/@Models1/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    actions
      @/@Models1/@actions/@create
      sname
      create
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.swt.MVC
      smethodName
      create
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sswitchResult
      false
      sdebugLog
      false
      sdescriptors
      xworker.lang.actions.Actions/@JavaAction
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_registDisabled
      false
      sth_fileMonitor
      false
      sth_mark
      false
      sid
      create
    @/@Models1/@name
    sname
    name
    sshowLabel
    true
    slabelAlign
    right
    slabelVAlign
    baseline
    smodifier
    public
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    snotXmlAttribute
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    name
    @/@Models1/@label
    sname
    label
    sshowLabel
    true
    slabelAlign
    right
    slabelVAlign
    baseline
    smodifier
    public
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    snotXmlAttribute
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    label
    @/@Models1/@description
    sname
    description
    sinputtype
    html
    sshowLabel
    true
    slabelAlign
    right
    slabelVAlign
    baseline
    smodifier
    public
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    snotXmlAttribute
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    description
  @/@Controls
  sname
  Controls
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.Controls
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  mvc,_common.data
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sid
  Controls
    @/@Controls/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    actions
      @/@Controls/@actions/@create
      sname
      create
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.swt.MVC
      smethodName
      create
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sswitchResult
      false
      sdebugLog
      false
      sdescriptors
      xworker.lang.actions.Actions/@JavaAction
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_registDisabled
      false
      sth_fileMonitor
      false
      sth_mark
      false
      sid
      create
    @/@Controls/@name
    sname
    name
    sshowLabel
    true
    slabelAlign
    right
    slabelVAlign
    baseline
    smodifier
    public
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    snotXmlAttribute
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    name
    @/@Controls/@label
    sname
    label
    sshowLabel
    true
    slabelAlign
    right
    slabelVAlign
    baseline
    smodifier
    public
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    snotXmlAttribute
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    label
    @/@Controls/@description
    sname
    description
    sinputtype
    html
    sshowLabel
    true
    slabelAlign
    right
    slabelVAlign
    baseline
    smodifier
    public
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    snotXmlAttribute
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    description
  @/@DataItemContainer
  sname
  DataItemContainer
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xwidgets.DataItemContainer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  DataItemContainer
  @/@Bootstrap
  sname
  Bootstrap
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xwidgets.Bootstrap
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.containers
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  Bootstrap
  @/@Application
  sname
  Application
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.app.Application
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  app,_common.apps
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  Application
  @/@DataObjectCompositeProxy
  sname
  DataObjectCompositeProxy
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.dataObject.DataObjectCompositeProxy
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.dataobject
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  DataObjectCompositeProxy
  @/@PagesComposite
  sname
  PagesComposite
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.app.pages.PagesComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  app
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  PagesComposite
  @/@ActionExecutorService
  sname
  ActionExecutorService
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xworker.ActionExecutorService
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker
  smodifier
  private
  sinheritDescription
  true
  sdescription
  <p>建议使用新的ActionExecutorService。</p>
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  ActionExecutorService
  @/@ShellGuide
  sname
  ShellGuide
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.guide.ShellGuide
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  guide,_common.apps
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  ShellGuide
  @/@DataComposite
  sname
  DataComposite
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.data.DataComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  data
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  DataComposite
  @/@ActionExecutorService1
  sname
  ActionExecutorService
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xwidgets.ActionExecutorService
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  ActionExecutorService1
  @/@ComponentShell
  sname
  ComponentShell
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.component.ComponentShell
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  component
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  ComponentShell
  @/@StateComposite
  sname
  StateComposite
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.lang.state.StateComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  engine
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  StateComposite
  @/@DataManager
  sname
  DataManager
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.data.DataManager
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  mvc
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  DataManager
  @/@Path
  sname
  Path
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.graphics.Path
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  graphics
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  Path
  @/@CheckEnableComposite
  sname
  CheckEnableComposite
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xwidgets.CheckEnableComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets,_common.containers
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  CheckEnableComposite
  @/@InputDataManager
  sname
  InputDataManager
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.data.InputDataManager
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _common.data
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  InputDataManager
  @/@ThingLoader
  sname
  ThingLoader
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.lang.ThingLoader,xworker.swt.Widgets
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  util
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  ThingLoader
  @/@SwtRequestService
  sname
  SwtRequestService
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.lang.executor.swt.SwtRequestService
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.lang.executor
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  SwtRequestService
  @/@FileListExplorer
  sname
  FileListExplorer
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xwidgets.io.FileListExplorer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets.io
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  FileListExplorer
  @/@StaticDataManager
  sname
  StaticDataManager
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.data.StaticDataManager
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  data
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  StaticDataManager
  @/@DataObjectListener
  sname
  DataObjectListener
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.data.listeners.DataObjectListener
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  data.listeners
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  DataObjectListener
  @/@DataStoreListener
  sname
  DataStoreListener
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.data.listeners.DataStoreListener
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  data.listeners
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  DataStoreListener
  @/@DataObjectListListener
  sname
  DataObjectListListener
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.data.listeners.DataObjectListListener
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  data.listeners
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  DataObjectListListener
  @/@DataListeners
  sname
  DataListeners
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.data.listeners.DataListeners
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  data.listeners
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  DataListeners
  @/@Variables
  sname
  Variables
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.lang.actions.Actions
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  false
  sdescription
  <p>子节点是动作，动作执行后把结果放在全局变量栈中，其中变量名是动作模型的名字。</p>
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  Variables
    @/@Variables/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_noThingRegistViewer
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sth_registQueryOnlySelf
    false
    snotXmlAttribute
    false
    sjson_isArray
    false
    sid
    actions
      @/@Variables/@actions/@create
      sname
      create
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.swt.actions.CommonActions
      smethodName
      createVariables
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sswitchResult
      false
      sdebugLog
      false
      sdescriptors
      xworker.lang.actions.Actions/@JavaAction
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_registDisabled
      false
      sth_noThingRegistViewer
      false
      sth_fileMonitor
      false
      sth_mark
      false
      sth_registQueryOnlySelf
      false
      snotXmlAttribute
      false
      sjson_isArray
      false
      sid
      create
    @/@Variables/@name
    sname
    name
    sshowLabel
    true
    slabelAlign
    right
    slabelVAlign
    baseline
    smodifier
    public
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    snotXmlAttribute
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_noThingRegistViewer
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sth_registQueryOnlySelf
    false
    sjson_isArray
    false
    sid
    name
    @/@Variables/@label
    sname
    label
    sshowLabel
    true
    slabelAlign
    right
    slabelVAlign
    baseline
    smodifier
    public
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    snotXmlAttribute
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_noThingRegistViewer
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sth_registQueryOnlySelf
    false
    sjson_isArray
    false
    sid
    label
    @/@Variables/@description
    sname
    description
    sinputtype
    html
    sshowLabel
    true
    slabelAlign
    right
    slabelVAlign
    baseline
    smodifier
    public
    sreadOnly
    false
    sinheritDescription
    false
    svalidateAllowBlank
    true
    LvalidateOnBlur
    true
    LallowDecimals
    true
    LallowNegative
    true
    snotXmlAttribute
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_noThingRegistViewer
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sth_registQueryOnlySelf
    false
    sjson_isArray
    false
    sid
    description
    @/@Variables/@VariablesDescs
    sname
    VariablesDescs
    sdescriptors
    xworker.lang.MetaThing/@VariablesDesc
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    VariablesDescs
      @/@Variables/@VariablesDescs/@vars
      sname
      vars
      sdescriptors
      xworker.lang.MetaThing/@VariablesDesc/@Variables
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_registDisabled
      false
      sth_fileMonitor
      false
      sth_mark
      false
      sid
      vars
        @/@Variables/@VariablesDescs/@vars/@actions
        sname
        actions
        sdescriptors
        xworker.lang.MetaThing/@VariablesDesc/@Variables/@actions1
        sinheritDescription
        false
        sth_createIndex
        false
        sth_registMyChilds
        false
        sth_registDisabled
        false
        sth_fileMonitor
        false
        sth_mark
        false
        sid
        actions
          @/@Variables/@VariablesDescs/@vars/@actions/@create
          sname
          create
          sisSynchronized
          false
          sthrowException
          true
          suseOtherAction
          false
          suseOuterJava
          true
          suseInnerJava
          false
          souterClassName
          xworker.swt.actions.CommonActions
          smethodName
          createVariableDefineDescs
          sdisableGlobalContext
          false
          sattributeTemplate
          false
          sinterpretationType
          Action
          svarScope
          Global
          screateLocalVarScope
          false
          ssaveReturn
          false
          sswitchResult
          false
          sdebugLog
          false
          sdescriptors
          xworker.lang.actions.Actions/@JavaAction
          sinheritDescription
          false
          sth_createIndex
          false
          sth_registMyChilds
          false
          sth_registDisabled
          false
          sth_fileMonitor
          false
          sth_mark
          false
          sid
          create
  @/@ActionsBinder
  sname
  ActionsBinder
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.actions.ActionsBinder
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  mvc
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  ActionsBinder
  @/@View
  sname
  View
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xwidgets.View
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  View
  @/@CommandExecutor1
  sname
  CommandExecutor
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.lang.command.CommandExecutor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.lang
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  CommandExecutor1
  @/@QuickContent1
  sname
  QuickContent
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.lang.content.QuickContent
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.lang
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  QuickContent1
  @/@ThingExists
  sname
  ThingExists
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xworker.ThingExists
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  ThingExists
  @/@DelayCreateWidgets
  sname
  DelayCreateWidgets
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xwidgets.DelayCreateWidgets
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  DelayCreateWidgets
  @/@Agent
  sname
  Agent
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.statement.Agent
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions.lang
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  Agent
  @/@NeuralNetwork
  sname
  NeuralNetwork
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.lang.neural.NeuralNetwork
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions.lang
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  NeuralNetwork
  @/@CMDComposite
  sname
  CMDComposite
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xwidgets.CMDComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sid
  CMDComposite
  @/@AutoCommentator
  sname
  AutoCommentator
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xwidgets.AutoCommentator
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  AutoCommentator
  @/@XWorkerModuleSelector
  sname
  XWorkerModuleSelector
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xworker.XWorkerModuleSelector
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  XWorkerModuleSelector
  @/@SimpleRules
  sname
  SimpleRules
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.lang.actions.engine.SimpleRules
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions.lang
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  SimpleRules
    @/@SimpleRules/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_noThingRegistViewer
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sth_registQueryOnlySelf
    false
    snotXmlAttribute
    false
    sjson_isArray
    false
    sgroupDescriptor
    false
    sid
    actions
      @/@SimpleRules/@actions/@create
      sname
      create
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.swt.lang.actions.EngineActions
      smethodName
      createSimpleRules
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sswitchResult
      false
      sdebugLog
      false
      sdescriptors
      xworker.lang.actions.Actions/@JavaAction
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_registDisabled
      false
      sth_noThingRegistViewer
      false
      sth_fileMonitor
      false
      sth_mark
      false
      sth_registQueryOnlySelf
      false
      snotXmlAttribute
      false
      sjson_isArray
      false
      sgroupDescriptor
      false
      sid
      create
  @/@ProjectSelector
  sname
  ProjectSelector
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xworker.ProjectSelector
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  ProjectSelector
  @/@AIImageEditor
  sname
  AIImageEditor
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.ai.AIImageEditor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.ai
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  AIImageEditor
  @/@AutoChatPanel
  sname
  AutoChatPanel
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.ai.AutoChatPanel
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.ai
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  AutoChatPanel
  @/@ValueViewer
  sname
  ValueViewer
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xwidgets.ValueViewer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  ValueViewer
  @/@Timer
  sname
  Timer
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.util.Timer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  _actions
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  Timer
  @/@DataObjectValues
  sname
  DataObjectValues
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.dataObject.DataObjectValues
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  data
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  DataObjectValues
  @/@DataObjectd
  sname
  DataObject
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.dataObject.DataObject
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  data
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  DataObjectd
  @/@Thing
  sname
  Thing
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.lang.MetaDescriptor3
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  data
  smodifier
  public
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p>以自己为描述者创建一个模型并保存到全局上下文中。可用于代码辅助。</p>

<p><strong>保存的变量和返回值</strong></p>

<p>&nbsp;&nbsp;&nbsp;&nbsp; 保存的是org.xmeta.Thing对象，返回的是null。</p>
#$@text#$@
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  Sen_description
#$@text#$@
<p>Create a model with yourself as the describer and save it to the global context. Can be used for coding assistance. </p>

<p><strong>Saved variables and return values</strong></p>

<p> What is saved is the org.xmeta.Thing object, and null is returned. </p>
#$@text#$@
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  Thing
    @/@Thing/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_noThingRegistViewer
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sth_registQueryOnlySelf
    false
    snotXmlAttribute
    false
    sjson_isArray
    false
    sgroupDescriptor
    false
    sid
    actions
      @/@Thing/@actions/@create
      sname
      create
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      suseInnerJava
      false
      souterClassName
      xworker.swt.dataObject.StaticDataObjectActions
      smethodName
      createThing
      sdisableGlobalContext
      false
      sattributeTemplate
      false
      sinterpretationType
      Action
      svarScope
      Global
      screateLocalVarScope
      false
      ssaveReturn
      false
      sswitchResult
      false
      sdebugLog
      false
      sdescriptors
      xworker.lang.actions.Actions/@JavaAction
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_registDisabled
      false
      sth_noThingRegistViewer
      false
      sth_fileMonitor
      false
      sth_mark
      false
      sth_registQueryOnlySelf
      false
      snotXmlAttribute
      false
      sjson_isArray
      false
      sgroupDescriptor
      false
      sid
      create
    @/@Thing/@VariablesDescs
    sname
    VariablesDescs
    sdescriptors
    xworker.lang.MetaThing/@VariablesDesc
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_noThingRegistViewer
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sth_registQueryOnlySelf
    false
    snotXmlAttribute
    false
    sjson_isArray
    false
    sgroupDescriptor
    false
    sid
    VariablesDescs
      @/@Thing/@VariablesDescs/@var
      sname
      var
      svarName
      _thingName_
      spassive
      false
      sscope
      0
      stype
      thing
      sstaticClass
      false
      sdescriptors
      xworker.lang.MetaThing/@VariablesDesc/@Object
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_registDisabled
      false
      sth_noThingRegistViewer
      false
      sth_fileMonitor
      false
      sth_mark
      false
      sth_registQueryOnlySelf
      false
      snotXmlAttribute
      false
      sjson_isArray
      false
      sgroupDescriptor
      false
      sid
      var
        @/@Thing/@VariablesDescs/@var/@actions
        sname
        actions
        sdescriptors
        xworker.lang.MetaThing/@VariablesDesc/@Object/@actions1
        sinheritDescription
        false
        sth_createIndex
        false
        sth_registMyChilds
        false
        sth_registDisabled
        false
        sth_noThingRegistViewer
        false
        sth_fileMonitor
        false
        sth_mark
        false
        sth_registQueryOnlySelf
        false
        snotXmlAttribute
        false
        sjson_isArray
        false
        sgroupDescriptor
        false
        sid
        actions
          @/@Thing/@VariablesDescs/@var/@actions/@getThing
          sname
          getThing
          sdescriptor
          ognl:thing.getMetadata().getPath()
          sinterpretationType
          Self
          sattributeTemplate
          false
          schildsAttributeTemplate
          false
          svarScope
          Local
          sisSynchronized
          false
          sthrowException
          true
          suseOtherAction
          false
          screateLocalVarScope
          false
          ssaveReturn
          false
          sswitchResult
          false
          sdisableGlobalContext
          false
          sdebugLog
          false
          sdescriptors
          xworker.core.actions.thing.CreateThing
          sinheritDescription
          false
          sth_createIndex
          false
          sth_registMyChilds
          false
          sth_registDisabled
          false
          sth_noThingRegistViewer
          false
          sth_fileMonitor
          false
          sth_mark
          false
          sth_registQueryOnlySelf
          false
          snotXmlAttribute
          false
          sjson_isArray
          false
          sgroupDescriptor
          false
          sid
          getThing
  @/@DataObjectBinderMonitor
  sname
  DataObjectBinderMonitor
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.dataObject.bind.monitor.DataObjectBinderMonitor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  data.monitor
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  DataObjectBinderMonitor
  @/@StateMachineComposite
  sname
  StateMachineComposite
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.lang.system.statemachine.StateMachineComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  system.statemachine
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  StateMachineComposite
  @/@SpeedIndicator
  sname
  SpeedIndicator
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.util.SpeedIndicator
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  util
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  SpeedIndicator
  @/@AutoDemo
  sname
  AutoDemo
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.guide.autodemo.AutoDemo
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  guide
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  AutoDemo
  @/@DataServices
  sname
  DataServices
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.data.DataServices
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  data
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  DataServices
  @/@EventDispatcherPanel
  sname
  EventDispatcherPanel
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.lang.stage.widgets.EventDispatcherPanel
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  lang.stage
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  EventDispatcherPanel
  @/@EventManager
  sname
  EventManager
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.lang.event.EventManager
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  util.event
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sid
  EventManager
  @/@QuickThingTree
  sname
  QuickThingTree
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xwidgets.QuickThingTree
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sai_needGenerate
  false
  sai_generateType
  create
  sai_promptContainsVars
  false
  sid
  QuickThingTree
  @/@AIThingComposite
  sname
  AIThingComposite
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xwidgets.ai.AIThingComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.ai
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sai_needGenerate
  false
  sai_generateType
  create
  sai_promptContainsVars
  false
  sid
  AIThingComposite
  @/@AIThingPreviewer
  sname
  AIThingPreviewer
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xwidgets.ai.AIThingPreviewer
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.ai
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sai_needGenerate
  false
  sai_generateType
  create
  sai_promptContainsVars
  false
  sid
  AIThingPreviewer
  @/@Dialog
  sname
  Dialog
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.widgets.Dialog
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  widgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sai_needGenerate
  false
  sai_generateType
  create
  sai_promptContainsVars
  false
  sid
  Dialog
  @/@SwtStage
  sname
  SwtStage
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.lang.stage.SwtStage
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  lang
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sai_needGenerate
  false
  sai_generateType
  create
  sai_promptContainsVars
  false
  sid
  SwtStage
  @/@EditorComposite
  sname
  EditorComposite
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.app.widgets.EditorComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  app
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sai_needGenerate
  false
  sai_generateType
  create
  sai_promptContainsVars
  false
  sid
  EditorComposite
  @/@JsonKnowledgeChatPanel
  sname
  JsonKnowledgeChatPanel
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.ai.JsonKnowledgeChatPanel
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  ai
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sai_needGenerate
  false
  sai_generateType
  create
  sai_promptContainsVars
  false
  sid
  JsonKnowledgeChatPanel
  @/@MonitoringPanel
  sname
  MonitoringPanel
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.lang.monitoring.MonitoringPanel
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xworker.lang
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sai_needGenerate
  false
  sai_generateType
  create
  sai_promptContainsVars
  false
  sid
  MonitoringPanel
  @/@MonacoEditor
  sname
  MonacoEditor
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xwidgets.MonacoEditor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sai_needGenerate
  false
  sai_generateType
  create
  sai_promptContainsVars
  false
  sid
  MonacoEditor
  @/@MonacoDiffEditor
  sname
  MonacoDiffEditor
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.xwidgets.MonacoDiffEditor
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  xwidgets
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sai_needGenerate
  false
  sai_generateType
  create
  sai_promptContainsVars
  false
  sid
  MonacoDiffEditor
  @/@StageComposite
  sname
  StageComposite
  sdescriptors
  xworker.lang.util.ThingIndex/@thing
  sextends
  xworker.swt.lang.stage.StageComposite
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  lang
  smodifier
  public
  sinheritDescription
  true
  snotXmlAttribute
  false
  sjson_isArray
  false
  sjson_array_type
  children
  sjson_attribute
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_noThingRegistViewer
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sth_registQueryOnlySelf
  false
  sgroupDescriptor
  false
  sai_needGenerate
  false
  sai_generateType
  create
  sai_promptContainsVars
  false
  sid
  StageComposite
