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/datasource/wizard/CdmDataSourceMySQLWizardPage.java
22 22
import eu.etaxonomy.cdm.database.ICdmDataSource;
23 23

  
24 24
/**
25
 * <p>CdmDataSourceMySQLWizardPage class.</p>
26
 *
25 27
 * @author n.hoffmann
26 28
 * @created 19.05.2009
27 29
 * @version 1.0
......
36 38
	private int port;
37 39

  
38 40
	/**
39
	 * @param pageName
41
	 * <p>Constructor for CdmDataSourceMySQLWizardPage.</p>
42
	 *
43
	 * @param dataSource a {@link eu.etaxonomy.cdm.database.ICdmDataSource} object.
40 44
	 */
41 45
	protected CdmDataSourceMySQLWizardPage(ICdmDataSource dataSource) {
42 46
		super("MySQL");
......
48 52
	/* (non-Javadoc)
49 53
	 * @see eu.etaxonomy.taxeditor.store.datasource.CdmDataSourceCredentialsWizardPage#createDatabaseForm()
50 54
	 */
55
	/** {@inheritDoc} */
51 56
	@Override
52 57
	public void createDatabaseForm() {
53 58
		// Create group composite for location data 
......
81 86
	/* (non-Javadoc)
82 87
	 * @see eu.etaxonomy.taxeditor.store.datasource.CdmDataSourceCredentialsWizardPage#updateLocation()
83 88
	 */
89
	/** {@inheritDoc} */
84 90
	@Override
85 91
	public void updateLocation() {
86 92
		server = text_server.getText();
......
97 103
	/* (non-Javadoc)
98 104
	 * @see eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage#updateDataSource()
99 105
	 */
106
	/** {@inheritDoc} */
100 107
	@Override
101 108
	public void updateDataSource() {
102 109
		setDataSource(CdmDataSource.NewMySqlInstance(server,
......
110 117
	/* (non-Javadoc)
111 118
	 * @see eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage#checkPageComplete()
112 119
	 */
120
	/** {@inheritDoc} */
113 121
	@Override
114 122
	public void checkPageComplete() {
115 123
		// check if widgets of this component are complete
......
129 137
	/* (non-Javadoc)
130 138
	 * @see eu.etaxonomy.taxeditor.datasource.wizard.CdmDataSourceCredentialsWizardPage#init()
131 139
	 */
140
	/** {@inheritDoc} */
132 141
	@Override
133 142
	public void init() {
134 143
		if(getDataSource() != null){

Also available in: Unified diff