^1640696315104
@
sname
ScheduledTaskEditor
slabel
ScheduledTaskEditor
ssingleInstance
false
scloseable
true
suseRef
false
sdescriptors
xworker.swt.app.view.swt.app.workbentch.Editor
sinheritDescription
false
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
  @/@Control
  sname
  Control
  sdescriptors
  xworker.swt.app.view.swt.app.workbentch.Editor/@Control
  sinheritDescription
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_mark
  false
  sid
  Control
    @/@Control/@dataObjectComposite
    sname
    dataObjectComposite
    sdataObject
    xworker.app.task.dataobjects.ScheduledTask
    squeryFormEditCols
    2
    squeryButton
    true
    snewButton
    true
    seditButton
    true
    seditBatchButton
    false
    sdeleteButton
    true
    spagingToolbar
    true
    sactionContext
    dataObjectContext
    stableCheck
    true
    sdebug
    false
    sdescriptors
    xworker.swt.app.view.swt.Items/@DataObjectEditCompoiste
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_mark
    false
    sid
    dataObjectComposite
      @/@Control/@dataObjectComposite/@Buttons
      sname
      Buttons
      sdescriptors
      xworker.swt.app.view.swt.widgets.DataObjectEditCompoiste/@Buttons
      sinheritDescription
      false
      sth_createIndex
      false
      sth_registMyChilds
      false
      sth_mark
      false
      sid
      Buttons
        @/@Control/@dataObjectComposite/@Buttons/@openBtn
        sname
        openBtn
        stext
        编辑事物
        stype
        SWT.PUSH
        sflat
        false
        sborder
        false
        sselected
        false
        scapture
        false
        senabled
        true
        sredraw
        true
        svisible
        true
        sdescriptors
        xworker.swt.Widgets/@Button
        sinheritDescription
        false
        sth_createIndex
        false
        sth_registMyChilds
        false
        sth_mark
        false
        sid
        openBtn
          @/@Control/@dataObjectComposite/@Buttons/@openBtn/@Listeners
          sname
          Listeners
          sdescriptors
          xworker.swt.widgets.Widget/@Listeners
          sinheritDescription
          false
          sth_createIndex
          false
          sth_registMyChilds
          false
          sth_mark
          false
          sid
          Listeners
            @/@Control/@dataObjectComposite/@Buttons/@openBtn/@Listeners/@openBtnSelection
            sname
            openBtnSelection
            stype
            Selection
            sdescriptors
            xworker.swt.events.Listeners/@listeners/@Listener
            sinheritDescription
            false
            sth_createIndex
            false
            sth_registMyChilds
            false
            sth_mark
            false
            sid
            openBtnSelection
              @/@Control/@dataObjectComposite/@Buttons/@openBtn/@Listeners/@openBtnSelection/@GroovyAction
              sname
              GroovyAction
              sisSynchronized
              false
              sthrowException
              true
              suseOtherAction
              false
              svarScope
              Local
              sdisableGlobalContext
              false
              Scode
#$@text#$@
import xworker.lang.util.XWorkerUtils;

if(dataObjectContext.dataTable.getSelection().length > 0){
    def data = dataObjectContext.dataTable.getSelection()[0].getData();
    def path = data.getString("actionPath");
    
    XWorkerUtils.ideOpenThing(world.getThing(path));
}
#$@text#$@
              sinterpretationType
              Action
              screateLocalVarScope
              false
              ssaveReturn
              false
              sdescriptors
              xworker.lang.actions.Actions/@GroovyAction
              sinheritDescription
              false
              sth_createIndex
              false
              sth_registMyChilds
              false
              sth_mark
              false
              sid
              GroovyAction
          @/@Control/@dataObjectComposite/@Buttons/@openBtn/@RowData
          sname
          RowData
          sexclude
          false
          swidth
          100
          sheight
          -1
          sdescriptors
          xworker.swt.layout.LayoutDatas/@RowData
          sinheritDescription
          false
          sth_createIndex
          false
          sth_registMyChilds
          false
          sth_mark
          false
          sid
          RowData
