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 AttributedString
Status. borderString
static AttributedString
AttributedString. EMPTY
static AttributedString
AttributedString. NEWLINE
AttributedString
DiffHelper.Diff. text
The text associated with this diff operation.Fields in org.jline.utils with type parameters of type AttributedString Modifier and Type Field Description protected java.util.List<AttributedString>
Status. lines
protected java.util.List<AttributedString>
Display. oldLines
Methods in org.jline.utils that return AttributedString Modifier and Type Method Description static AttributedString
AttributedStringBuilder. append(java.lang.CharSequence... strings)
AttributedString
AttributedCharSequence. columnSubSequence(int start, int stop)
static AttributedString
AttributedString. fromAnsi(java.lang.String ansi)
static AttributedString
AttributedString. fromAnsi(java.lang.String ansi, int tabs)
static AttributedString
AttributedString. fromAnsi(java.lang.String ansi, java.util.List<java.lang.Integer> tabs)
static AttributedString
AttributedString. fromAnsi(java.lang.String ansi, java.util.List<java.lang.Integer> tabs, java.lang.String altIn, java.lang.String altOut)
static AttributedString
AttributedString. fromAnsi(java.lang.String ansi, Terminal terminal)
static AttributedString
AttributedString. join(AttributedString delimiter, java.lang.Iterable<AttributedString> elements)
static AttributedString
AttributedString. join(AttributedString delimiter, AttributedString... elements)
AttributedString
AttributedString. styleMatches(java.util.regex.Pattern pattern, AttributedStyle style)
abstract AttributedString
AttributedCharSequence. subSequence(int start, int end)
AttributedString
AttributedString. subSequence(int start, int end)
AttributedString
AttributedStringBuilder. subSequence(int start, int end)
AttributedString
AttributedCharSequence. substring(int start, int end)
AttributedString
AttributedCharSequence. toAttributedString()
Methods in org.jline.utils that return types with arguments of type AttributedString Modifier and Type Method Description java.util.List<AttributedString>
AttributedCharSequence. columnSplitLength(int columns)
java.util.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 AttributedStringBuilder
AttributedStringBuilder. append(AttributedString str)
AttributedStringBuilder
AttributedStringBuilder. append(AttributedString str, int start, int end)
static java.util.List<DiffHelper.Diff>
DiffHelper. diff(AttributedString text1, AttributedString text2)
Compute a list of difference between two lines.static AttributedString
AttributedString. join(AttributedString delimiter, java.lang.Iterable<AttributedString> elements)
static AttributedString
AttributedString. join(AttributedString delimiter, AttributedString... elements)
Method parameters in org.jline.utils with type arguments of type AttributedString Modifier and Type Method Description static AttributedString
AttributedString. join(AttributedString delimiter, java.lang.Iterable<AttributedString> elements)
protected void
Display. moveVisualCursorTo(int targetPos, java.util.List<AttributedString> newLines)
void
Display. update(java.util.List<AttributedString> newLines, int targetCursorPos)
Update the display according to the new lines and flushes the output.void
Display. update(java.util.List<AttributedString> newLines, int targetCursorPos, boolean flush)
Update the display according to the new lines.void
Status. update(java.util.List<AttributedString> lines)
void
Status. update(java.util.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 AttributedString Constructor Description Diff(DiffHelper.Operation operation, AttributedString text)
Constructor.
-