Project

General

Profile

« Previous | Next » 

Revision 8481f952

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/dnd/NameEditorDropTargetEffect.java
12 12
import eu.etaxonomy.taxeditor.preference.Resources;
13 13

  
14 14
/**
15
 *
16 15
 * @author n.hoffmann
17
 * @version $Id: $
18 16
 */
19 17
public class NameEditorDropTargetEffect extends DropTargetEffect {
20 18

  
......
22 20
		super(control);
23 21
	}
24 22

  
25
	/** {@inheritDoc} */
26 23
	@Override
27 24
    public void dragEnter(DropTargetEvent dropTargetEvent) {
28 25
		if(dropTargetEvent.widget instanceof IDropTargetableE4){
......
30 27
		}
31 28
	}
32 29

  
33
	/** {@inheritDoc} */
34 30
	@Override
35 31
    public void dragLeave(DropTargetEvent dropTargetEvent) {
36 32
		if(dropTargetEvent.widget instanceof Control){

Also available in: Unified diff