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/dialogs/LoginDialog.java
27 27
import eu.etaxonomy.taxeditor.store.StoreUtil;
28 28

  
29 29
/**
30
 * TODO wrap in a LoginModule 
30
 * TODO wrap in a LoginModule
31 31
 * see: http://java.sun.com/j2se/1.5.0/docs/api/javax/security/auth/spi/LoginModule.html
32
 * 
32
 *
33 33
 * @author n.hoffmann
34 34
 * @created 16.06.2009
35 35
 * @version 1.0
......
45 45
	private String title;
46 46

  
47 47
	/**
48
	 * @param parentShell
48
	 * <p>Constructor for LoginDialog.</p>
49
	 *
50
	 * @param parentShell a {@link org.eclipse.swt.widgets.Shell} object.
49 51
	 */
50 52
	public LoginDialog(Shell parentShell) {
51 53
		super(parentShell);
......
56 58
	/* (non-Javadoc)
57 59
	 * @see org.eclipse.jface.dialogs.Dialog#createDialogArea(org.eclipse.swt.widgets.Composite)
58 60
	 */
61
	/** {@inheritDoc} */
59 62
	@Override
60 63
	protected Control createDialogArea(Composite parent) {
61 64
		Composite composite = (Composite) super.createDialogArea(parent);
......
91 94
     * 
92 95
     * @see org.eclipse.jface.window.Window#configureShell(org.eclipse.swt.widgets.Shell)
93 96
     */
97
    /** {@inheritDoc} */
94 98
    protected void configureShell(Shell shell) {
95 99
        super.configureShell(shell);
96 100
        if (title != null) {
......
101 105
	/* (non-Javadoc)
102 106
	 * @see org.eclipse.jface.dialogs.Dialog#okPressed()
103 107
	 */
108
	/** {@inheritDoc} */
104 109
	@Override
105 110
	protected void okPressed() {
106 111
		String username = text_username.getText().trim();

Also available in: Unified diff