Uses of Class
org.aesh.terminal.formatting.TerminalString
Packages that use TerminalString
-
Uses of TerminalString in org.aesh.terminal.formatting
Methods in org.aesh.terminal.formatting that return TerminalStringModifier and TypeMethodDescriptionTerminalString.cloneRenderingAttributes(String chars) Create a new terminal string with the same rendering attributes.Methods in org.aesh.terminal.formatting with parameters of type TerminalStringModifier and TypeMethodDescriptionintTerminalString.compareTo(TerminalString terminalString) booleanTerminalString.equalsIgnoreCharacter(TerminalString that) Check if this terminal string has the same style and color as another, ignoring the actual character content.TerminalString.toString(TerminalString prev) Get the string representation relative to a previous terminal string. -
Uses of TerminalString in org.aesh.terminal.utils
Method parameters in org.aesh.terminal.utils with type arguments of type TerminalStringModifier and TypeMethodDescriptionstatic StringParser.findStartsWithTerminalString(List<TerminalString> completionList) Return the biggest common startsWith stringstatic StringParser.formatDisplayCompactListTerminalString(List<TerminalString> displayList, int termWidth) Format output to columns with flexible sizes and no redundant space between themstatic StringParser.formatDisplayListTerminalString(List<TerminalString> displayList, int termHeight, int termWidth) Format completions so that they look similar to GNU Readlinestatic voidConvert escaped spaces to regular spaces in all terminal strings in a list.