|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.ui.snapshot.panes.oql.contentAssist.ClassesSuggestionProvider
public class ClassesSuggestionProvider
Provides the list of classnames in the snapshot that starts with the provided context String.
Constructor Summary | |
---|---|
ClassesSuggestionProvider(ISnapshot snapshot)
Builds this object passing the snapshot |
Method Summary | |
---|---|
java.util.List<ContentAssistElement> |
getSuggestions(java.lang.String context)
Returns the list of ICompletionProposals It scans the ordered set up to the first valid element. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassesSuggestionProvider(ISnapshot snapshot) throws SnapshotException
snapshot
-
SnapshotException
Method Detail |
---|
public java.util.List<ContentAssistElement> getSuggestions(java.lang.String context)
getSuggestions
in interface SuggestionProvider
context
- is the prefix to be searched from. It can be an empty String but must not
be null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |