Uses of Interface
org.jline.style.StyleBundle
-
Packages that use StyleBundle Package Description org.jline.style -
-
Uses of StyleBundle in org.jline.style
Methods in org.jline.style with type parameters of type StyleBundle Modifier and Type Method Description static <T extends StyleBundle>
TStyler. bundle(java.lang.Class<T> type)
Create aStyleBundle
proxy.static <T extends StyleBundle>
TStyler. bundle(java.lang.String group, java.lang.Class<T> type)
Create aStyleBundle
proxy with explicit style-group.
-