Uses of Interface
org.springframework.shell.component.view.screen.Screen
Packages that use Screen
Package
Description
-
Uses of Screen in org.springframework.shell.component.view.control
Methods in org.springframework.shell.component.view.control that return types with arguments of type ScreenMethods in org.springframework.shell.component.view.control with parameters of type ScreenModifier and TypeMethodDescriptionfinal void
Calls drawing logic in two stages.void
protected void
AbstractView.drawBackground
(Screen screen) Internal drawing method for background.protected void
BoxView.drawBackground
(Screen screen) protected abstract void
AbstractView.drawInternal
(Screen screen) Component internal drawing method.protected void
AppView.drawInternal
(Screen screen) protected void
BoxView.drawInternal
(Screen screen) Possibly draws a box around this view and title in a box top boundary.protected void
ButtonView.drawInternal
(Screen screen) protected void
DialogView.drawInternal
(Screen screen) protected void
GridView.drawInternal
(Screen screen) protected void
InputView.drawInternal
(Screen screen) protected void
ListView.drawInternal
(Screen screen) protected void
MenuBarView.drawInternal
(Screen screen) protected void
MenuView.drawInternal
(Screen screen) protected void
ProgressView.drawInternal
(Screen screen) protected void
StatusBarView.drawInternal
(Screen screen) protected void
WindowView.drawInternal
(Screen screen) Method parameters in org.springframework.shell.component.view.control with type arguments of type ScreenModifier and TypeMethodDescriptionvoid
AbstractView.setDrawFunction
(BiFunction<Screen, Rectangle, Rectangle> drawFunction) Sets a callback function which is invoked after aView
has been drawn. -
Uses of Screen in org.springframework.shell.component.view.control.cell
Methods in org.springframework.shell.component.view.control.cell with parameters of type ScreenModifier and TypeMethodDescriptionvoid
protected void
AbstractCell.drawBackground
(Screen screen) protected void
AbstractListCell.drawBackground
(Screen screen) protected void
AbstractTextCell.drawBackground
(Screen screen) protected void
AbstractCell.drawContent
(Screen screen) protected void
AbstractListCell.drawContent
(Screen screen) protected void
AbstractTextCell.drawContent
(Screen screen) -
Uses of Screen in org.springframework.shell.component.view.screen
Classes in org.springframework.shell.component.view.screen that implement ScreenMethods in org.springframework.shell.component.view.screen that return Screen