Uses of Interface
org.jline.style.StyleSource
-
Packages that use StyleSource Package Description org.jline.style JLine Style package provides a comprehensive styling system for terminal output. -
-
Uses of StyleSource in org.jline.style
Classes in org.jline.style that implement StyleSource Modifier and Type Class Description classMemoryStyleSourceIn-memory implementation ofStyleSource.classNopStyleSourceA no-operation implementation ofStyleSourcethat always returnsnull.Methods in org.jline.style that return StyleSource Modifier and Type Method Description static StyleSourceStyler. getSource()Returns the globalStyleSourceused by the Styler.StyleSourceStyleResolver. getSource()Returns the style source used by this resolver.Methods in org.jline.style with parameters of type StyleSource Modifier and Type Method Description static voidStyler. setSource(StyleSource source)Installs a new globalStyleSource.Constructors in org.jline.style with parameters of type StyleSource Constructor Description StyleResolver(StyleSource source, java.lang.String group)Constructs a new StyleResolver for the specified source and group.
-