Uses of Class
org.jline.builtins.TTop.Align
-
Packages that use TTop.Align Package Description org.jline.builtins -
-
Uses of TTop.Align in org.jline.builtins
Fields in org.jline.builtins declared as TTop.Align Modifier and Type Field Description (package private) TTop.Align
TTop.Column. align
Methods in org.jline.builtins that return TTop.Align Modifier and Type Method Description static TTop.Align
TTop.Align. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TTop.Align[]
TTop.Align. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jline.builtins with parameters of type TTop.Align Modifier and Type Method Description private void
TTop. align(AttributedStringBuilder sb, java.lang.String val, int width, TTop.Align align)
private void
TTop. register(java.lang.String name, TTop.Align align, java.lang.String header, java.util.function.Function<java.lang.Object,java.lang.String> format)
Constructors in org.jline.builtins with parameters of type TTop.Align Constructor Description Column(java.lang.String name, TTop.Align align, java.lang.String header, java.util.function.Function<java.lang.Object,java.lang.String> format)
-