public TargetTextStructurePage(DatabaseToTextWizard wizard, ApplicationWindow appWin, EntityExplorerSupport explorer) {
super("Db2TextConnect.TargetText", wizard, "Target Text Structure");
ui = new TextTargetPageUi<DatabaseStructure>(explorer, new TableToTextStructureFactory(wizard.getFolders()),
new EditorPanel(appWin), "Jitterbit can create a Text Structure that matches your source table.");
ui.addSelectionListener(new SelectionListener() {
@Override
public void selectionChanged(SelectionChangedEvent evt) {
updateCanContinue();
}