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

  
15 15
/**
16
 * <p>BookDetailsWizardPage class.</p>
17
 *
16 18
 * @author n.hoffmann
17 19
 * @created Apr 16, 2010
18 20
 * @version 1.0
19 21
 */
20 22
public class BookDetailsWizardPage extends AbstractSpecificReferenceWizardPage {
21 23

  
24
	/**
25
	 * <p>Constructor for BookDetailsWizardPage.</p>
26
	 *
27
	 * @param pageName a {@link java.lang.String} object.
28
	 */
22 29
	protected BookDetailsWizardPage(String pageName) {
23 30
		super(pageName);
24 31
		// TODO Auto-generated constructor stub
......
27 34
	/* (non-Javadoc)
28 35
	 * @see org.eclipse.jface.dialogs.IDialogPage#createControl(org.eclipse.swt.widgets.Composite)
29 36
	 */
37
	/** {@inheritDoc} */
30 38
	public void createControl(Composite parent) {
31 39
		// TODO Auto-generated method stub
32 40

  

Also available in: Unified diff