Uses of Interface
org.jline.reader.Widget
-
Packages that use Widget Package Description org.jline.reader JLine 3.org.jline.reader.impl -
-
Uses of Widget in org.jline.reader
Methods in org.jline.reader that return types with arguments of type Widget Modifier and Type Method Description Map<String,Widget>LineReader. getBuiltinWidgets()Map<String,Widget>LineReader. getWidgets() -
Uses of Widget in org.jline.reader.impl
Fields in org.jline.reader.impl with type parameters of type Widget Modifier and Type Field Description protected Map<String,Widget>LineReaderImpl. builtinWidgetsprotected Map<String,Widget>LineReaderImpl. widgetsMethods in org.jline.reader.impl that return Widget Modifier and Type Method Description protected WidgetLineReaderImpl. getWidget(Object binding)Methods in org.jline.reader.impl that return types with arguments of type Widget Modifier and Type Method Description protected Map<String,Widget>LineReaderImpl. builtinWidgets()Map<String,Widget>LineReaderImpl. getBuiltinWidgets()Map<String,Widget>LineReaderImpl. getWidgets()
-