Uses of Class
org.springframework.shell.component.view.TerminalUIBuilder
Packages that use TerminalUIBuilder
Package
Description
-
Uses of TerminalUIBuilder in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return TerminalUIBuilderModifier and TypeMethodDescriptionTerminalUIAutoConfiguration.terminalUIBuilder(org.jline.terminal.Terminal terminal, ThemeResolver themeResolver, ThemeActive themeActive, org.springframework.beans.factory.ObjectProvider<TerminalUICustomizer> customizerProvider) Methods in org.springframework.shell.boot with parameters of type TerminalUIBuilderModifier and TypeMethodDescriptionTerminalUIAutoConfiguration.viewComponentBuilder(TerminalUIBuilder terminalUIBuilder, ViewComponentExecutor viewComponentExecutor, org.jline.terminal.Terminal terminal) -
Uses of TerminalUIBuilder in org.springframework.shell.component
Constructors in org.springframework.shell.component with parameters of type TerminalUIBuilderModifierConstructorDescriptionViewComponentBuilder(TerminalUIBuilder terminalUIBuilder, ViewComponentExecutor viewComponentExecutor, org.jline.terminal.Terminal terminal) -
Uses of TerminalUIBuilder in org.springframework.shell.component.view
Methods in org.springframework.shell.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.