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 TypeClassDescriptionclassTerminalUIis 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 ViewServiceAbstractView.getViewService()Get aViewServiceMethods in org.springframework.shell.component.view.control with parameters of type ViewServiceModifier and TypeMethodDescriptionvoidAbstractView.setViewService(ViewService viewService) Set aViewServicevoidView.setViewService(ViewService viewService) Sets aViewService.