Uses of Interface
org.strassburger.tui4j.printer.Printer
Packages that use Printer
Package
Description
-
Uses of Printer in org.strassburger.tui4j.formatting.layout
Methods in org.strassburger.tui4j.formatting.layout with parameters of type PrinterModifier and TypeMethodDescriptionvoidvoidRender the progress bar (initial print)voidRender the element using the given printer and dimensionsvoidRender the spinner (starts the spinner) -
Uses of Printer in org.strassburger.tui4j.formatting.layout.table
Methods in org.strassburger.tui4j.formatting.layout.table with parameters of type Printer -
Uses of Printer in org.strassburger.tui4j.input
Methods in org.strassburger.tui4j.input that return PrinterMethods in org.strassburger.tui4j.input with parameters of type PrinterConstructors in org.strassburger.tui4j.input with parameters of type PrinterModifierConstructorDescriptionBooleanInput(Printer printer) ContinueInput(Printer printer) DoubleInput(Printer printer) Constructor with default scannerIntegerInput(Printer printer) MultilineTextInput(Printer printer) NumberInput(Class<U> type, Printer printer) Create a new NumberInput object.SelectInput(Printer printer) SelectInput(Printer printer, List<SelectInput.Option<T>> options) Reads a single line of text from the console. -
Uses of Printer in org.strassburger.tui4j.printer
Classes in org.strassburger.tui4j.printer that implement PrinterModifier and TypeClassDescriptionclassA Printer implementation that outputs to the console (System.out)