| Package | Description |
|---|---|
| org.jline.console | |
| org.jline.console.impl | |
| org.jline.widget |
| Modifier and Type | Method and Description |
|---|---|
CmdDesc |
SystemRegistry.commandDescription(CmdLine line)
Returns a command, method or syntax description for use in the JLine Widgets framework.
|
| Modifier and Type | Method and Description |
|---|---|
CmdDesc |
SystemRegistryImpl.commandDescription(CmdLine line) |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemRegistryImpl.setScriptDescription(Function<CmdLine,CmdDesc> scriptDescription) |
| Constructor and Description |
|---|
TailTipWidgets(org.jline.reader.LineReader reader,
Function<CmdLine,CmdDesc> descFun,
int descriptionSize,
TailTipWidgets.TipType tipType)
Creates tailtip widgets used in command line suggestions.
|
Copyright © 2020. All rights reserved.