Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

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
          Deprecated. Subclass CompletionRequestor instead.
 

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)
          Deprecated. Use IType.codeComplete(char[],int,int,char[][],char[][],int[],boolean,CompletionRequestor) instead.
 void IType. codeComplete (char[] snippet, int insertion, int position, char[][] localVariableTypeNames, char[][] localVariableNames, int[] localVariableModifiers, boolean isStatic, ICompletionRequestor requestor, WorkingCopyOwner owner)
          Deprecated. Use IType.codeComplete(char[],int,int,char[][],char[][],int[],boolean,CompletionRequestor,WorkingCopyOwner) instead.
 void ICodeAssist. codeComplete (int offset, ICompletionRequestor requestor)
          Deprecated. Use ICodeAssist.codeComplete(int, CompletionRequestor) instead.
 void ICodeAssist. codeComplete (int offset, ICompletionRequestor requestor, WorkingCopyOwner owner)
          Deprecated. Use ICodeAssist.codeComplete(int, CompletionRequestor, WorkingCopyOwner) instead.
 

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)
          Deprecated. Use IEvaluationContext.codeComplete(String,int,CompletionRequestor) instead.
 void IEvaluationContext. codeComplete ( String codeSnippet, int position, ICompletionRequestor requestor, WorkingCopyOwner owner)
          Deprecated. Use IEvaluationContext.codeComplete(String,int,CompletionRequestor,WorkingCopyOwner) instead.
 


Eclipse JDT
Release 3.5

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire