@xworker.ide.guide.functionsGuide.swt.FunctionGuide
sname
FunctionGuide
slabel
FunctionGuide
sdescriptors
xworker.swt.widgets.Display
@xworker.ide.guide.functionsGuide.swt.FunctionGuide/@shell
sname
shell
stext
FunctionGuide
sNO_TRIM
false
sCLOSE
true
sTITLE
true
sMIN
true
sMAX
true
sBORDER
false
sRESIZE
true
sON_TOP
false
sTOOL
false
sNO_FOCUS
false
swidth
850
sheight
600
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
@xworker.ide.guide.functionsGuide.swt.FunctionGuide/@shell/@shellFillLayout
sname
shellFillLayout
stype
SWT.HORIZONTAL
sxw_cl_global
false
sdescriptors
xworker.swt.Layouts/@FillLayout
@xworker.ide.guide.functionsGuide.swt.FunctionGuide/@shell/@mainComposite
sname
mainComposite
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
sxw_cl_global
false
sdescriptors
xworker.swt.Widgets/@Composite,xworker.swt.widgets.Display/@Shell
@xworker.ide.guide.functionsGuide.swt.FunctionGuide/@shell/@mainComposite/@shellFillLayout
sname
mainCompositeFillLayout
stype
SWT.HORIZONTAL
sxw_cl_global
false
sdescriptors
xworker.swt.Layouts/@FillLayout
@xworker.ide.guide.functionsGuide.swt.FunctionGuide/@shell/@mainComposite/@browser
sname
browser
sBRODER
false
sMOZILLA
false
sNO_FOCUS
false
sdescriptors
xworker.swt.Widgets/@Browser
@xworker.ide.guide.functionsGuide.swt.FunctionGuide/@shell/@mainComposite/@init
sname
init
sisSynchronized
false
sthrowException
true
suseOtherAction
false
svarScope
Global
sdisableGlobalContext
false
Scode
#$@text#$@
def globalConfig = world.getThing("_local.xworker.config.GlobalConfig");
def url = globalConfig.getString("webUrl") + "do?sc=xworker.ide.guide.functionsGuide.webControl.GuideViewer/@guideViewer";
browser.setUrl(url);

if(actionContext.get("utilBrowser") != null){
    utilBrowser.attach(browser);
}
#$@text#$@
sdescriptors
xworker.swt.Widgets/@Code
