Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/SddImportWizard.java
20 20
import eu.etaxonomy.taxeditor.store.CdmStore;
21 21

  
22 22
/**
23
 * <p>SddImportWizard class.</p>
24
 *
23 25
 * @author n.hoffmann
24 26
 * @created Jun 16, 2010
25 27
 * @version 1.0
......
33 35
	/* (non-Javadoc)
34 36
	 * @see eu.etaxonomy.taxeditor.io.wizard.AbstractImportWizard#getConfigurator()
35 37
	 */
38
	/** {@inheritDoc} */
36 39
	@Override
37 40
	public SDDImportConfigurator getConfigurator() {
38 41
		return configurator;
......
42 45
	 * (non-Javadoc)
43 46
	 * @see org.eclipse.jface.wizard.Wizard#addPage(org.eclipse.jface.wizard.IWizardPage)
44 47
	 */
48
	/** {@inheritDoc} */
45 49
	@Override
46 50
	public void addPages() {
47 51
		super.addPages();
......
54 58
	/* (non-Javadoc)
55 59
	 * @see org.eclipse.jface.wizard.Wizard#performFinish()
56 60
	 */
61
	/** {@inheritDoc} */
57 62
	@Override
58 63
	public boolean performFinish() {
59 64
		URI source = dataSourcePage.getUri();
......
68 73
	/* (non-Javadoc)
69 74
	 * @see org.eclipse.ui.IWorkbenchWizard#init(org.eclipse.ui.IWorkbench, org.eclipse.jface.viewers.IStructuredSelection)
70 75
	 */
76
	/** {@inheritDoc} */
71 77
	public void init(IWorkbench workbench, IStructuredSelection selection) {
72 78
		configurator =  CdmStore.getImportHandler().SddConfigurator();
73 79
	}

Also available in: Unified diff