Uses of Interface
org.springframework.shell.component.view.control.ViewService
Packages that use ViewService
Package
Description
-
Uses of ViewService in org.springframework.shell.component.view
Classes in org.springframework.shell.component.view that implement ViewServiceModifier and TypeClassDescriptionclass
TerminalUI
is a main component orchestrating terminal, eventloop, key/mouse events and view structure to work together.Methods in org.springframework.shell.component.view that return ViewService -
Uses of ViewService in org.springframework.shell.component.view.control
Methods in org.springframework.shell.component.view.control that return ViewServiceModifier and TypeMethodDescriptionprotected ViewService
AbstractView.getViewService()
Get aViewService
Methods in org.springframework.shell.component.view.control with parameters of type ViewServiceModifier and TypeMethodDescriptionvoid
AbstractView.setViewService
(ViewService viewService) Set aViewService
void
View.setViewService
(ViewService viewService) Sets aViewService
.