^1626436955196
@
sname
DropTarget
slabel
DropTarget
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
sdescription
<p>Class <code>DropTarget</code> defines the target object for a drag and drop transfer.</p>
sth_createIndex
false
  @/@actions
  sname
  actions
  sdescriptors
  xworker.lang.MetaDescriptor3/@actions
  sth_createIndex
  false
  sid
  actions
    @/@actions/@create
    sname
    create
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.swt.dnd.DropTargetCreator
    smethodName
    create
    sdisableGlobalContext
    false
    sdescriptors
    xworker.lang.actions.JavaAction
    sth_createIndex
    false
    sid
    create
  @/@name
  sname
  name
  slabel
  名称
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  name
  @/@label
  sname
  label
  slabel
  标签
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  label
  @/@DROP_NONE
  sname
  DROP_NONE
  sinputtype
  truefalse
  sdefault
  false
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  DROP_NONE
  @/@DND_DROP_COPY
  sname
  DROP_COPY
  sinputtype
  truefalse
  sdefault
  false
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  DND_DROP_COPY
  @/@DROP_MOVE
  sname
  DROP_MOVE
  sinputtype
  truefalse
  sdefault
  false
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  DROP_MOVE
  @/@DROP_LINK
  sname
  DROP_LINK
  sinputtype
  truefalse
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sth_createIndex
  false
  sid
  DROP_LINK
  @/@Listener
  sname
  Listener
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.lang.actions.Actions
  smany
  true
  seditCols
  2
  sinitialization
  false
  smodifier
  public
  Sdescription
#$@text#$@
<p>
<table cellspacing="0" cellpadding="3" width="100%" summary="" border="1">
    <tbody>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetListener.html#dragEnter(org.eclipse.swt.dnd.DropTargetEvent)">dragEnter</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The cursor has entered the drop target boundaries.</td>
        </tr>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>&nbsp;void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetListener.html#dragLeave(org.eclipse.swt.dnd.DropTargetEvent)">dragLeave</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The cursor has left the drop target boundaries OR the drop has been cancelled OR the data is about to be dropped.</td>
        </tr>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>&nbsp;void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetListener.html#dragOperationChanged(org.eclipse.swt.dnd.DropTargetEvent)">dragOperationChanged</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The operation being performed has changed (usually due to the user changing the selected modifier key(s) while dragging).</td>
        </tr>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>&nbsp;void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetListener.html#dragOver(org.eclipse.swt.dnd.DropTargetEvent)">dragOver</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The cursor is moving over the drop target.</td>
        </tr>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>&nbsp;void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetListener.html#drop(org.eclipse.swt.dnd.DropTargetEvent)">drop</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The data is being dropped.</td>
        </tr>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>&nbsp;void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetListener.html#dropAccept(org.eclipse.swt.dnd.DropTargetEvent)">dropAccept</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The drop is about to be performed.</td>
        </tr>
    </tbody>
</table>
</p>
#$@text#$@
  sth_createIndex
  false
  sid
  Listener
    @/@Listener/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sth_createIndex
    false
    sid
    actions
      @/@Listener/@actions/@create
      sname
      create
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      souterClassName
      xworker.swt.dnd.DropTargetListenerCreator
      smethodName
      create
      sdisableGlobalContext
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sth_createIndex
      false
      sid
      create
    @/@Listener/@name
    sname
    name
    slabel
    名称
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    name
    @/@Listener/@label
    sname
    label
    slabel
    标签
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    label
    @/@Listener/@type
    sname
    type
    slabel
    类型
    sinputtype
    select
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    type
      @/@Listener/@type/@DragStart
      sname
      DragEnter
      slabel
      DragEnter
      svalue
      DragEnter
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      DragStart
      @/@Listener/@type/@DragSetData
      sname
      DragLeave
      slabel
      DragLeave
      svalue
      DragLeave
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      DragSetData
      @/@Listener/@type/@DragEnd
      sname
      DragOver
      slabel
      DragOver
      svalue
      DragOver
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      DragEnd
      @/@Listener/@type/@DragOperationChanged
      sname
      DragOperationChanged
      slabel
      DragOperationChanged
      svalue
      DragOperationChanged
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      DragOperationChanged
      @/@Listener/@type/@DropAccept
      sname
      DropAccept
      slabel
      DropAccept
      svalue
      DropAccept
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      DropAccept
      @/@Listener/@type/@Drop
      sname
      Drop
      slabel
      Drop
      svalue
      Drop
      sdescriptors
      xworker.lang.MetaDescriptor3/@attribute/@value
      sth_createIndex
      false
      sid
      Drop
    @/@Listener/@ref
    sname
    ref
    sinputtype
    dataSelector
    ssize
    60
    scolspan
    2
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    ref
    @/@Listener/@methodName
    sname
    methodName
    ssize
    40
    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
    methodName
  @/@Transfer
  sname
  Transfer
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.dnd.Transfer
  smany
  true
  seditCols
  2
  sinitialization
  false
  smodifier
  public
  Sdescription
#$@text#$@
<p><code>Transfer</code> provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa. It is used in data transfer operations such as drag and drop and clipboard copy/paste.</p>
<p>You should only need to become familiar with this class if you are implementing a Transfer subclass and you are unable to subclass the ByteArrayTransfer class.</p>
#$@text#$@
  sth_createIndex
  false
  sid
  Transfer
  @/@DragSourceEffect
  sname
  DropTargetEffect
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.dnd.DropTargetEffect
  smany
  true
  seditCols
  2
  sinitialization
  false
  smodifier
  public
  sth_createIndex
  false
  sid
  DragSourceEffect
  @/@DropTargetListener
  sname
  DropTargetListener
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  smany
  true
  seditCols
  2
  sinitialization
  false
  smodifier
  public
  Sdescription
#$@text#$@
<p>
<table cellspacing="0" cellpadding="3" width="100%" summary="" border="1">
    <tbody>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetListener.html#dragEnter(org.eclipse.swt.dnd.DropTargetEvent)">dragEnter</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The cursor has entered the drop target boundaries.</td>
        </tr>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>&nbsp;void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetListener.html#dragLeave(org.eclipse.swt.dnd.DropTargetEvent)">dragLeave</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The cursor has left the drop target boundaries OR the drop has been cancelled OR the data is about to be dropped.</td>
        </tr>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>&nbsp;void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetListener.html#dragOperationChanged(org.eclipse.swt.dnd.DropTargetEvent)">dragOperationChanged</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The operation being performed has changed (usually due to the user changing the selected modifier key(s) while dragging).</td>
        </tr>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>&nbsp;void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetListener.html#dragOver(org.eclipse.swt.dnd.DropTargetEvent)">dragOver</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The cursor is moving over the drop target.</td>
        </tr>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>&nbsp;void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetListener.html#drop(org.eclipse.swt.dnd.DropTargetEvent)">drop</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The data is being dropped.</td>
        </tr>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>&nbsp;void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetListener.html#dropAccept(org.eclipse.swt.dnd.DropTargetEvent)">dropAccept</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The drop is about to be performed.</td>
        </tr>
    </tbody>
</table>
</p>
#$@text#$@
  sth_createIndex
  false
  sid
  DropTargetListener
    @/@DropTargetListener/@actions
    sname
    actions
    sdescriptors
    xworker.lang.MetaDescriptor3/@actions
    sth_createIndex
    false
    sid
    actions
      @/@DropTargetListener/@actions/@create
      sname
      create
      sisSynchronized
      false
      sthrowException
      true
      suseOtherAction
      false
      suseOuterJava
      true
      souterClassName
      xworker.swt.dnd.DropTargetDropTargetListenerCreator
      smethodName
      create
      sdisableGlobalContext
      false
      sdescriptors
      xworker.lang.actions.JavaAction
      sth_createIndex
      false
      sid
      create
    @/@DropTargetListener/@actions1
    sname
    actions
    slabel
    Actions
    sdescriptors
    xworker.lang.MetaDescriptor2/@thing
    sextends
    xworker.lang.actions.Actions
    smany
    true
    seditCols
    2
    Sdescription
#$@text#$@
<p>如果是自定义的DragSourceEffect，那么可根据需要编写以下动作：</p>
<p>
<table cellspacing="0" cellpadding="3" width="100%" summary="" border="1">
    <tbody>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetAdapter.html#dragEnter(org.eclipse.swt.dnd.DropTargetEvent)">dragEnter</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This implementation of <code>dragEnter</code> permits the default operation defined in <code>event.detail</code>to be performed on the current data type defined in <code>event.currentDataType</code>.</td>
        </tr>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>&nbsp;void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetAdapter.html#dragLeave(org.eclipse.swt.dnd.DropTargetEvent)">dragLeave</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This implementation of <code>dragLeave</code> does nothing.</td>
        </tr>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>&nbsp;void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetAdapter.html#dragOperationChanged(org.eclipse.swt.dnd.DropTargetEvent)">dragOperationChanged</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This implementation of <code>dragOperationChanged</code> permits the default operation defined in <code>event.detail</code>to be performed on the current data type defined in <code>event.currentDataType</code>.</td>
        </tr>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>&nbsp;void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetAdapter.html#dragOver(org.eclipse.swt.dnd.DropTargetEvent)">dragOver</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This implementation of <code>dragOver</code> permits the default operation defined in <code>event.detail</code>to be performed on the current data type defined in <code>event.currentDataType</code>.</td>
        </tr>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>&nbsp;void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetAdapter.html#drop(org.eclipse.swt.dnd.DropTargetEvent)">drop</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This implementation of <code>drop</code> does nothing.</td>
        </tr>
        <tr class="TableRowColor" bgcolor="#ffffff">
            <td valign="top" align="right" width="1%"><font size="-1"><code>&nbsp;void</code></font></td>
            <td><code><b><a href="file.///E./文档/swt/org/eclipse/swt/dnd/DropTargetAdapter.html#dropAccept(org.eclipse.swt.dnd.DropTargetEvent)">dropAccept</a></b>(<a title="org.eclipse.swt.dnd 中的类" href="file///E/文档/swt/org/eclipse/swt/dnd/DropTargetEvent.html">DropTargetEvent</a>&nbsp;event)</code> <br />
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This implementation of <code>dropAccept</code> permits the default operation defined in <code>event.detail</code>to be performed on the current data type defined in <code>event.currentDataType</code>.</td>
        </tr>
    </tbody>
</table>
</p>
#$@text#$@
    szh_label
    动作
    sid
    actions1
      @/@DropTargetListener/@actions1/@name
      sname
      name
      sdescriptors
      xworker.lang.MetaDescriptor2/@attribute
      sid
      name
    @/@DropTargetListener/@name
    sname
    name
    slabel
    名称
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    name
    @/@DropTargetListener/@label
    sname
    label
    slabel
    标签
    LvalidateOnBlur
    false
    LallowDecimals
    false
    LallowNegative
    false
    sdescriptors
    xworker.lang.MetaDescriptor3/@attribute
    sth_createIndex
    false
    sid
    label
    @/@DropTargetListener/@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
      @/@DropTargetListener/@VariablesDescs/@shell
      sname
      var
      svarName
      ognl:thing.getMetadata().getName()
      stype
      object
      sclassName
      org.eclipse.swt.dnd.DropTargetListener
      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
  @/@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.dnd.DropTarget
    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
