Project

General

Profile

« Previous | Next » 

Revision 23783f7a

Added by Niels Hoffmann about 12 years ago

Refactoring of selection elements. Additional minor refactoring. Fixed a bug with Translation Editor (#2752)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/selection/EditFromSelectionWizard.java
55 55
public class EditFromSelectionWizard extends Wizard implements
56 56
		SelectionListener {
57 57

  
58
	private final AbstractSelectionElement selectionElement;
58
	private final EntitySelectionElement selectionElement;
59 59

  
60 60
	/**
61 61
	 * <p>
......
64 64
	 * 
65 65
	 * @param selectionElement
66 66
	 *            a
67
	 *            {@link eu.etaxonomy.taxeditor.ui.selection.AbstractSelectionElement}
67
	 *            {@link eu.etaxonomy.taxeditor.ui.selection.EntitySelectionElement}
68 68
	 *            object.
69 69
	 */
70
	public EditFromSelectionWizard(AbstractSelectionElement selectionElement) {
70
	public EditFromSelectionWizard(EntitySelectionElement selectionElement) {
71 71
		this.selectionElement = selectionElement;
72 72
		this.setWindowTitle("Edit Entity");
73 73
	}

Also available in: Unified diff