Uses of Interface
org.jline.style.StyleBundle
-
-
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)
Creates aStyleBundle
proxy for the specified interface.static <T extends StyleBundle>
TStyler. bundle(java.lang.String group, java.lang.Class<T> type)
Creates aStyleBundle
proxy for the specified interface with an explicit style group.
-