*
* @see org.eclipse.jface.wizard.Wizard#addPages()
*/
@Override
public void addPages() {
editorWizardPage = new LinkEditorWizardPage(
"Editor Wizard Page One",
"LinkEditor Wizard",
"Please enter a new caption and select an update action for the link",
oldCaption, oldTarget);
addPage(editorWizardPage);