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 TypeClassDescriptionclassclassAppViewprovides an opinionated terminal UI application view controlling main viewing area, menubar, statusbar and modal window system.classBoxViewis aViewwith an empty background and optional border and title.classButtonViewis aViewwith border and text acting as a button.classDialogViewis aViewwith border, number of buttons and area for a generic content.classGridViewis a layout container with no initialviews.classInputViewis used as a text input.classListView<T>ListViewis aViewshowing items in a vertical list.classMenuBarViewshowsitemshorizontally and is typically used in layouts which builds complete terminal UI's.classclassProgressViewis used to show a progress indicator.classStatusBarViewshowsitemshorizontally and is typically used in layouts which builds complete terminal UI's.classWindowViewis aViewdefining 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 TypeClassDescriptionclassAbstractCell<T>Base implementation of aCell.classBase implementation of aListCell.classBase implementation of aTextCell.static classstatic class