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/DirectPublishingWizard.java
13 13
import eu.etaxonomy.cdm.print.PublishConfigurator;
14 14

  
15 15
/**
16
 * <p>DirectPublishingWizard class.</p>
17
 *
16 18
 * @author n.hoffmann
17 19
 * @created Aug 6, 2010
18 20
 * @version 1.0
19 21
 */
20 22
public class DirectPublishingWizard extends AbstractPublishWizard {
21 23
	
24
	/**
25
	 * <p>Constructor for DirectPublishingWizard.</p>
26
	 *
27
	 * @param configurator a {@link eu.etaxonomy.cdm.print.PublishConfigurator} object.
28
	 */
22 29
	public DirectPublishingWizard(PublishConfigurator configurator) {
23 30
		setConfigurator(configurator);
24 31
		setOutputModule(configurator.getOutputModules().iterator().next());
25 32
	}
26 33

  
34
	/** {@inheritDoc} */
27 35
	@Override
28 36
	public void addPages() {
29 37
		pageOptions = new OptionsWizardPage(PAGE_OPTIONS);
......
39 47
		addPage(pageOverview);
40 48
	}
41 49
	
50
	/** {@inheritDoc} */
42 51
	@Override
43 52
	public boolean performFinish() {
44 53
		return super.performFinish();
45 54
	}
46 55
	
56
	/**
57
	 * <p>canFinish</p>
58
	 *
59
	 * @return a boolean.
60
	 */
47 61
	public boolean canFinish() {
48 62
		return pageFeatureTree.isPageComplete()
49 63
			&& pageFolder.isPageComplete();

Also available in: Unified diff