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