private static class ChainImpl extends AbstractTransformationStructurePageChain {
private final LdapStructurePageChain pages;
public ChainImpl(TransformationWizard wizard) {
EntityExplorerSupport explorer = wizard.getEntityExplorerSupport();
pages = LdapStructurePageChain.newSourceChain(wizard, explorer);
setPreselectedSource(wizard);
}