Uses of Class
org.springframework.shell.component.view.TerminalUI
Packages that use TerminalUI
-
Uses of TerminalUI in org.springframework.shell.component
Constructors in org.springframework.shell.component with parameters of type TerminalUIModifierConstructorDescriptionViewComponent(TerminalUI terminalUI, org.jline.terminal.Terminal terminal, ViewComponentExecutor viewComponentExecutor, View view) Construct view component with a givenTerminalandView. -
Uses of TerminalUI in org.springframework.shell.component.view
Methods in org.springframework.shell.component.view with type parameters of type TerminalUIModifier and TypeMethodDescription<T extends TerminalUI>
TTerminalUIBuilder.configure(T terminalUI) Configure the providedTerminalUIinstance using this builder.Methods in org.springframework.shell.component.view that return TerminalUIModifier and TypeMethodDescriptionTerminalUIBuilder.build()Build a newTerminalUIinstance and configure it using this builder.Methods in org.springframework.shell.component.view with parameters of type TerminalUIModifier and TypeMethodDescriptionvoidTerminalUICustomizer.customize(TerminalUI terminalUI) Callback to customize aTerminalUIinstance.