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/section/description/operation/ChangeDescriptionElementType.java
38 38
public class ChangeDescriptionElementType extends AbstractPostOperation {
39 39

  
40 40
	private DescriptionElementBase sourceElement;
41
	private DestinationType destinationType;
42 41
	private DescriptionElementBase destinationElement;
43

  
44
	public enum DestinationType {
45
		TextData,
46
		Distribution
47
	}
48 42
	
49 43
	/**
50 44
	 * <p>Constructor for ChangeDescriptionElementType.</p>
......
111 105
	@Override
112 106
	public IStatus redo(IProgressMonitor monitor, IAdaptable info)
113 107
			throws ExecutionException {
114
		// TODO Auto-generated method stub
115 108
		return null;
116 109
	}
117 110

  
......
122 115
	@Override
123 116
	public IStatus undo(IProgressMonitor monitor, IAdaptable info)
124 117
			throws ExecutionException {
125
		// TODO Auto-generated method stub
126 118
		return null;
127 119
	}
128 120

  

Also available in: Unified diff