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/BerlinModelExportWizard.java
20 20
import eu.etaxonomy.taxeditor.store.CdmStore;
21 21

  
22 22
/**
23
 * <p>BerlinModelExportWizard class.</p>
24
 *
23 25
 * @author n.hoffmann
24 26
 * @created 23.06.2009
25 27
 * @version 1.0
......
34 36
	/* (non-Javadoc)
35 37
	 * @see org.eclipse.ui.IWorkbenchWizard#init(org.eclipse.ui.IWorkbench, org.eclipse.jface.viewers.IStructuredSelection)
36 38
	 */
39
	/** {@inheritDoc} */
37 40
	public void init(IWorkbench workbench, IStructuredSelection selection) {
38 41
		this.setWindowTitle("Berlin Model Export");
39 42
		configurator = BerlinModelExportConfigurator.NewInstance(null, null);
......
42 45
	/* (non-Javadoc)
43 46
	 * @see org.eclipse.jface.wizard.Wizard#addPages()
44 47
	 */
48
	/** {@inheritDoc} */
45 49
	@Override
46 50
	public void addPages() {
47 51
		super.addPages();
......
56 60
	/* (non-Javadoc)
57 61
	 * @see org.eclipse.jface.wizard.Wizard#performFinish()
58 62
	 */
63
	/** {@inheritDoc} */
59 64
	@Override
60 65
	public boolean performFinish() {
61 66
		
......
78 83
	/* (non-Javadoc)
79 84
	 * @see eu.etaxonomy.taxeditor.io.AbstractExportWizard#getConfigurator()
80 85
	 */
86
	/** {@inheritDoc} */
81 87
	@Override
82 88
	public BerlinModelExportConfigurator getConfigurator() {
83 89
		return configurator;

Also available in: Unified diff