Project

General

Profile

« Previous | Next » 

Revision d607cf23

Added by Katja Luther about 5 years ago

fix #7794: add finish and open button to taxonnode wizard

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/classification/TaxonNodeWizardPage.java
42 42

  
43 43
    private ParseHandler parseHandler;
44 44

  
45

  
45 46
    /**
46 47
	 * <p>
47 48
	 * Constructor for TaxonNodeWizardPage.
......
79 80
		return detailElement;
80 81
	}
81 82

  
82
	/**
83
	 * <p>
84
	 * openInEditor
85
	 * </p>
86
	 *
87
	 * @return a boolean.
88
	 */
89
	public boolean openInEditor() {
90
		return ((TaxonNodeDetailElement) getDetailElement()).isOpenInEditor();
91
	}
92 83

  
93
	/** {@inheritDoc} */
84

  
85
    /** {@inheritDoc} */
94 86
	@Override
95 87
	public void propertyChange(PropertyChangeEvent event) {
96 88
		checkComplete();

Also available in: Unified diff