Uses of Interface
org.springframework.shell.style.Theme
Packages that use Theme
-
Uses of Theme in org.springframework.shell.boot
Method parameters in org.springframework.shell.boot with type arguments of type ThemeModifier and TypeMethodDescriptionThemingAutoConfiguration.themeRegistry(org.springframework.beans.factory.ObjectProvider<Theme> themes) -
Uses of Theme in org.springframework.shell.style
Methods in org.springframework.shell.style that return ThemeModifier and TypeMethodDescriptionGets a theme from a registry.static ThemeTheme.of(String name, ThemeSettings themeSettings) Create aTheme.Methods in org.springframework.shell.style with parameters of type Theme