Uses of Class
org.springframework.shell.component.view.control.BoxView
Packages that use BoxView
-
Uses of BoxView in org.springframework.shell.component.view.control
Subclasses of BoxView in org.springframework.shell.component.view.controlModifier and TypeClassDescriptionclass
AppView
provides an opinionated terminal UI application view controlling main viewing area, menubar, statusbar and modal window system.class
ButtonView
is aView
with border and text acting as a button.class
GridView
is a layout container with no initialviews
.class
InputView
is used as a text input.class
ListView<T>
ListView
is aView
showing items in a vertical list.class
MenuBarView
showsitems
horizontally and is typically used in layouts which builds complete terminal UI's.class
class
ProgressView
is used to show a progress indicator.class
StatusBarView
showsitems
horizontally and is typically used in layouts which builds complete terminal UI's.Methods in org.springframework.shell.component.view.control that return BoxViewModifier and TypeMethodDescriptionBoxView.setBorderPadding
(int paddingTop, int paddingBottom, int paddingLeft, int paddingRight) Sets a paddings for this view.