@xworker.example.explorer.BrowserTest
sname
BrowserTest
slabel
BrowserTest
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
@xworker.example.explorer.BrowserTest/@actions
sname
actions
sdescriptors
xworker.lang.MetaDescriptor3/@actions
@xworker.example.explorer.BrowserTest/@actions/@doAction
sname
doAction
sisSynchronized
false
sthrowException
true
suseOtherAction
false
svarScope
Global
Scode
#$@text#$@
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.MessageBox;

MessageBox box = new MessageBox(explorerContext.get("shell"), SWT.NONE);
box.setText("信息");
box.setMessage("动作已经执行了！");
box.open();
#$@text#$@
sdescriptors
xworker.lang.actions.Actions/@GroovyAction
