@xworker.swt.ide.worldexplorer.swt.dialogs.TextDialog
sname
TextDialog
slabel
TestDialog
sdescriptors
xworker.swt.widgets.Display
sth_createIndex
false
@xworker.swt.ide.worldexplorer.swt.dialogs.TextDialog/@shell
sname
shell
stext
标题
sstyle
APPLICATION_MODAL
sNO_TRIM
false
sCLOSE
true
sTITLE
true
sMIN
true
sMAX
true
sBORDER
false
sRESIZE
true
sON_TOP
false
sTOOL
false
sNO_FOCUS
false
swidth
400
sheight
200
scenterScreen
true
spack
false
smaximized
false
sfullScreen
false
sH_SCROLL
false
sV_SCROLL
false
sNO_BACKGROUND
false
sNO_MERGE_PAINTS
false
sNO_REDRAW_RESIZE
false
sNO_RADIO_GROUP
false
sEMBEDDED
false
sDOUBLE_BUFFERED
false
scapture
false
senabled
true
sredraw
true
svisible
true
sxw_cl_global
false
sdescriptors
xworker.swt.widgets.Display/@Shell
sth_createIndex
false
@xworker.swt.ide.worldexplorer.swt.dialogs.TextDialog/@shell/@shellGridLayout
sname
shellGridLayout
snumColumns
1
smakeColumnsEqualWidth
false
smarginWidth
5
smarginHeight
5
smarginLeft
0
smarginTop
0
smarginRight
0
smarginBottom
0
shorizontalSpacing
5
sverticalSpacing
5
sdescriptors
xworker.swt.Layouts/@GridLayout
sth_createIndex
false
@xworker.swt.ide.worldexplorer.swt.dialogs.TextDialog/@shell/@text
sname
styleText
sstyle
MULTI
sFULL_SELECTION
false
sREAD_ONLY
false
sWRAP
false
sH_SCROLL
true
sV_SCROLL
true
sBORDER
false
salign
LEFT
sdescriptors
xworker.swt.Widgets/@StyledText
sth_createIndex
false
@xworker.swt.ide.worldexplorer.swt.dialogs.TextDialog/@shell/@text/@textGridData
sname
textGridData
sstyle
FILL_BOTH
shorizontalIndent
0
swidth
-1
sheight
-1
shorizontalAlignment
BEGINNING
sverticalAlignment
CENTER
shorizontalSpan
1
sverticalSpan
1
sgrabExcessHorizontalSpace
false
sgrabExcessVerticalSpace
false
sxw_cl_global
false
sdescriptors
xworker.swt.Commons/@GridData
sth_createIndex
false
@xworker.swt.ide.worldexplorer.swt.dialogs.TextDialog/@shell/@618
sname
buttonComposite
sBORDER
false
sH_SCROLL
false
sV_SCROLL
false
sNO_BACKGROUND
false
sNO_FOCUS
false
sNO_MERGE_PAINTS
false
sNO_REDRAW_RESIZE
false
sNO_RADIO_GROUP
false
sEMBEDDED
false
sDOUBLE_BUFFERED
false
scapture
false
senabled
true
sredraw
true
svisible
true
sdescriptors
xworker.swt.Widgets/@Composite
@xworker.swt.ide.worldexplorer.swt.dialogs.TextDialog/@shell/@618/@619
sname
buttonCompositeGridData
sstyle
FILL_HORIZONTAL
shorizontalIndent
0
swidth
-1
sheight
-1
shorizontalAlignment
END
sverticalAlignment
CENTER
shorizontalSpan
1
sverticalSpan
1
sgrabExcessHorizontalSpace
false
sgrabExcessVerticalSpace
false
sdescriptors
xworker.swt.layout.LayoutDatas/@GridData
@xworker.swt.ide.worldexplorer.swt.dialogs.TextDialog/@shell/@618/@620
sname
buttonCompositeRowLayout
sfill
false
sjustify
false
smarginWidth
0
smarginHeight
0
smarginLeft
3
smarginTop
3
smarginRight
3
smarginBottom
3
spack
true
sspacing
3
stype
SWT.HORIZONTAL
swrap
true
sdescriptors
xworker.swt.Layouts/@RowLayout
@xworker.swt.ide.worldexplorer.swt.dialogs.TextDialog/@shell/@618/@622
sname
cancelButton
stext
关闭
stype
SWT.PUSH
sflat
false
sborder
false
sselected
false
scapture
false
senabled
true
sredraw
true
svisible
true
sxw_cl_global
false
sdescriptors
xworker.swt.Widgets/@Button
sth_createIndex
false
@xworker.swt.ide.worldexplorer.swt.dialogs.TextDialog/@shell/@618/@622/@623
sname
RowData
sexclude
false
swidth
80
sheight
-1
sdescriptors
xworker.swt.layout.LayoutDatas/@RowData
sth_createIndex
false
@xworker.swt.ide.worldexplorer.swt.dialogs.TextDialog/@shell/@618/@622/@837
sname
Listeners
sdescriptors
xworker.swt.widgets.Widget/@Listeners
sth_createIndex
false
@xworker.swt.ide.worldexplorer.swt.dialogs.TextDialog/@shell/@618/@622/@837/@838
sname
cancenButtonSelection
stype
Selection
sdescriptors
xworker.swt.events.Listeners/@listeners/@Listener
sth_createIndex
false
@xworker.swt.ide.worldexplorer.swt.dialogs.TextDialog/@shell/@618/@622/@837/@838/@839
sname
cancenButtonAction
sisSynchronized
false
sthrowException
true
suseOtherAction
false
svarScope
Global
sdisableGlobalContext
false
scode
shell.dispose();
sdescriptors
xworker.lang.actions.Actions/@GroovyAction
sth_createIndex
false
@xworker.swt.ide.worldexplorer.swt.dialogs.TextDialog/@shell/@init
sname
init
sisSynchronized
false
sthrowException
true
suseOtherAction
false
svarScope
Global
sdisableGlobalContext
false
Scode
#$@text#$@
def title = actionContext.get("title");
def text = actionContext.get("text");

if(title != null){
    shell.setText(title);
}
if(text != null){
    styleText.setText(text);
}
#$@text#$@
sdescriptors
xworker.swt.Widgets/@Code
sth_createIndex
false
