Eclipse JDT
Release 3.0

Uses of Class
org.eclipse.jdt.core.CompletionProposal

Packages that use CompletionProposal
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.  
 

Uses of CompletionProposal in org.eclipse.jdt.core
 

Methods in org.eclipse.jdt.core that return CompletionProposal
static CompletionProposal CompletionProposal.create(int kind, int completionOffset)
          Creates a basic completion proposal.
 

Methods in org.eclipse.jdt.core with parameters of type CompletionProposal
abstract  void CompletionRequestor.accept(CompletionProposal proposal)
          Proposes a completion.
 


Eclipse JDT
Release 3.0

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