Uses of Class
org.springframework.shell.component.ViewComponentExecutor
Packages that use ViewComponentExecutor
-
Uses of ViewComponentExecutor in org.springframework.shell.boot
Methods in org.springframework.shell.boot that return ViewComponentExecutorMethods in org.springframework.shell.boot with parameters of type ViewComponentExecutorModifier and TypeMethodDescriptionTerminalUIAutoConfiguration.viewComponentBuilder
(TerminalUIBuilder terminalUIBuilder, ViewComponentExecutor viewComponentExecutor, org.jline.terminal.Terminal terminal) -
Uses of ViewComponentExecutor in org.springframework.shell.component
Constructors in org.springframework.shell.component with parameters of type ViewComponentExecutorModifierConstructorDescriptionViewComponent
(TerminalUI terminalUI, org.jline.terminal.Terminal terminal, ViewComponentExecutor viewComponentExecutor, View view) Construct view component with a givenTerminal
andView
.ViewComponentBuilder
(TerminalUIBuilder terminalUIBuilder, ViewComponentExecutor viewComponentExecutor, org.jline.terminal.Terminal terminal)