Uses of Interface
org.springframework.shell.component.view.control.Control
Packages that use Control
Package
Description
-
Uses of Control in org.springframework.shell.component.view.control
Subinterfaces of Control in org.springframework.shell.component.view.controlClasses in org.springframework.shell.component.view.control that implement ControlModifier and TypeClassDescriptionclassBase implementation of aControl.classclassAppViewprovides 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 Control in org.springframework.shell.component.view.control.cell
Subinterfaces of Control in org.springframework.shell.component.view.control.cellModifier and TypeInterfaceDescriptioninterfaceCell<T>Base interface for all cells.interfaceListCell<T>Extension of aCellto make it aware of an item style and selection state.interfaceTextCell<T>Extension of aCellto make it aware of an item style and selection state.Classes in org.springframework.shell.component.view.control.cell that implement ControlModifier and TypeClassDescriptionclassAbstractCell<T>Base implementation of aCell.classBase implementation of aListCell.classBase implementation of aTextCell.static classstatic class