Uses of Class
org.jline.utils.AttributedString
Packages that use AttributedString
-
Uses of AttributedString in org.jline.utils
Fields in org.jline.utils declared as AttributedStringModifier and TypeFieldDescriptionprotected AttributedString
Status.borderString
static final AttributedString
AttributedString.EMPTY
static final AttributedString
AttributedString.NEWLINE
final AttributedString
DiffHelper.Diff.text
The text associated with this diff operation.Fields in org.jline.utils with type parameters of type AttributedStringModifier and TypeFieldDescriptionprotected List
<AttributedString> Status.lines
protected List
<AttributedString> Display.oldLines
Methods in org.jline.utils that return AttributedStringModifier and TypeMethodDescriptionstatic AttributedString
AttributedStringBuilder.append
(CharSequence... strings) AttributedCharSequence.columnSubSequence
(int start, int stop) static AttributedString
static AttributedString
static AttributedString
static AttributedString
static AttributedString
static AttributedString
AttributedString.join
(AttributedString delimiter, Iterable<AttributedString> elements) static AttributedString
AttributedString.join
(AttributedString delimiter, AttributedString... elements) AttributedString.styleMatches
(Pattern pattern, AttributedStyle style) abstract AttributedString
AttributedCharSequence.subSequence
(int start, int end) AttributedString.subSequence
(int start, int end) AttributedStringBuilder.subSequence
(int start, int end) AttributedCharSequence.substring
(int start, int end) AttributedCharSequence.toAttributedString()
Methods in org.jline.utils that return types with arguments of type AttributedStringModifier and TypeMethodDescriptionAttributedCharSequence.columnSplitLength
(int columns) AttributedCharSequence.columnSplitLength
(int columns, boolean includeNewlines, boolean delayLineWrap) Methods in org.jline.utils with parameters of type AttributedStringModifier and TypeMethodDescriptionAttributedStringBuilder.append
(AttributedString str) AttributedStringBuilder.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 AttributedString
AttributedString.join
(AttributedString delimiter, Iterable<AttributedString> elements) static AttributedString
AttributedString.join
(AttributedString delimiter, AttributedString... elements) Method parameters in org.jline.utils with type arguments of type AttributedStringModifier and TypeMethodDescriptionstatic AttributedString
AttributedString.join
(AttributedString delimiter, Iterable<AttributedString> elements) protected void
Display.moveVisualCursorTo
(int targetPos, List<AttributedString> newLines) void
Display.update
(List<AttributedString> newLines, int targetCursorPos) Update the display according to the new lines and flushes the output.void
Display.update
(List<AttributedString> newLines, int targetCursorPos, boolean flush) Update the display according to the new lines.void
Status.update
(List<AttributedString> lines) void
Status.update
(List<AttributedString> lines, boolean flush) Returnstrue
if the cursor may be misplaced and should be updated.Constructors in org.jline.utils with parameters of type AttributedStringModifierConstructorDescriptionDiff
(DiffHelper.Operation operation, AttributedString text) Constructor.