Uses of Class
org.springframework.shell.component.view.control.AbstractControl
Packages that use AbstractControl
Package
Description
-
Uses of AbstractControl in org.springframework.shell.component.view.control
Subclasses of AbstractControl in org.springframework.shell.component.view.controlModifier and TypeClassDescriptionclass
class
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. -
Uses of AbstractControl in org.springframework.shell.component.view.control.cell
Subclasses of AbstractControl in org.springframework.shell.component.view.control.cellModifier and TypeClassDescriptionclass
AbstractCell<T>
Base implementation of aCell
.class
Base implementation of aListCell
.class
Base implementation of aTextCell
.static class
static class