<view id="myPanel" context="myPanelCtx" defaultOperation="myPanelOp" implClass="mypackage.MyPanel"/>
(CoordinatedPanel) myPanel = (CoordinatedPanel) DSECoordinatedPanel.readObject("myPanel");
In this example, the view named myPanel is an instance of mypackage.MyPanel. The view externalizer updates the instance with the corresponding attributes belonging to the context and the default operation attached to the panel through the initializeFrom(Tag aTag) method implemented by the toolkit.