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/user/wizard/UserWizard.java
21 21
import eu.etaxonomy.taxeditor.user.view.UserManagerView;
22 22

  
23 23
/**
24
 * <p>UserWizard class.</p>
25
 *
24 26
 * @author n.hoffmann
25 27
 * @created 02.07.2009
26 28
 * @version 1.0
......
31 33
	private UserManagerView view;
32 34
	private boolean createMode;
33 35

  
36
	/**
37
	 * <p>Constructor for UserWizard.</p>
38
	 *
39
	 * @param view a {@link eu.etaxonomy.taxeditor.user.view.UserManagerView} object.
40
	 */
34 41
	public UserWizard(UserManagerView view){
35 42
		this.view = view;
36 43
		setWindowTitle("User Wizard");
37 44
		createMode = true;
38 45
	}
39 46
	
47
	/**
48
	 * <p>Constructor for UserWizard.</p>
49
	 *
50
	 * @param view a {@link eu.etaxonomy.taxeditor.user.view.UserManagerView} object.
51
	 * @param user a {@link eu.etaxonomy.cdm.model.common.User} object.
52
	 */
40 53
	public UserWizard(UserManagerView view, User user){
41 54
		this(view);
42 55
		if(user != null){
......
48 61
	/* (non-Javadoc)
49 62
	 * @see org.eclipse.jface.wizard.Wizard#addPages()
50 63
	 */
64
	/** {@inheritDoc} */
51 65
	@Override
52 66
	public void addPages() {
53 67
		super.addPages();
......
61 75
	/* (non-Javadoc)
62 76
	 * @see org.eclipse.jface.wizard.Wizard#performFinish()
63 77
	 */
78
	/** {@inheritDoc} */
64 79
	@Override
65 80
	public boolean performFinish() {
66 81
		

Also available in: Unified diff