Uses of Interface
org.jline.terminal.Sized
Packages that use Sized
Package
Description
JLine Terminal API - Core abstractions for terminal operations across different platforms.
JLine Terminal implementation classes.
Implementation of terminal functionality using external command-line utilities.
JLine Terminal Service Provider Interface (SPI).
JLine utility classes.
-
Uses of Sized in org.jline.terminal
Subinterfaces of Sized in org.jline.terminalModifier and TypeInterfaceDescriptioninterfaceA terminal representing a virtual terminal on the computer.Classes in org.jline.terminal that implement SizedModifier and TypeClassDescriptionclassRepresents the dimensions of a terminal in terms of rows and columns.Methods in org.jline.terminal with parameters of type SizedModifier and TypeMethodDescriptionvoidDeprecated.static SizeCreates a new Size with the same columns and rows as the given source.voidRequests that the terminal adopt the specified window dimensions.Constructors in org.jline.terminal with parameters of type Sized -
Uses of Sized in org.jline.terminal.impl
Classes in org.jline.terminal.impl that implement SizedModifier and TypeClassDescriptionclassBase implementation for terminals on POSIX-compliant systems.classBase implementation of the Terminal interface.classBase class for flattened POSIX system terminals that bypass the PTY abstraction.classAbstractWindowsTerminal<Console>Base implementation for terminals on Windows systems.classA minimal terminal implementation with limited capabilities.classTerminal implementation designed for external connections with embedded line discipline.classAbstract terminal with support for line discipline.classTerminal implementation for POSIX systems using a pseudoterminal (PTY).classTerminal implementation for POSIX systems using system streams.Methods in org.jline.terminal.impl with parameters of type SizedModifier and TypeMethodDescriptionprotected abstract voidvoidvoidvoidvoidvoid -
Uses of Sized in org.jline.terminal.impl.exec
Methods in org.jline.terminal.impl.exec with parameters of type Sized -
Uses of Sized in org.jline.terminal.impl.jni
Classes in org.jline.terminal.impl.jni that implement SizedModifier and TypeClassDescriptionclassJNI-based POSIX system terminal that callsCLibrarydirectly.Methods in org.jline.terminal.impl.jni with parameters of type Sized -
Uses of Sized in org.jline.terminal.impl.jni.win
Classes in org.jline.terminal.impl.jni.win that implement Sized -
Uses of Sized in org.jline.terminal.spi
Subinterfaces of Sized in org.jline.terminal.spiModifier and TypeInterfaceDescriptioninterfaceExtended Terminal interface that provides access to internal implementation details.Methods in org.jline.terminal.spi with parameters of type Sized -
Uses of Sized in org.jline.utils
Classes in org.jline.utils that implement SizedModifier and TypeClassDescriptionclassManages terminal display and efficient screen updates with cursor positioning.classA virtual terminal screen implementation.Methods in org.jline.utils with parameters of type Sized
Size.of(Sized)to create a new instance instead.