JavaScript Development Tools
Release 3.2

Uses of Class
org.eclipse.wst.jsdt.core.CompletionContext

Packages that use CompletionContext
org.eclipse.wst.jsdt.core   
org.eclipse.wst.jsdt.ui.text.java   
 

Uses of CompletionContext in org.eclipse.wst.jsdt.core
 

Methods in org.eclipse.wst.jsdt.core with parameters of type CompletionContext
 void CompletionRequestor.acceptContext(CompletionContext context)
          Propose the context in which the completion occurs.
 

Uses of CompletionContext in org.eclipse.wst.jsdt.ui.text.java
 

Methods in org.eclipse.wst.jsdt.ui.text.java that return CompletionContext
protected  CompletionContext CompletionProposalCollector.getContext()
          Returns the CompletionContext for this completion operation.
 CompletionContext JavaContentAssistInvocationContext.getCoreContext()
          Returns the core completion context if available, null otherwise.
 

Methods in org.eclipse.wst.jsdt.ui.text.java with parameters of type CompletionContext
 void CompletionProposalCollector.acceptContext(CompletionContext context)
          Propose the context in which the completion occurs. Subclasses may extend, but usually should not need to.
 


JavaScript Development Tools
Release 3.2

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