Uses of Interface
org.springframework.shell.component.view.TerminalUICustomizer
Packages that use TerminalUICustomizer
-
Uses of TerminalUICustomizer in org.springframework.shell.boot
Method parameters in org.springframework.shell.boot with type arguments of type TerminalUICustomizerModifier and TypeMethodDescriptionTerminalUIAutoConfiguration.terminalUIBuilder(org.jline.terminal.Terminal terminal, ThemeResolver themeResolver, ThemeActive themeActive, org.springframework.beans.factory.ObjectProvider<TerminalUICustomizer> customizerProvider) -
Uses of TerminalUICustomizer in org.springframework.shell.component.view
Method parameters in org.springframework.shell.component.view with type arguments of type TerminalUICustomizerModifier and TypeMethodDescriptionTerminalUIBuilder.customizers(Collection<? extends TerminalUICustomizer> customizers) Set theTerminalUICustomizerthat should be applied to theTerminalUI.Constructors in org.springframework.shell.component.view with parameters of type TerminalUICustomizerModifierConstructorDescriptionTerminalUIBuilder(org.jline.terminal.Terminal terminal, TerminalUICustomizer... customizers) Create a newTerminalUIBuilderinstance.Constructor parameters in org.springframework.shell.component.view with type arguments of type TerminalUICustomizerModifierConstructorDescriptionTerminalUIBuilder(org.jline.terminal.Terminal terminal, Set<TerminalUICustomizer> customizers, ThemeResolver themeResolver, String themeName) Create a newTerminalUIBuilderinstance.