Uses of Interface
org.springframework.shell.jline.tui.component.view.control.cell.TextCell
Packages that use TextCell
Package
Description
-
Uses of TextCell in org.springframework.shell.jline.tui.component.view.control
Constructor parameters in org.springframework.shell.jline.tui.component.view.control with type arguments of type TextCellModifierConstructorDescriptionProgressViewItem(Function<ProgressView.ProgressContext, TextCell<ProgressView.ProgressContext>> factory, int size, HorizontalAlign align) -
Uses of TextCell in org.springframework.shell.jline.tui.component.view.control.cell
Classes in org.springframework.shell.jline.tui.component.view.control.cell that implement TextCellMethods in org.springframework.shell.jline.tui.component.view.control.cell that return TextCellModifier and TypeMethodDescriptionstatic <T> TextCell<T>Helper method to build aTextCell.static <T> TextCell<T>TextCell.of(T item, Function<T, String> itemFunction, HorizontalAlign hAlign, VerticalAlign vAlign) Helper method to build aTextCell.