public class BidiMarkers extends AbstractMarker
attributes, painter, pattern, patternChar, toolTip
Constructor and Description |
---|
BidiMarkers() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Mark> |
getMarksForEntry(SourceTextEntry ste,
java.lang.String sourceText,
java.lang.String text,
boolean isActive)
Calculate marks for specific entry.
|
protected boolean |
isEnabled()
Is the marker enabled?
|
initDrawers
public BidiMarkers() throws java.lang.Exception
java.lang.Exception
public java.util.List<Mark> getMarksForEntry(SourceTextEntry ste, java.lang.String sourceText, java.lang.String text, boolean isActive) throws java.lang.Exception
IMarker
Method will be called NOT in Swing thread.
Note to implementers: Both sourceText
and translationText
might be null!
getMarksForEntry
in interface IMarker
getMarksForEntry
in class AbstractMarker
sourceText
- might be null!text
- might be null!isActive
- is this an active segment in the document?java.lang.Exception
protected boolean isEnabled()
AbstractMarker
isEnabled
in class AbstractMarker