Uses of Interface
org.springframework.shell.jline.tui.component.view.TerminalUICustomizer
Packages that use TerminalUICustomizer
Package
Description
-
Uses of TerminalUICustomizer in org.springframework.shell.core.autoconfigure
Method parameters in org.springframework.shell.core.autoconfigure 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.jline.tui.component.view
Method parameters in org.springframework.shell.jline.tui.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.jline.tui.component.view with parameters of type TerminalUICustomizerModifierConstructorDescriptionTerminalUIBuilder(org.jline.terminal.Terminal terminal, TerminalUICustomizer... customizers) Create a newTerminalUIBuilderinstance.Constructor parameters in org.springframework.shell.jline.tui.component.view with type arguments of type TerminalUICustomizerModifierConstructorDescriptionTerminalUIBuilder(org.jline.terminal.Terminal terminal, Set<TerminalUICustomizer> customizers, @Nullable ThemeResolver themeResolver, @Nullable String themeName) Create a newTerminalUIBuilderinstance.