Uses of Class
org.jline.utils.AttributedString
-
Packages that use AttributedString Package Description org.jline.utils JLine 3. -
-
Uses of AttributedString in org.jline.utils
Fields in org.jline.utils declared as AttributedString Modifier and Type Field Description protected AttributedStringStatus. borderStringstatic AttributedStringAttributedString. EMPTYstatic AttributedStringAttributedString. NEWLINEAttributedStringDiffHelper.Diff. textThe text associated with this diff operation.Fields in org.jline.utils with type parameters of type AttributedString Modifier and Type Field Description protected List<AttributedString>Status. linesToRestoreprotected List<AttributedString>Display. oldLinesprotected List<AttributedString>Status. oldLinesMethods in org.jline.utils that return AttributedString Modifier and Type Method Description static AttributedStringAttributedStringBuilder. append(CharSequence... strings)AttributedStringAttributedCharSequence. columnSubSequence(int start, int stop)static AttributedStringAttributedString. fromAnsi(String ansi)static AttributedStringAttributedString. fromAnsi(String ansi, int tabs)static AttributedStringAttributedString. fromAnsi(String ansi, List<Integer> tabs)static AttributedStringAttributedString. join(AttributedString delimiter, Iterable<AttributedString> elements)static AttributedStringAttributedString. join(AttributedString delimiter, AttributedString... elements)AttributedStringAttributedString. styleMatches(Pattern pattern, AttributedStyle style)abstract AttributedStringAttributedCharSequence. subSequence(int start, int end)AttributedStringAttributedString. subSequence(int start, int end)AttributedStringAttributedStringBuilder. subSequence(int start, int end)AttributedStringAttributedCharSequence. substring(int start, int end)AttributedStringAttributedCharSequence. toAttributedString()Methods in org.jline.utils that return types with arguments of type AttributedString Modifier and Type Method Description List<AttributedString>AttributedCharSequence. columnSplitLength(int columns)List<AttributedString>AttributedCharSequence. columnSplitLength(int columns, boolean includeNewlines, boolean delayLineWrap)Methods in org.jline.utils with parameters of type AttributedString Modifier and Type Method Description AttributedStringBuilderAttributedStringBuilder. append(AttributedString str)AttributedStringBuilderAttributedStringBuilder. append(AttributedString str, int start, int end)static List<DiffHelper.Diff>DiffHelper. diff(AttributedString text1, AttributedString text2)Compute a list of difference between two lines.static AttributedStringAttributedString. join(AttributedString delimiter, Iterable<AttributedString> elements)static AttributedStringAttributedString. join(AttributedString delimiter, AttributedString... elements)Method parameters in org.jline.utils with type arguments of type AttributedString Modifier and Type Method Description static AttributedStringAttributedString. join(AttributedString delimiter, Iterable<AttributedString> elements)protected voidDisplay. moveVisualCursorTo(int targetPos, List<AttributedString> newLines)voidDisplay. update(List<AttributedString> newLines, int targetCursorPos)Update the display according to the new lines and flushes the output.voidDisplay. update(List<AttributedString> newLines, int targetCursorPos, boolean flush)Update the display according to the new lines.voidStatus. update(List<AttributedString> lines)Constructors in org.jline.utils with parameters of type AttributedString Constructor Description Diff(DiffHelper.Operation operation, AttributedString text)Constructor.
-