Uses of Interface
org.jline.style.StyleBundle
Packages that use StyleBundle
Package
Description
JLine Style package provides a comprehensive styling system for terminal output.
-
Uses of StyleBundle in org.jline.style
Fields in org.jline.style with type parameters of type StyleBundleModifier and TypeFieldDescriptionprivate final Class<? extends StyleBundle> StyleBundleInvocationHandler.typeMethods in org.jline.style with type parameters of type StyleBundleModifier and TypeMethodDescriptionstatic <T extends StyleBundle>
TCreates aStyleBundleproxy for the specified interface.static <T extends StyleBundle>
TCreates aStyleBundleproxy for the specified interface with an explicit style group.(package private) static <T extends StyleBundle>
TStyleBundleInvocationHandler.create(StyleResolver resolver, Class<T> type) Internal factory-method.(package private) static <T extends StyleBundle>
TStyleBundleInvocationHandler.create(StyleSource source, Class<T> type) Internal factory-method.Constructor parameters in org.jline.style with type arguments of type StyleBundleModifierConstructorDescriptionStyleBundleInvocationHandler(Class<? extends StyleBundle> type, StyleResolver resolver)