Uses of Interface
org.eclipse.mat.ui.snapshot.panes.oql.contentAssist.SuggestionProvider

Packages that use SuggestionProvider
org.eclipse.mat.ui.snapshot.panes.oql.contentAssist Content assist for the Object Query Language pane, including suggesting class names and highlighting keywords. 
 

Uses of SuggestionProvider in org.eclipse.mat.ui.snapshot.panes.oql.contentAssist
 

Classes in org.eclipse.mat.ui.snapshot.panes.oql.contentAssist that implement SuggestionProvider
 class ClassesSuggestionProvider
          Provides the list of classnames in the snapshot that starts with the provided context String.
 

Constructors in org.eclipse.mat.ui.snapshot.panes.oql.contentAssist with parameters of type SuggestionProvider
OQLContentAssistantProcessor(SuggestionProvider suggestionProvider, ContextExtractor extractor)
          Base constructor that initializes suggestion provider and extractor.