public interface IMarker
Modifier and Type | Method and Description |
---|---|
java.util.List<Mark> |
getMarksForEntry(SourceTextEntry ste,
java.lang.String sourceText,
java.lang.String translationText,
boolean isActive)
Calculate marks for specific entry.
|
java.util.List<Mark> getMarksForEntry(SourceTextEntry ste, java.lang.String sourceText, java.lang.String translationText, boolean isActive) throws java.lang.Exception
Method will be called NOT in Swing thread.
Note to implementers: Both sourceText
and translationText
might be null!
ste
- sourceText
- might be null!translationText
- might be null!isActive
- is this an active segment in the document?java.lang.Exception