^1570528928424
@
sname
RowLayout
slabel
RowLayout
sdescriptors
xworker.lang.MetaDescriptor3
sextends
xworker.swt.layout.Layout
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
sicon
icons/org/eclipse/swt/layout/RowLayout.gif
sfont
"|10|2|#000000"
sdescription
Instances of this class determine the size and position of the children of a <code>Composite</code> by placing them either in horizontal rows or vertical columns within the parent <code>Composite</code>.
snotXmlAttribute
false
sjson_isArray
false
  @/@scripts
  sname
  scripts
  slabel
  scripts
  sdescriptors
  xworker.lang.MetaDescriptor3/@actions
  sid
  scripts
    @/@scripts/@toJavaCode
    sname
    toJavaCode
    slabel
    toJavaCode
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.swt.layout.RowLayoutCreator
    smethodName
    toJavaCode
    sdescriptors
    xworker.lang.actions.JavaAction
    sid
    toJavaCode
    @/@scripts/@create
    sname
    create
    slabel
    create
    sisSynchronized
    false
    sthrowException
    false
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.swt.layout.RowLayoutCreator
    smethodName
    create
    sdescriptors
    xworker.lang.actions.JavaAction
    sid
    create
  @/@name
  sname
  name
  slabel
  name
  ssize
  40
  scolspan
  2
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  name
  @/@fill
  sname
  fill
  slabel
  fill
  sinputtype
  truefalse
  sdefault
  false
  sdescription
  fill specifies whether the controls in a row should be all the same height for horizontal layouts, or the same width for vertical layouts.
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  fill
  @/@justify
  sname
  justify
  slabel
  justify
  sinputtype
  truefalse
  sdefault
  false
  sdescription
  justify specifies whether the controls in a row should be fully justified, with any extra space placed between the controls.
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  justify
  @/@marginWidth
  sname
  marginWidth
  slabel
  marginWidth
  sdefault
  0
  sdescription
  marginWidth specifies the number of pixels of horizontal margin that will be placed along the left and right edges of the layout.
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  marginWidth
  @/@marginHeight
  sname
  marginHeight
  slabel
  marginHeight
  sdefault
  0
  sdescription
  marginRight specifies the number of pixels of horizontal margin that will be placed along the right edge of the layout.
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  marginHeight
  @/@marginLeft
  sname
  marginLeft
  slabel
  marginLeft
  sdefault
  3
  sdescription
  marginLeft specifies the number of pixels of horizontal margin that will be placed along the left edge of the layout.
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  marginLeft
  @/@marginTop
  sname
  marginTop
  slabel
  marginTop
  sdefault
  3
  sdescription
  marginTop specifies the number of pixels of vertical margin that will be placed along the top edge of the layout.
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  marginTop
  @/@marginRight
  sname
  marginRight
  slabel
  marginRight
  sdefault
  3
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  marginRight
  @/@marginBottom
  sname
  marginBottom
  slabel
  marginBottom
  sdefault
  3
  sdescription
  marginBottom specifies the number of pixels of vertical margin that will be placed along the bottom edge of the layout.
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  marginBottom
  @/@pack
  sname
  pack
  slabel
  pack
  sinputtype
  truefalse
  sdefault
  true
  sdescription
  pack specifies whether all controls in the layout take their preferred size.
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  pack
  @/@spacing
  sname
  spacing
  slabel
  spacing
  sdefault
  3
  sdescription
  spacing specifies the number of pixels between the edge of one cell and the edge of its neighbouring cell.
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  spacing
  @/@type
  sname
  type
  slabel
  type
  sinputtype
  radio
  sdefault
  SWT.HORIZONTAL
  sdescription
  type specifies whether the layout places controls in rows or columns.
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  type
    @/@type/@SWT_HORIZONTAL
    sname
    SWT.HORIZONTAL
    slabel
    SWT.HORIZONTAL
    svalue
    SWT.HORIZONTAL
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    SWT_HORIZONTAL
    @/@type/@SWT_VERTICAL
    sname
    SWT.VERTICAL
    slabel
    SWT.VERTICAL
    svalue
    SWT.VERTICAL
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sid
    SWT_VERTICAL
  @/@wrap
  sname
  wrap
  slabel
  wrap
  sinputtype
  truefalse
  sdefault
  true
  sdescription
  wrap specifies whether a control will be wrapped to the next row if there is insufficient space on the current row.
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  wrap
  @/@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.layout.RowLayout
    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
