Uses of Class
org.jline.widget.Widgets
-
Packages that use Widgets Package Description org.jline.widget JLine Widget package provides a framework for creating and managing widgets for JLine's LineReader. -
-
Uses of Widgets in org.jline.widget
Subclasses of Widgets in org.jline.widget Modifier and Type Class Description class
AutopairWidgets
Creates and manages widgets that intelligently handle matching delimiters in the console.class
AutosuggestionWidgets
Creates and manages widgets for as-you-type command line suggestions based on command history.class
TailTipWidgets
Creates and manages widgets for as-you-type command line suggestions.
-