public class MarkerController
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
MarkerController.MarkInfo
Class for store info about displayed mark.
|
protected static class |
MarkerController.Tooltip |
Modifier and Type | Field and Description |
---|---|
protected CalcMarkersThread[] |
markerThreads
Threads for each marker.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getToolTips(int entryIndex,
int pos)
Return tooltips texts for specified editor position.
|
void |
process(SegmentBuilder[] entryBuilders)
Process all segment for all markers.
|
void |
queueMarksOutput(EntryMarks ev) |
void |
reprocess(SegmentBuilder[] entryBuilders,
int markerIndex)
Reprocess all entries for one marker only.
|
void |
reprocessImmediately(SegmentBuilder entryBuilder)
Reprocess one entry immediately, in current thread.
|
protected final CalcMarkersThread[] markerThreads
public void reprocess(SegmentBuilder[] entryBuilders, int markerIndex)
public void reprocessImmediately(SegmentBuilder entryBuilder)
public void process(SegmentBuilder[] entryBuilders)
public java.lang.String getToolTips(int entryIndex, int pos)
entryIndex
- pos
- public void queueMarksOutput(EntryMarks ev)