Package | Description |
---|---|
org.eclipse.mat.ui.snapshot.panes.oql.contentAssist |
Content assist for the Object Query Language pane, including suggesting
class names and highlighting keywords.
|
Modifier and Type | Method and Description |
---|---|
List<ContentAssistElement> |
SuggestionProvider.getSuggestions(String context)
Given the context (prefix provided by the user) it returns available suggestions.
|
List<ContentAssistElement> |
PropertySuggestionProvider.getSuggestions(String context)
Returns the list of ICompletionProposals
It scans the ordered set up to the first valid element.
|
List<ContentAssistElement> |
MultiSuggestionProvider.getSuggestions(String context) |
List<ContentAssistElement> |
FieldsSuggestionProvider.getSuggestions(String context)
Returns the list of ICompletionProposals
It scans the ordered set up to the first valid element.
|
List<ContentAssistElement> |
ClassesSuggestionProvider.getSuggestions(String context)
Returns the list of ICompletionProposals
It scans the ordered set up to the first valid element.
|
List<ContentAssistElement> |
BuiltinSuggestionProvider.getSuggestions(String context)
Returns the list of ICompletionProposals
It scans the ordered set up to the first valid element.
|
Modifier and Type | Method and Description |
---|---|
int |
ContentAssistElement.compareTo(ContentAssistElement o)
Uses String compare method.
|