Uses of Class
com.iamsoft.util.ui.javafx.codearea.SimpleEditor.HighlightEntry
Packages that use SimpleEditor.HighlightEntry
-
Uses of SimpleEditor.HighlightEntry in com.iamsoft.util.ui.javafx.codearea
Methods in com.iamsoft.util.ui.javafx.codearea that return SimpleEditor.HighlightEntryModifier and TypeMethodDescriptionSimpleEditor.HighlightEntry.create
(int pLength) SimpleEditor.HighlightEntry.create
(Collection<String> pStyles) Methods in com.iamsoft.util.ui.javafx.codearea that return types with arguments of type SimpleEditor.HighlightEntryModifier and TypeMethodDescriptionPropertiesEditor.createPosToHighlightMap
(String pText) SimpleEditor.PosToHighlightMapBuilder.createPosToHighlightMap()
SimpleEditor.PosToHighlightMapBuilder.subMap
(NavigableMap<Integer, SimpleEditor.HighlightEntry> pPosToHighlightMap, int pFromPos, int pToPos) Offsets are recalculated relative to the specified start position.Method parameters in com.iamsoft.util.ui.javafx.codearea with type arguments of type SimpleEditor.HighlightEntryModifier and TypeMethodDescriptionSimpleEditor.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.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.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.Constructor parameters in com.iamsoft.util.ui.javafx.codearea with type arguments of type SimpleEditor.HighlightEntryModifierConstructorDescriptionPosToHighlightMapBuilder
(SortedMap<Integer, SimpleEditor.HighlightEntry> pPosToStylesMap)