Uses of Class
com.iamsoft.util.ui.javafx.codearea.SimpleEditor.PosToHighlightMapBuilder
-
Packages that use SimpleEditor.PosToHighlightMapBuilder Package Description com.iamsoft.util.ui.javafx.codearea Utilities for dealing with CodeArea. -
-
Uses of SimpleEditor.PosToHighlightMapBuilder in com.iamsoft.util.ui.javafx.codearea
Methods in com.iamsoft.util.ui.javafx.codearea that return SimpleEditor.PosToHighlightMapBuilder Modifier and Type Method Description SimpleEditor.PosToHighlightMapBuilderSimpleEditor.PosToHighlightMapBuilder. addStyle(int pStart, int pEnd, String pStyle)SimpleEditor.PosToHighlightMapBuilderSimpleEditor.PosToHighlightMapBuilder. addStyle(int pStart, int pEnd, String pStyle, boolean pOverride)SimpleEditor.PosToHighlightMapBuilderSimpleEditor.PosToHighlightMapBuilder. addStyles(int pStart, int pEnd, Collection<String> pStyles)SimpleEditor.PosToHighlightMapBuilderSimpleEditor.PosToHighlightMapBuilder. addStyles(int pStart, int pEnd, Collection<String> pStyles, boolean pOverride)SimpleEditor.PosToHighlightMapBuilderSimpleEditor.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.PosToHighlightMapBuilderSimpleEditor.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.
-