<?xml version="1.0" encoding="utf-8"?>
<Shell name="shell" descriptors="xworker.swt.widgets.Shell" text="ObjectViewer"
RESIZE="true" width="640" height="480" label="ObjectViewer">
<FillLayout name="shellFillLayout"></FillLayout>
<Group name="group" text="ObjectViewer" label="ObjectViewer">
<FillLayout name="groupFillLayout"></FillLayout>
<ObjectViewer name="objectViewer"></ObjectViewer>
<Code name="setObject">
<code><![CDATA[objectViewer.doAction("setObject", actionContext,
["object":group]);]]></code>
</Code>
</Group>
</Shell>