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/ExcelNormalExplicitTaxaImportWizard.java
21 21

  
22 22

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

Also available in: Unified diff