Uses of Class
jexer.tterminal.DisplayLine
-
Packages that use DisplayLine Package Description jexer Jexer - Java Text User Interface libraryjexer.tterminal An ECMA-48 / ANSI X3.64 style terminal emulator. -
-
Uses of DisplayLine in jexer
Method parameters in jexer with type arguments of type DisplayLine Modifier and Type Method Description voidTTerminalWidget. updateDisplay(java.util.List<DisplayLine> display)Called by emulator when fresh data has come in (push).voidTTextPicture. updateDisplay(java.util.List<DisplayLine> display)Called by emulator when fresh data has come in (push). -
Uses of DisplayLine in jexer.tterminal
Methods in jexer.tterminal that return DisplayLine Modifier and Type Method Description DisplayLineECMA48. getBlankDisplayLine()Obtain a new blank display line for an external user (e.g.Methods in jexer.tterminal that return types with arguments of type DisplayLine Modifier and Type Method Description java.util.List<DisplayLine>ECMA48. getDisplayBuffer()Get the display buffer.java.util.List<DisplayLine>ECMA48. getScrollbackBuffer()Get the scrollback buffer.java.util.List<DisplayLine>ECMA48. getVisibleDisplay(int visibleHeight, int scrollBottom)Get the visible display + scrollback buffer, offset by a specified number of rows from the bottom.Method parameters in jexer.tterminal with type arguments of type DisplayLine Modifier and Type Method Description voidDisplayListener. updateDisplay(java.util.List<DisplayLine> display)Function to call when the display has updated (push).Constructors in jexer.tterminal with parameters of type DisplayLine Constructor Description DisplayLine(DisplayLine line)Public constructor makes a duplicate (deep copy).
-