^1671011512148
@
sname
ControlEditor
slabel
ControlEditor
sdescriptors
xworker.lang.MetaDescriptor3
sextends
xworker.swt.Widgets
smany
true
seditCols
2
sformNoLabel
false
sinitialization
false
smodifier
public
sinheritDescription
false
Sdescription
#$@text#$@
<p>A ControlEditor is a manager for a Control that appears above a composite and tracks with the moving and resizing of that composite. It can be used to display one control above another control. This could be used when editing a control that does not have editing capabilities by using a text editor or for launching a dialog by placing a button above a control.</p>

<p>只能作用于Composite，在一个Composite上显示一个输入控件。</p>
#$@text#$@
snotXmlAttribute
false
sjson_isArray
false
sjson_attribute
false
  @/@actions
  sname
  actions
  sdescriptors
  xworker.lang.MetaDescriptor3/@actions
  sid
  actions
    @/@actions/@create
    sname
    create
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.swt.custom.ControlEditorCreator
    smethodName
    create
    sdisableGlobalContext
    false
    sdescriptors
    xworker.lang.actions.JavaAction
    sid
    create
    @/@actions/@init
    sname
    init
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.swt.custom.ControlEditorCreator
    smethodName
    init
    sdisableGlobalContext
    false
    sdescriptors
    xworker.lang.actions.JavaAction
    sid
    init
      @/@actions/@init/@ins
      sisValidate
      false
      sname
      ins
      sdescriptors
      xworker.lang.actions.Inout/@ins
      sid
      ins
        @/@actions/@init/@ins/@editor
        sname
        editor
        stypeCheck
        false
        soptional
        true
        scheck
        false
        scheckLevel
        exception
        sdescriptors
        xworker.lang.actions.Inout/@ins/@param
        sid
        editor
  @/@name
  sname
  name
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  name
  @/@editor
  sname
  editor
  sdescription
  <p>The varname of editor.</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  editor
  @/@horizontalAlignment
  sname
  horizontalAlignment
  sinputtype
  select
  sdefault
  CENTER
  sdescription
  <p>Specifies how the editor should be aligned relative to the control. Allowed values are SWT.LEFT, SWT.RIGHT and SWT.CENTER. The default value is SWT.CENTER.</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  horizontalAlignment
    @/@horizontalAlignment/@LEFT
    sname
    LEFT
    slabel
    LEFT
    svalue
    LEFT
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    LEFT
    @/@horizontalAlignment/@RIGHT
    sname
    RIGHT
    slabel
    RIGHT
    svalue
    RIGHT
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    RIGHT
    @/@horizontalAlignment/@CENTER
    sname
    CENTER
    slabel
    CENTER
    svalue
    CENTER
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    CENTER
  @/@verticalAlignment
  sname
  verticalAlignment
  sinputtype
  select
  sdefault
  CENTER
  sdescription
  <p>Specifies how the editor should be aligned relative to the control. Allowed values are SWT.TOP, SWT.BOTTOM and SWT.CENTER. The default value is SWT.CENTER.</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  verticalAlignment
    @/@verticalAlignment/@TOP
    sname
    TOP
    slabel
    TOP
    svalue
    TOP
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    TOP
    @/@verticalAlignment/@BOTTOM
    sname
    BOTTOM
    slabel
    BOTTOM
    svalue
    BOTTOM
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    BOTTOM
    @/@verticalAlignment/@CENTER
    sname
    CENTER
    slabel
    CENTER
    svalue
    CENTER
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    CENTER
  @/@grabHorizontal
  sname
  grabHorizontal
  sinputtype
  truefalse
  sdefault
  false
  sdescription
  <p>Specifies whether the editor should be sized to use the entire width of the control. True means resize the editor to the same width as the cell. False means do not adjust the width of the editor. The default value is false.</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  grabHorizontal
  @/@grabVertical
  sname
  grabVertical
  sinputtype
  truefalse
  sdefault
  false
  sdescription
  <p>Specifies whether the editor should be sized to use the entire height of the control. True means resize the editor to the same height as the underlying control. False means do not adjust the height of the editor. The default value is false.</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  grabVertical
  @/@minimumWidth
  sname
  minimumWidth
  sdescription
  <p>Specifies the minimum width the editor can have. This is used in association with a true value of grabHorizontal. If the cell becomes smaller than the minimumWidth, the editor will not made smaller than the minimum width value. The default value is 0.</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  minimumWidth
  @/@minimumHeight
  sname
  minimumHeight
  sdescription
  <p>Specifies the minimum height the editor can have. This is used in association with a true value of grabVertical. If the control becomes smaller than the minimumHeight, the editor will not made smaller than the minimum height value. The default value is 0.</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  minimumHeight
  @/@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
    @/@VariablesDescs/@shell
    sname
    var
    svarName
    ognl:thing.getMetadata().getName()
    stype
    object
    sclassName
    org.eclipse.swt.custom.ControlEditor
    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
