Uses of Class
org.aesh.terminal.tty.Size
Packages that use Size
-
Uses of Size in org.aesh.terminal
Fields in org.aesh.terminal with type parameters of type SizeMethods in org.aesh.terminal that return SizeModifier and TypeMethodDescriptionTerminal.getSize()Get the terminal size.Connection.size()Get the current terminal size.Methods in org.aesh.terminal that return types with arguments of type SizeModifier and TypeMethodDescriptionAbstractConnection.sizeHandler()Connection.sizeHandler()Get the size handler.Method parameters in org.aesh.terminal with type arguments of type SizeModifier and TypeMethodDescriptionvoidAbstractConnection.setSizeHandler(Consumer<Size> handler) voidConnection.setSizeHandler(Consumer<Size> handler) Specify size handler that's called when the terminal changes size. -
Uses of Size in org.aesh.terminal.tty
Methods in org.aesh.terminal.tty that return SizeMethod parameters in org.aesh.terminal.tty with type arguments of type SizeModifier and TypeMethodDescriptionvoidScreenRegion.setResizeHandler(Consumer<Size> handler) Set a handler to be called when this region is resized.