public interface Suggestion extends Comparable<Suggestion>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
int |
getIndentation()
If there are siblings to the current auto-complete context
the right indentation value is returned, otherwise -1
|
String |
getLabel() |
String |
getValue() |
void |
setIndentation(int indentation)
sets the right indentation for the suggestion
|
compareToString getLabel()
String getDescription()
String getValue()
int getIndentation()
void setIndentation(int indentation)
indentation - Copyright © 2020. All rights reserved.