Uses of Package
com.googlecode.lanterna.terminal.virtual
Packages that use com.googlecode.lanterna.terminal.virtual
-
Classes in com.googlecode.lanterna.terminal.virtual used by com.googlecode.lanterna.terminal.swing
-
Classes in com.googlecode.lanterna.terminal.virtual used by com.googlecode.lanterna.terminal.virtualClassDescriptionThis class is used to store lines of text inside of a terminal emulator.A virtual terminal is a kind of terminal emulator implemented inside of Lanterna that exposes the Terminal interface and maintains its state completely internally.Interface used by
VirtualTerminal.BufferWalker
to repressent a line in the text buffer when iterating over a range of linesCallback interface that is used byVirtualTerminal.forEachLine(int, int, BufferWalker)
as a way to iterate over a range of lines in the text bufferListener class forVirtualTerminal
that allows you to receive callbacks on certain events.