Project

General

Profile

« Previous | Next » 

Revision b2f59380

Added by Lutz Suhrbier over 12 years ago

PolytomousKeyListLabelProvider, Position and EditorAnnotation: fixed Single-Source problems

View differences:

eu.etaxonomy.taxeditor.editor.rap/src/eu/etaxonomy/taxeditor/singlesource/editor/name/container/EditorAnnotationFacadeImpl.java
7 7
import org.eclipse.swt.graphics.Rectangle;
8 8
import org.eclipse.swt.widgets.Canvas;
9 9

  
10
import eu.etaxonomy.cdm.strategy.parser.ParserProblem;
11

  
10 12
/**
11 13
 * <p>EditorAnnotation class.</p>
12 14
 *
......
16 18
public class EditorAnnotationFacadeImpl implements IEditorAnnotation {
17 19
	private static final Logger logger = Logger.getLogger(EditorAnnotationFacadeImpl.class);
18 20

  
21
	public EditorAnnotationFacadeImpl(){
22
	}
19 23

  
20
	/**
21
     * <p>Constructor for EditorAnnotation.</p>
22
     *
23
     * @param type a {@link java.lang.String} object.
24
     * @param line a int.
25
     * @param text a {@link java.lang.String} object.
26
	 * @throws OperationNotSupportedException 
27
     */
28
    public EditorAnnotationFacadeImpl(EditorAnnotationFacade.EditorAnnotationType type, Integer line, String text) throws OperationNotSupportedException {
24
    public Object getInstanceInternal(EditorAnnotationFacade.EditorAnnotationType type, Integer line, String text) throws OperationNotSupportedException {
25
    	throw new OperationNotSupportedException("EditorAnnotation not supported.");
26
    }
27

  
28
    public Object getInstanceInternal(ParserProblem problem) throws OperationNotSupportedException {
29
    	throw new OperationNotSupportedException("EditorAnnotation not supported.");
30
    }
31
    public Object getInstanceInternal(Object marker) throws OperationNotSupportedException {
32
    	throw new OperationNotSupportedException("EditorAnnotation not supported.");
33
    }
34
    public Object getInstanceInternal(Integer line, String text) throws OperationNotSupportedException {
29 35
    	throw new OperationNotSupportedException("EditorAnnotation not supported.");
30 36
    }
31
    
32 37
    /**
33 38
     * <p>Getter for the field <code>marker</code>.</p>
34 39
     *

Also available in: Unified diff