Uses of Interface
org.jline.style.StyleBundle
-
Packages that use StyleBundle Package Description org.jline.style -
-
Uses of StyleBundle in org.jline.style
Fields in org.jline.style with type parameters of type StyleBundle Modifier and Type Field Description private java.lang.Class<? extends StyleBundle>
StyleBundleInvocationHandler. type
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.(package private) static <T extends StyleBundle>
TStyleBundleInvocationHandler. create(StyleResolver resolver, java.lang.Class<T> type)
Internal factory-method.(package private) static <T extends StyleBundle>
TStyleBundleInvocationHandler. create(StyleSource source, java.lang.Class<T> type)
Internal factory-method.Constructor parameters in org.jline.style with type arguments of type StyleBundle Constructor Description StyleBundleInvocationHandler(java.lang.Class<? extends StyleBundle> type, StyleResolver resolver)
-