Uses of Class
org.springframework.shell.tui.style.PartsText
Packages that use PartsText
-
Uses of PartsText in org.springframework.shell.tui.component
Methods in org.springframework.shell.tui.component that return PartsTextModifier and TypeMethodDescriptionPathSearch.PathSearchContext.PathViewItem.getPartsText()static PartsTextPathSearch.PathSearchContext.ofPositions(String text, int[] positions) Split given text intoPartsText.PartText's by given positions.Constructors in org.springframework.shell.tui.component with parameters of type PartsText -
Uses of PartsText in org.springframework.shell.tui.style
Methods in org.springframework.shell.tui.style that return PartsTextModifier and TypeMethodDescriptionstatic PartsTextPartsText.of(List<PartsText.PartText> parts) static PartsTextPartsText.of(PartsText.PartText... parts) Methods in org.springframework.shell.tui.style with parameters of type PartsText