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/newWizards/NewNameWizardPage.java
16 16
import org.eclipse.swt.widgets.Composite;
17 17

  
18 18
/**
19
 * <p>NewNameWizardPage class.</p>
20
 *
19 21
 * @author n.hoffmann
20 22
 * @created Apr 16, 2010
21 23
 * @version 1.0
......
25 27
			.getLogger(NewNameWizardPage.class);
26 28

  
27 29
	/**
28
	 * @param pageName
30
	 * <p>Constructor for NewNameWizardPage.</p>
31
	 *
32
	 * @param pageName a {@link java.lang.String} object.
29 33
	 */
30 34
	public NewNameWizardPage(String pageName) {
31 35
		super(pageName);
......
35 39
	/* (non-Javadoc)
36 40
	 * @see org.eclipse.jface.dialogs.IDialogPage#createControl(org.eclipse.swt.widgets.Composite)
37 41
	 */
42
	/** {@inheritDoc} */
38 43
	public void createControl(Composite parent) {
39 44
		Composite container = new Composite(parent, SWT.NULL);
40 45
		

Also available in: Unified diff