Uses of Interface
org.jline.style.StyleSource
Packages that use StyleSource
-
Uses of StyleSource in org.jline.style
Classes in org.jline.style that implement StyleSourceModifier and TypeClassDescriptionclass
In-memoryStyleSource
.class
StyleSource
which always returnsnull
.Fields in org.jline.style declared as StyleSourceModifier and TypeFieldDescriptionprivate static StyleSource
Styler.source
private final StyleSource
StyleResolver.source
Methods in org.jline.style that return StyleSourceModifier and TypeMethodDescriptionstatic StyleSource
Styler.getSource()
Returns globalStyleSource
.StyleResolver.getSource()
Methods in org.jline.style with parameters of type StyleSourceModifier and TypeMethodDescription(package private) static <T extends StyleBundle>
TStyleBundleInvocationHandler.create
(StyleSource source, Class<T> type) Internal factory-method.static void
Styler.setSource
(StyleSource source) Install globalStyleSource
.Constructors in org.jline.style with parameters of type StyleSource