Uses of Class
org.springframework.shell.component.view.control.AbstractView
Packages that use AbstractView
-
Uses of AbstractView in org.springframework.shell.component.view.control
Subclasses of AbstractView 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
BoxView
is aView
with an empty background and optional border and title.class
ButtonView
is aView
with border and text acting as a button.class
DialogView
is aView
with border, number of buttons and area for a generic content.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.class
WindowView
is aView
defining area within view itself.