Uses of Class
org.springframework.shell.jline.tui.component.view.TerminalUIBuilder
Packages that use TerminalUIBuilder
Package
Description
-
Uses of TerminalUIBuilder in org.springframework.shell.jline.tui.component
Constructors in org.springframework.shell.jline.tui.component with parameters of type TerminalUIBuilderModifierConstructorDescriptionViewComponentBuilder(TerminalUIBuilder terminalUIBuilder, ViewComponentExecutor viewComponentExecutor, org.jline.terminal.Terminal terminal) -
Uses of TerminalUIBuilder in org.springframework.shell.jline.tui.component.view
Methods in org.springframework.shell.jline.tui.component.view that return TerminalUIBuilderModifier and TypeMethodDescriptionTerminalUIBuilder.customizers(Collection<? extends TerminalUICustomizer> customizers) Set theTerminalUICustomizerthat should be applied to theTerminalUI.Sets atheme nameforTerminalUIto build.TerminalUIBuilder.themeResolver(ThemeResolver themeResolver) Sets aThemeResolverforTerminalUIto build.