Uses of Class
org.eclipse.mat.ui.snapshot.panes.oql.contentAssist.ContentAssistElement
Packages that use ContentAssistElement
Package
Description
Content assist for the Object Query Language pane, including suggesting
class names and highlighting keywords.
-
Uses of ContentAssistElement in org.eclipse.mat.ui.snapshot.panes.oql.contentAssist
Methods in org.eclipse.mat.ui.snapshot.panes.oql.contentAssist that return types with arguments of type ContentAssistElementModifier and TypeMethodDescriptionBuiltinSuggestionProvider.getSuggestions
(String context) Returns the list of ICompletionProposals It scans the ordered set up to the first valid element.ClassesSuggestionProvider.getSuggestions
(String context) Returns the list of ICompletionProposals It scans the ordered set up to the first valid element.FieldsSuggestionProvider.getSuggestions
(String context) Returns the list of ICompletionProposals It scans the ordered set up to the first valid element.MultiSuggestionProvider.getSuggestions
(String context) PropertySuggestionProvider.getSuggestions
(String context) Returns the list of ICompletionProposals It scans the ordered set up to the first valid element.SuggestionProvider.getSuggestions
(String context) Given the context (prefix provided by the user) it returns available suggestions.Methods in org.eclipse.mat.ui.snapshot.panes.oql.contentAssist with parameters of type ContentAssistElementModifier and TypeMethodDescriptionint
ContentAssistElement.compareTo
(ContentAssistElement o) Uses String compare method.