Uses of Interface
org.springframework.shell.jline.tui.component.view.control.cell.ListCell
Packages that use ListCell
Package
Description
-
Uses of ListCell in org.springframework.shell.jline.tui.component.view.control
Method parameters in org.springframework.shell.jline.tui.component.view.control with type arguments of type ListCellModifier and TypeMethodDescriptionvoidListView.setCellFactory(BiFunction<ListView<T>, T, ListCell<T>> factory) -
Uses of ListCell in org.springframework.shell.jline.tui.component.view.control.cell
Classes in org.springframework.shell.jline.tui.component.view.control.cell that implement ListCellMethods in org.springframework.shell.jline.tui.component.view.control.cell that return ListCellModifier and TypeMethodDescriptionstatic <T> ListCell<T>ListCell.of(T item, ListView.ItemStyle itemStyle) Helper method to build aListCell.