Uses of Interface
org.jline.reader.Widget
Packages that use Widget
Package
Description
JLine Builtins provides a collection of utility classes and implementations for common terminal
functionality.
JLine Console package provides a framework for building interactive command-line applications.
JLine 3 Reader Package - Core components for building interactive command-line interfaces.
JLine 3 Reader Implementation Package.
JLine Widget package provides a framework for creating and managing widgets for JLine's LineReader.
-
Uses of Widget in org.jline.builtins
Method parameters in org.jline.builtins with type arguments of type WidgetModifier and TypeMethodDescriptionstatic void
Commands.widget
(LineReader reader, PrintStream out, PrintStream err, Function<String, Widget> widgetCreator, String[] argv) Manipulates line reader widgets. -
Uses of Widget in org.jline.console
Classes in org.jline.console that implement WidgetModifier and TypeClassDescriptionstatic class
Class for creating widgets from console functions. -
Uses of Widget in org.jline.console.impl
Constructor parameters in org.jline.console.impl with type arguments of type WidgetModifierConstructorDescriptionBuiltins
(Supplier<Path> workDir, ConfigurationPath configPath, Function<String, Widget> widgetCreator) Builtins
(Set<Builtins.Command> commands, Path workDir, ConfigurationPath configpath, Function<String, Widget> widgetCreator) Builtins
(Set<Builtins.Command> commands, Supplier<Path> workDir, ConfigurationPath configpath, Function<String, Widget> widgetCreator) -
Uses of Widget in org.jline.reader
Methods in org.jline.reader that return types with arguments of type WidgetModifier and TypeMethodDescriptionLineReader.getBuiltinWidgets()
Returns a map of all built-in widgets provided by the LineReader.LineReader.getWidgets()
Returns a map of all widgets registered with this LineReader. -
Uses of Widget in org.jline.reader.impl
Fields in org.jline.reader.impl with type parameters of type WidgetMethods in org.jline.reader.impl that return WidgetMethods in org.jline.reader.impl that return types with arguments of type WidgetModifier and TypeMethodDescriptionLineReaderImpl.builtinWidgets()
LineReaderImpl.getBuiltinWidgets()
LineReaderImpl.getWidgets()
-
Uses of Widget in org.jline.widget
Methods in org.jline.widget with parameters of type Widget