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-printpublisher/src/main/java/eu/etaxonomy/taxeditor/printpublisher/wizard/SelectServiceWizardPage.java
29 29
import eu.etaxonomy.taxeditor.store.StoreUtil;
30 30

  
31 31
/**
32
 * <p>SelectServiceWizardPage class.</p>
33
 *
32 34
 * @author n.hoffmann
33 35
 * @created Apr 6, 2010
34 36
 * @version 1.0
......
41 43
	private Label label_serviceUrl;
42 44
	private Text text_serviceUrl;
43 45

  
46
	/**
47
	 * <p>Constructor for SelectServiceWizardPage.</p>
48
	 *
49
	 * @param pageName a {@link java.lang.String} object.
50
	 */
44 51
	protected SelectServiceWizardPage(String pageName) {
45 52
		super(pageName);
46 53
		setTitle("Select a Service");
......
49 56
	/* (non-Javadoc)
50 57
	 * @see org.eclipse.jface.dialogs.IDialogPage#createControl(org.eclipse.swt.widgets.Composite)
51 58
	 */
59
	/** {@inheritDoc} */
52 60
	public void createControl(Composite parent) {
53 61
		
54 62
		composite = new Composite(parent, SWT.NULL);
......
144 152
	 * (non-Javadoc)
145 153
	 * @see org.eclipse.jface.wizard.WizardPage#canFlipToNextPage()
146 154
	 */
155
	/** {@inheritDoc} */
147 156
	@Override
148 157
	public boolean canFlipToNextPage() {
149 158
		if(isPageComplete()){
......
162 171
	 * (non-Javadoc)
163 172
	 * @see org.eclipse.jface.wizard.WizardPage#isPageComplete()
164 173
	 */
174
	/** {@inheritDoc} */
165 175
	@Override
166 176
	public boolean isPageComplete() {
167 177
		if(getConfigurator().isLocal()){

Also available in: Unified diff