private static class ChainImpl extends AbstractTransformationStructurePageChain {
private final DocumentSelectionPageChain delegate;
public ChainImpl(TransformationWizard wizard) {
delegate = new DocumentSelectionPageChain(wizard, wizard.getEntityExplorerSupport());
delegate.setTitle(getString("Text.Source.SubTitle"));
delegate.setMainCaption(getString("Text.Source.MainCaption"));
delegate.setSubCaption(getString("Text.Source.SubCaption"));
}