Uses of Interface
org.jline.style.StyleSource
-
Packages that use StyleSource Package Description org.jline.style -
-
Uses of StyleSource in org.jline.style
Classes in org.jline.style that implement StyleSource Modifier and Type Class Description classMemoryStyleSourceIn-memoryStyleSource.classNopStyleSourceStyleSourcewhich always returnsnull.Fields in org.jline.style declared as StyleSource Modifier and Type Field Description private static StyleSourceStyler. sourceprivate StyleSourceStyleResolver. sourceMethods in org.jline.style that return StyleSource Modifier and Type Method Description static StyleSourceStyler. getSource()Returns globalStyleSource.StyleSourceStyleResolver. getSource()Methods in org.jline.style with parameters of type StyleSource Modifier and Type Method Description (package private) static <T extends StyleBundle>
TStyleBundleInvocationHandler. create(StyleSource source, java.lang.Class<T> type)Internal factory-method.static voidStyler. setSource(StyleSource source)Install globalStyleSource.Constructors in org.jline.style with parameters of type StyleSource Constructor Description StyleResolver(StyleSource source, java.lang.String group)
-