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/JaxbImportSourceWizardPage.java
14 14
import org.eclipse.swt.widgets.Composite;
15 15

  
16 16
/**
17
 * <p>JaxbImportSourceWizardPage class.</p>
18
 *
17 19
 * @author n.hoffmann
18 20
 * @created 24.06.2009
19 21
 * @version 1.0
20 22
 */
21 23
public class JaxbImportSourceWizardPage extends WizardPage {
22 24
	/**
23
	 * @param pageName
25
	 * <p>Constructor for JaxbImportSourceWizardPage.</p>
26
	 *
27
	 * @param pageName a {@link java.lang.String} object.
24 28
	 */
25 29
	protected JaxbImportSourceWizardPage(String pageName) {
26 30
		super(pageName);
......
30 34
	/* (non-Javadoc)
31 35
	 * @see org.eclipse.jface.dialogs.IDialogPage#createControl(org.eclipse.swt.widgets.Composite)
32 36
	 */
37
	/** {@inheritDoc} */
33 38
	public void createControl(Composite parent) {
34 39
		// TODO Auto-generated method stub
35 40

  

Also available in: Unified diff