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 voidCalls drawing logic in two stages.voidprotected voidAbstractView.drawBackground(Screen screen) Internal drawing method for background.protected voidBoxView.drawBackground(Screen screen) protected abstract voidAbstractView.drawInternal(Screen screen) Component internal drawing method.protected voidAppView.drawInternal(Screen screen) protected voidBoxView.drawInternal(Screen screen) Possibly draws a box around this view and title in a box top boundary.protected voidButtonView.drawInternal(Screen screen) protected voidDialogView.drawInternal(Screen screen) protected voidGridView.drawInternal(Screen screen) protected voidInputView.drawInternal(Screen screen) protected voidListView.drawInternal(Screen screen) protected voidMenuBarView.drawInternal(Screen screen) protected voidMenuView.drawInternal(Screen screen) protected voidProgressView.drawInternal(Screen screen) protected voidStatusBarView.drawInternal(Screen screen) protected voidWindowView.drawInternal(Screen screen) Method parameters in org.springframework.shell.component.view.control with type arguments of type ScreenModifier and TypeMethodDescriptionvoidAbstractView.setDrawFunction(BiFunction<Screen, Rectangle, Rectangle> drawFunction) Sets a callback function which is invoked after aViewhas 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 TypeMethodDescriptionvoidprotected voidAbstractCell.drawBackground(Screen screen) protected voidAbstractListCell.drawBackground(Screen screen) protected voidAbstractTextCell.drawBackground(Screen screen) protected voidAbstractCell.drawContent(Screen screen) protected voidAbstractListCell.drawContent(Screen screen) protected voidAbstractTextCell.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