| Package | Description |
|---|---|
| com.iamsoft.util.ui.javafx.codearea |
Utilities for dealing with CodeArea.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleEditor.HighlightEntry |
SimpleEditor.HighlightEntry.create(Collection<String> pStyles) |
SimpleEditor.HighlightEntry |
SimpleEditor.HighlightEntry.create(int pLength) |
| Modifier and Type | Method and Description |
|---|---|
NavigableMap<Integer,SimpleEditor.HighlightEntry> |
SimpleEditor.PosToHighlightMapBuilder.createPosToHighlightMap() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Constructor and Description |
|---|
PosToHighlightMapBuilder(SortedMap<Integer,SimpleEditor.HighlightEntry> pPosToStylesMap) |
Copyright © 2023. All rights reserved.