public class TabComplete extends Object
| Constructor and Description |
|---|
TabComplete(List<String> values,
String matchingString)
Creates a new
TabComplete |
| Modifier and Type | Method and Description |
|---|---|
String |
getMatchingString()
Gets the string used to filter tab complete values
|
List<String> |
values()
Gets the tab complete values
|
Copyright © 2024. All rights reserved.