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/src/main/java/eu/etaxonomy/taxeditor/singlesource/editor/name/container/IEditorAnnotation.java
6 6
import org.eclipse.swt.graphics.Rectangle;
7 7
import org.eclipse.swt.widgets.Canvas;
8 8

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

  
9 11
public interface IEditorAnnotation {
12
	
13
	public Object getInstanceInternal(EditorAnnotationFacade.EditorAnnotationType type, Integer line, String text) throws OperationNotSupportedException;
14

  
15
    public Object getInstanceInternal(ParserProblem problem) throws OperationNotSupportedException;
16
    
17
    public Object getInstanceInternal(Object marker) throws OperationNotSupportedException;
18

  
19
    public Object getInstanceInternal(Integer line, String text) throws OperationNotSupportedException;
20
	
10 21

  
11 22
    public Object getMarker() throws OperationNotSupportedException;
12 23

  

Also available in: Unified diff