// attach the reset command to the main model
mainModel.appendMethod(new ResetCommand());
// attach the about command to the main model
mainModel.appendMethod(new AboutCommand());
getClientResource().setParent(new ClientResourceImpl("License"));
ViewerCreatorMap map = getFactory().getViewerCreatorMap();
map.register(ProgressModel.class, new ProgressViewerCreator());
map.register(MailArrayModel.class, new MailArrayLayout(), false);
map.register(MainModel.class, new SwingViewerCreator(MainViewer.class));