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-editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/NameEditorDragSourceEffect.java
8 8
import org.eclipse.swt.widgets.Control;
9 9

  
10 10
/**
11
 * @author n.hoffmann
11
 * <p>NameEditorDragSourceEffect class.</p>
12 12
 *
13
 * @author n.hoffmann
14
 * @version $Id: $
13 15
 */
14 16
public class NameEditorDragSourceEffect extends DragSourceEffect {
15 17

  
18
	/**
19
	 * <p>Constructor for NameEditorDragSourceEffect.</p>
20
	 *
21
	 * @param control a {@link org.eclipse.swt.widgets.Control} object.
22
	 */
16 23
	public NameEditorDragSourceEffect(Control control) {
17 24
		super(control);
18 25
	}
19 26
	
27
	/** {@inheritDoc} */
20 28
	@Override
21 29
	public void dragStart(DragSourceEvent event) {
22 30
		// TODO Auto-generated method stub
23 31
		super.dragStart(event);
24 32
	}
25 33

  
34
	/** {@inheritDoc} */
26 35
	@Override
27 36
	public void dragFinished(DragSourceEvent event) {
28 37
		// TODO Auto-generated method stub

Also available in: Unified diff