Uses of Class
org.springframework.shell.style.ThemeResolver
Packages that use ThemeResolver
Package
Description
Contains infrastructure for describing commands with the "new" preferred Spring Shell programming model.
-
Uses of ThemeResolver in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return ThemeResolverModifier and TypeMethodDescriptionThemingAutoConfiguration.shellThemeResolver(ThemeRegistry themeRegistry, SpringShellProperties properties, ThemeActive themeActive) Methods in org.springframework.shell.boot with parameters of type ThemeResolverModifier and TypeMethodDescriptionThemingAutoConfiguration.templateExecutor(ThemeResolver themeResolver) TerminalUIAutoConfiguration.terminalUIBuilder(org.jline.terminal.Terminal terminal, ThemeResolver themeResolver, ThemeActive themeActive, org.springframework.beans.factory.ObjectProvider<TerminalUICustomizer> customizerProvider) -
Uses of ThemeResolver in org.springframework.shell.component.view
Methods in org.springframework.shell.component.view that return ThemeResolverMethods in org.springframework.shell.component.view with parameters of type ThemeResolverModifier and TypeMethodDescriptionvoidTerminalUI.setThemeResolver(ThemeResolver themeResolver) Sets aThemeResolver.TerminalUIBuilder.themeResolver(ThemeResolver themeResolver) Sets aThemeResolverforTerminalUIto build.Constructors in org.springframework.shell.component.view with parameters of type ThemeResolverModifierConstructorDescriptionTerminalUIBuilder(org.jline.terminal.Terminal terminal, Set<TerminalUICustomizer> customizers, ThemeResolver themeResolver, String themeName) Create a newTerminalUIBuilderinstance. -
Uses of ThemeResolver in org.springframework.shell.component.view.control
Methods in org.springframework.shell.component.view.control that return ThemeResolverModifier and TypeMethodDescriptionprotected ThemeResolverAbstractControl.getThemeResolver()Gets aThemeResolver.Methods in org.springframework.shell.component.view.control with parameters of type ThemeResolverModifier and TypeMethodDescriptionvoidAbstractControl.setThemeResolver(ThemeResolver themeResolver) Sets aThemeResolver.voidAppView.setThemeResolver(ThemeResolver themeResolver) voidControl.setThemeResolver(ThemeResolver themeResolver) Sets aThemeResolver.voidMenuBarView.setThemeResolver(ThemeResolver themeResolver) -
Uses of ThemeResolver in org.springframework.shell.standard
Methods in org.springframework.shell.standard that return ThemeResolverModifier and TypeMethodDescriptionprotected ThemeResolverAbstractShellComponent.getThemeResolver() -
Uses of ThemeResolver in org.springframework.shell.style
Constructors in org.springframework.shell.style with parameters of type ThemeResolverModifierConstructorDescriptionPartsTextRenderer(ThemeResolver themeResolver) StringToStyleExpressionRenderer(ThemeResolver themeResolver) TemplateExecutor(ThemeResolver themeResolver)