return new SourcePage((Source) e);
}
@Override
protected PageConfig createPageConfig(InterchangeView view, EntityPageFactory pageFactory) {
SourcePageConfig cfg = new SourcePageConfig(view, pageFactory, testConnection);
cfg.setAssignPluginAction(assignPluginAction);
return cfg;
}