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 TypeClassDescriptionclassAppViewprovides 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.