Uses of Class
org.springframework.shell.tui.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.tui.component
Constructors in org.springframework.shell.tui.component with parameters of type ViewComponentExecutorModifierConstructorDescriptionViewComponent(TerminalUI terminalUI, org.jline.terminal.Terminal terminal, ViewComponentExecutor viewComponentExecutor, View view) Construct view component with a givenTerminalandView.ViewComponentBuilder(TerminalUIBuilder terminalUIBuilder, ViewComponentExecutor viewComponentExecutor, org.jline.terminal.Terminal terminal)