^1639996220843
@
sname
GridBagConstraints
slabel
GridBagConstraints
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
sdescription
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">The </span><code>GridBagConstraints</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)"> class specifies constraints for components that are laid out using the </span><code>GridBagLayout</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)"> class.</span></p>
sth_createIndex
false
sth_mark
false
sid
GridBagConstraints
  @/@actions
  sname
  actions
  sdescriptors
  xworker.lang.MetaDescriptor3/@actions
  sth_createIndex
  false
  sth_mark
  false
  sid
  actions
    @/@actions/@create
    sname
    create
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.core.java.awt.layout.GridBagConstraintsCreator
    smethodName
    create
    sdisableGlobalContext
    false
    sattributeTemplate
    false
    sinterpretationType
    Action
    svarScope
    Global
    screateLocalVarScope
    false
    ssaveReturn
    false
    sdescriptors
    xworker.lang.actions.Actions/@JavaAction
    sth_createIndex
    false
    sth_mark
    false
    sid
    create
  @/@name
  sname
  name
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  name
  @/@gridx
  sname
  gridx
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">Specifies the cell containing the leading edge of the component&#39;s display area, where the first cell in a row has </span><code>gridx=0</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">. The leading edge of a component&#39;s display area is its left edge for a horizontal, left-to-right container and its right edge for a horizontal, right-to-left container. The value </span><code>RELATIVE</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)"> specifies that the component be placed immediately following the component that was added to the container just before this component was added.</span></p>

<p style="text-align: left;">The default value is <code>RELATIVE</code>. <code>gridx</code> should be a non-negative value.</p>
#$@text#$@
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  gridx
  @/@gridy
  sname
  gridy
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">Specifies the cell at the top of the component&#39;s display area, where the topmost cell has </span><code>gridy=0</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">. The value </span><code>RELATIVE</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)"> specifies that the component be placed just below the component that was added to the container just before this component was added.</span></p>

<p style="text-align: left;">The default value is <code>RELATIVE</code>. <code>gridy</code> should be a non-negative value.</p>
#$@text#$@
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  gridy
  @/@gridwidth
  sname
  gridwidth
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">Specifies the number of cells in a row for the component&#39;s display area.</span></p>

<p style="text-align: left;">Use <code>REMAINDER</code> to specify that the component&#39;s display area will be from <code>gridx</code> to the last cell in the row. Use <code>RELATIVE</code> to specify that the component&#39;s display area will be from <code>gridx</code> to the next to the last one in its row.</p>

<p style="text-align: left;"><code>gridwidth</code> should be non-negative and the default value is 1.</p>
#$@text#$@
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  gridwidth
  @/@gridheight
  sname
  gridheight
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">Specifies the number of cells in a column for the component&#39;s display area.</span></p>

<p style="text-align: left;">Use <code>REMAINDER</code> to specify that the component&#39;s display area will be from <code>gridy</code> to the last cell in the column. Use <code>RELATIVE</code> to specify that the component&#39;s display area will be from <code>gridy</code> to the next to the last one in its column.</p>

<p style="text-align: left;"><code>gridheight</code> should be a non-negative value and the default value is 1.</p>
#$@text#$@
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  gridheight
  @/@weightx
  sname
  weightx
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">Specifies how to distribute extra horizontal space.</span></p>

<p style="text-align: left;">The grid bag layout manager calculates the weight of a column to be the maximum <code>weightx</code> of all the components in a column. If the resulting layout is smaller horizontally than the area it needs to fill, the extra space is distributed to each column in proportion to its weight. A column that has a weight of zero receives no extra space.</p>

<p style="text-align: left;">If all the weights are zero, all the extra space appears between the grids of the cell and the left and right edges.</p>

<p style="text-align: left;">The default value of this field is <code>0</code>. <code>weightx</code> should be a non-negative value.</p>
#$@text#$@
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  weightx
  @/@weighty
  sname
  weighty
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">Specifies how to distribute extra vertical space.</span></p>

<p style="text-align: left;">The grid bag layout manager calculates the weight of a row to be the maximum <code>weighty</code> of all the components in a row. If the resulting layout is smaller vertically than the area it needs to fill, the extra space is distributed to each row in proportion to its weight. A row that has a weight of zero receives no extra space.</p>

<p style="text-align: left;">If all the weights are zero, all the extra space appears between the grids of the cell and the top and bottom edges.</p>

<p style="text-align: left;">The default value of this field is <code>0</code>. <code>weighty</code> should be a non-negative value.</p>
#$@text#$@
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  weighty
  @/@anchor
  sname
  anchor
  sinputtype
  select
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  sdescription
  <p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">here are three kinds of possible values: orientation relative, baseline relative and absolute. Orientation relative values are interpreted relative to the container&#39;s component orientation property, baseline relative values are interpreted relative to the baseline and absolute values are not. The absolute values are: </span><code>CENTER</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>NORTH</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>NORTHEAST</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>EAST</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>SOUTHEAST</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>SOUTH</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>SOUTHWEST</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>WEST</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, and </span><code>NORTHWEST</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">. The orientation relative values are: </span><code>PAGE_START</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>PAGE_END</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">,</span><code>LINE_START</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>LINE_END</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>FIRST_LINE_START</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>FIRST_LINE_END</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>LAST_LINE_START</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)"> and </span><code>LAST_LINE_END</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">. The baseline relative values are: </span><code>BASELINE</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>BASELINE_LEADING</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>BASELINE_TRAILING</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>ABOVE_BASELINE</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>ABOVE_BASELINE_LEADING</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">,</span><code>ABOVE_BASELINE_TRAILING</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>BELOW_BASELINE</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, </span><code>BELOW_BASELINE_LEADING</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, and </span><code>BELOW_BASELINE_TRAILING</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">. The default value is </span><code>CENTER</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">.</span></p>
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  anchor
    @/@anchor/@CENTER
    sname
    CENTER
    svalue
    CENTER
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    CENTER
    @/@anchor/@NORTH
    sname
    NORTH
    svalue
    NORTH
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    NORTH
    @/@anchor/@NORTHEAST
    sname
    NORTHEAST
    svalue
    NORTHEAST
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    NORTHEAST
    @/@anchor/@EAST
    sname
    EAST
    svalue
    EAST
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    EAST
    @/@anchor/@SOUTHEAST
    sname
    SOUTHEAST
    svalue
    SOUTHEAST
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    SOUTHEAST
    @/@anchor/@SOUTH
    sname
    SOUTH
    svalue
    SOUTH
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    SOUTH
    @/@anchor/@SOUTHWEST
    sname
    SOUTHWEST
    svalue
    SOUTHWEST
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    SOUTHWEST
    @/@anchor/@WEST
    sname
    WEST
    svalue
    WEST
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    WEST
    @/@anchor/@NORTHWEST
    sname
    NORTHWEST
    svalue
    NORTHWEST
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    NORTHWEST
    @/@anchor/@PAGE_START
    sname
    PAGE_START
    svalue
    PAGE_START
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    PAGE_START
    @/@anchor/@PAGE_END
    sname
    PAGE_END
    svalue
    PAGE_END
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    PAGE_END
    @/@anchor/@LINE_START
    sname
    LINE_START
    svalue
    LINE_START
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    LINE_START
    @/@anchor/@LINE_END
    sname
    LINE_END
    svalue
    LINE_END
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    LINE_END
    @/@anchor/@FIRST_LINE_START
    sname
    FIRST_LINE_START
    svalue
    FIRST_LINE_START
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    FIRST_LINE_START
    @/@anchor/@FIRST_LINE_END
    sname
    FIRST_LINE_END
    svalue
    FIRST_LINE_END
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    FIRST_LINE_END
    @/@anchor/@LAST_LINE_START
    sname
    LAST_LINE_START
    svalue
    LAST_LINE_START
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    LAST_LINE_START
    @/@anchor/@LAST_LINE_END
    sname
    LAST_LINE_END
    svalue
    LAST_LINE_END
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    LAST_LINE_END
    @/@anchor/@BASELINE
    sname
    BASELINE
    svalue
    BASELINE
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    BASELINE
    @/@anchor/@BASELINE_LEADING
    sname
    BASELINE_LEADING
    svalue
    BASELINE_LEADING
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    BASELINE_LEADING
    @/@anchor/@BASELINE_TRAILING
    sname
    BASELINE_TRAILING
    svalue
    BASELINE_TRAILING
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    BASELINE_TRAILING
    @/@anchor/@ABOVE_BASELINE
    sname
    ABOVE_BASELINE
    svalue
    ABOVE_BASELINE
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    ABOVE_BASELINE
    @/@anchor/@ABOVE_BASELINE_LEADING
    sname
    ABOVE_BASELINE_LEADING
    svalue
    ABOVE_BASELINE_LEADING
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    ABOVE_BASELINE_LEADING
    @/@anchor/@ABOVE_BASELINE_TRAILING
    sname
    ABOVE_BASELINE_TRAILING
    svalue
    ABOVE_BASELINE_TRAILING
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    ABOVE_BASELINE_TRAILING
    @/@anchor/@BELOW_BASELINE
    sname
    BELOW_BASELINE
    svalue
    BELOW_BASELINE
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    BELOW_BASELINE
    @/@anchor/@BELOW_BASELINE_LEADING
    sname
    BELOW_BASELINE_LEADING
    svalue
    BELOW_BASELINE_LEADING
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    BELOW_BASELINE_LEADING
    @/@anchor/@BELOW_BASELINE_TRAILING
    sname
    BELOW_BASELINE_TRAILING
    svalue
    BELOW_BASELINE_TRAILING
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    BELOW_BASELINE_TRAILING
  @/@fill
  sname
  fill
  sinputtype
  select
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">This field is used when the component&#39;s display area is larger than the component&#39;s requested size. It determines whether to resize the component, and if so, how.</span></p>

<p style="text-align: left;">The following values are valid for <code>fill</code>:</p>

<p style="text-align: left;">&nbsp;</p>

<ul style="list-style-type: disc;">
	<li><code>NONE</code>: Do not resize the component.</li>
	<li><code>HORIZONTAL</code>: Make the component wide enough to fill its display area horizontally, but do not change its height.</li>
	<li><code>VERTICAL</code>: Make the component tall enough to fill its display area vertically, but do not change its width.</li>
	<li><code>BOTH</code>: Make the component fill its display area entirely.</li>
</ul>

<p style="text-align: left;">The default value is <code>NONE</code>.</p>
#$@text#$@
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  fill
    @/@fill/@NONE
    sname
    NONE
    svalue
    NONE
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    NONE
    @/@fill/@HORIZONTAL
    sname
    HORIZONTAL
    svalue
    HORIZONTAL
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    HORIZONTAL
    @/@fill/@VERTICAL
    sname
    VERTICAL
    svalue
    VERTICAL
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    VERTICAL
    @/@fill/@BOTH
    sname
    BOTH
    svalue
    BOTH
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute/@value
    sth_createIndex
    false
    sth_mark
    false
    sid
    BOTH
  @/@insets
  sname
  insets
  sinputtype
  openWindow
  sshowLabel
  true
  sinputattrs
  xworker.swt.xworker.attributeEditor.openWins.ParamsEditor/@shell|thingPath=xworker.java.awt.xworker.InsetsEditor
  sreadOnly
  false
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">This field specifies the external padding of the component, the minimum amount of space between the component and the edges of its display area.</span></p>

<p style="text-align: left;">The default value is <code>new Insets(0, 0, 0, 0)</code>.</p>
#$@text#$@
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  insets
  @/@ipadx
  sname
  ipadx
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">This field specifies the internal padding of the component, how much space to add to the minimum width of the component. The width of the component is at least its minimum width plus </span><code>ipadx</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)"> pixels.</span></p>

<p style="text-align: left;">The default value is <code>0</code>.</p>
#$@text#$@
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  ipadx
  @/@ipady
  sname
  ipady
  sshowLabel
  true
  sreadOnly
  false
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">This field specifies the internal padding, that is, how much space to add to the minimum height of the component. The height of the component is at least its minimum height plus </span><code>ipady</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)"> pixels.</span></p>

<p style="text-align: left;">The default value is 0.</p>
#$@text#$@
  svalidateAllowBlank
  true
  LvalidateOnBlur
  true
  LallowDecimals
  true
  LallowNegative
  true
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sth_mark
  false
  sid
  ipady
