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/IDropTargetable.java
9 9
import eu.etaxonomy.taxeditor.operations.IPostOperationEnabled;
10 10

  
11 11
/**
12
 * @author n.hoffmann
12
 * <p>IDropTargetable interface.</p>
13 13
 *
14
 * @author n.hoffmann
15
 * @version $Id: $
14 16
 */
15 17
public interface IDropTargetable extends IPostOperationEnabled {
16 18

  
19
	/**
20
	 * <p>getControl</p>
21
	 *
22
	 * @return a {@link org.eclipse.swt.widgets.Composite} object.
23
	 */
17 24
	public Composite getControl();
18 25
	
26
	/**
27
	 * <p>getNameEditor</p>
28
	 *
29
	 * @return a {@link eu.etaxonomy.taxeditor.editor.name.TaxonNameEditor} object.
30
	 */
19 31
	public TaxonNameEditor getNameEditor();
20 32

  
33
	/**
34
	 * <p>dragEntered</p>
35
	 */
21 36
	public void dragEntered();
22 37

  
38
	/**
39
	 * <p>dragLeft</p>
40
	 */
23 41
	public void dragLeft();
24 42
}

Also available in: Unified diff