<?xml version="1.0" encoding="utf-8"?>
<Shell name="shell" descriptors="xworker.swt.widgets.Shell" text="Shell" RESIZE="true" label="Shell">
<FillLayout name="shellFillLayout"></FillLayout>
<Group name="group" text="Shell" label="Shell">
<RowLayout name="rowLayout"></RowLayout>
<Button name="shellButton" text="Open Shell" style="DOWN">
<Listeners>
<Listener name="shellButonSeletion">
<OpenShell descriptors="xworker.swt.actions.ShellActions/@OpenShell"
singleInstance="false" parent="shellButton.getShell()"
shellPath="xworker.example.swt.controls.MenuShell"></OpenShell>
</Listener>
</Listeners>
</Button>
</Group>
</Shell>