public interface CompletionProposal
| Modifier and Type | Interface and Description |
|---|---|
static class |
CompletionProposal.BaseCompletetionProposal |
static class |
CompletionProposal.TextSelection |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(IDocument document) |
java.lang.CharSequence |
getLabel() |
CompletionProposal.TextSelection |
getSelection(IDocument document) |
java.lang.CharSequence getLabel()
void apply(IDocument document)
CompletionProposal.TextSelection getSelection(IDocument document)