public void apply(Transformation tf) throws EditStructureException {
try {
DatabaseStructureWizardPageChain chain = getPageChain();
chain.applyToEditedTransformation();
} catch (WizardPageException ex) {
throw new EditStructureException("Failed to apply the changes to the transformation.", ex);
}
}