Interface DisplayLines
- All Known Implementing Classes:
DefaultScreen
public interface DisplayLines
Interface for an implementation which is able to return list of
AttributedString usually used together with Display.-
Method Summary
Modifier and TypeMethodDescriptionList<org.jline.utils.AttributedString>Gets a list of screen lines.
-
Method Details
-
getScreenLines
List<org.jline.utils.AttributedString> getScreenLines()Gets a list of screen lines.- Returns:
- list of screen lines
-