| 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.
|
| Class and Description |
|---|
| ContentAssistElement
Javabean to temporarily store classnames for the content assistant in an
ordered structure.
|
| ContextExtractor
A ContextExtractor extract the part of the current TextViewer that is the
prefix of of the String.
|
| SuggestionProvider
The suggestion provider returns the list of suggestion given a context.
|