Class Widgets

java.lang.Object
org.jline.widget.Widgets
Direct Known Subclasses:
AutopairWidgets, AutosuggestionWidgets, TailTipWidgets

public abstract class Widgets extends Object
Base class for creating custom widgets for JLine's LineReader. This abstract class provides methods for creating, managing, and interacting with widgets in JLine. Widgets are reusable components that can be bound to key sequences and provide specific functionality when invoked. Custom widget implementations should extend this class to leverage its utility methods for widget management.