| Package | Description |
|---|---|
| org.jline.widget |
| Modifier and Type | Method and Description |
|---|---|
TailTipWidgets.TipType |
TailTipWidgets.getTipType() |
static TailTipWidgets.TipType |
TailTipWidgets.TipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TailTipWidgets.TipType[] |
TailTipWidgets.TipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TailTipWidgets.setTipType(TailTipWidgets.TipType type) |
| 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.
|
TailTipWidgets(org.jline.reader.LineReader reader,
Map<String,CmdDesc> tailTips,
int descriptionSize,
TailTipWidgets.TipType tipType)
Creates tailtip widgets used in command line suggestions.
|
TailTipWidgets(org.jline.reader.LineReader reader,
Map<String,CmdDesc> tailTips,
TailTipWidgets.TipType tipType)
Creates tailtip widgets used in command line suggestions.
|
Copyright © 2020. All rights reserved.