SimpleEditor.PosToHighlightMapBuilder |
SimpleEditor.PosToHighlightMapBuilder.addStyles(int pStart,
NavigableMap<Integer,SimpleEditor.HighlightEntry> pPosToHighlightMap,
int pFromPos,
int pToPos) |
Adds the styles (from the specified map), which are within
the specified range.
|
SimpleEditor.PosToHighlightMapBuilder |
SimpleEditor.PosToHighlightMapBuilder.addStyles(NavigableMap<Integer,SimpleEditor.HighlightEntry> pPosToHighlightMap,
int pFromPos,
int pToPos) |
Adds the styles (from the specified map), which are within
the specified range, at the end.
|
void |
SimpleEditor.applyHighlighting(NavigableMap<Integer,SimpleEditor.HighlightEntry> pPosToHighlightMap) |
Note that highlight entries should not be disjoint.
|
static int |
SimpleEditor.PosToHighlightMapBuilder.getEndPosition(NavigableMap<Integer,SimpleEditor.HighlightEntry> pPosToStylesMap) |
|
static int |
SimpleEditor.PosToHighlightMapBuilder.getStartPosition(NavigableMap<Integer,SimpleEditor.HighlightEntry> pPosToStylesMap) |
|
void |
SimpleEditor.overlayHighlighting(NavigableMap<Integer,SimpleEditor.HighlightEntry> pHighlightMap) |
|
void |
SimpleEditor.overlayHighlighting(NavigableMap<Integer,SimpleEditor.HighlightEntry> pHighlightMap,
int pFromPos,
int pToPos) |
Note that highlight entries should not be disjoint.
|
static NavigableMap<Integer,SimpleEditor.HighlightEntry> |
SimpleEditor.PosToHighlightMapBuilder.subMap(NavigableMap<Integer,SimpleEditor.HighlightEntry> pPosToHighlightMap,
int pFromPos,
int pToPos) |
Offsets are recalculated relative to the specified
start position.
|
static void |
SimpleEditor.PosToHighlightMapBuilder.subMap(NavigableMap<Integer,SimpleEditor.HighlightEntry> pInputMap,
int pFromPos,
int pToPos,
NavigableMap<Integer,SimpleEditor.HighlightEntry> pResultMap,
int pStart) |
Adds the styles in the specified range from the input map to the result map.
|