|
Eclipse JDT 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICompletionRequestor | |
org.eclipse.jdt.core | The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. |
org.eclipse.jdt.core.eval | Provides support for the evaluation of code snippets in a scrapbook or inside the debugger. |
Uses of ICompletionRequestor in org.eclipse.jdt.core |
Classes in org.eclipse.jdt.core that implement ICompletionRequestor | |
class |
CompletionRequestorAdapter
Adapter of the requestor interface ICompletionRequestor . |
Fields in org.eclipse.jdt.core declared as ICompletionRequestor | |
protected ICompletionRequestor |
CorrectionEngine.completionRequestor
This field is not intended to be used by client. |
Methods in org.eclipse.jdt.core with parameters of type ICompletionRequestor | |
void |
IType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
ICompletionRequestor requestor)
Do code completion inside a code snippet in the context of the current type. |
void |
ICodeAssist.codeComplete(int offset,
ICompletionRequestor requestor)
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor. |
Uses of ICompletionRequestor in org.eclipse.jdt.core.eval |
Methods in org.eclipse.jdt.core.eval with parameters of type ICompletionRequestor | |
void |
IEvaluationContext.codeComplete(String codeSnippet,
int position,
ICompletionRequestor requestor)
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor. |
|
Eclipse JDT 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |