Eclipse JDT
Release 3.0

Uses of Interface
org.eclipse.jdt.core.ICompletionRequestor

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 IType.codeComplete(char[] snippet, int insertion, int position, char[][] localVariableTypeNames, char[][] localVariableNames, int[] localVariableModifiers, boolean isStatic, ICompletionRequestor requestor, WorkingCopyOwner owner)
          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.
 void ICodeAssist.codeComplete(int offset, ICompletionRequestor requestor, WorkingCopyOwner owner)
          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.
 void IEvaluationContext.codeComplete(String codeSnippet, int position, ICompletionRequestor requestor, WorkingCopyOwner owner)
          Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
 


Eclipse JDT
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.