Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.jface.text.contentassist.ICompletionProposal

Packages that use ICompletionProposal
org.eclipse.jface.contentassist Provides a content assist add-on for implementors of IContentAssistSubjectControl.  
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer.  
org.eclipse.jface.text.link Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
 

Uses of ICompletionProposal in org.eclipse.jface.contentassist
 

Methods in org.eclipse.jface.contentassist that return ICompletionProposal
 ICompletionProposal[] ISubjectControlContentAssistProcessor.computeCompletionProposals(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset)
          Returns a list of completion proposals based on the specified location within the document that corresponds to the current cursor position within the text viewer.
 

Uses of ICompletionProposal in org.eclipse.jface.text.contentassist
 

Classes in org.eclipse.jface.text.contentassist that implement ICompletionProposal
 class CompletionProposal
          The standard implementation of the ICompletionProposal interface.
 

Methods in org.eclipse.jface.text.contentassist that return ICompletionProposal
 ICompletionProposal[] IContentAssistProcessor.computeCompletionProposals(ITextViewer viewer, int offset)
          Returns a list of completion proposals based on the specified location within the document that corresponds to the current cursor position within the text viewer.
 

Uses of ICompletionProposal in org.eclipse.jface.text.link
 

Methods in org.eclipse.jface.text.link that return ICompletionProposal
 ICompletionProposal[] ProposalPosition.getChoices()
          Returns the proposals attached to this position.
 

Constructors in org.eclipse.jface.text.link with parameters of type ICompletionProposal
ProposalPosition(IDocument document, int offset, int length, int sequence, ICompletionProposal[] proposals)
          Creates a new instance.
ProposalPosition(IDocument document, int offset, int length, ICompletionProposal[] proposals)
          Creates a new instance, with no sequence number.
 

Uses of ICompletionProposal in org.eclipse.jface.text.templates
 

Classes in org.eclipse.jface.text.templates that implement ICompletionProposal
 class TemplateProposal
          A template completion proposal.
 

Methods in org.eclipse.jface.text.templates that return ICompletionProposal
 ICompletionProposal[] TemplateCompletionProcessor.computeCompletionProposals(ITextViewer viewer, int offset)
           
protected  ICompletionProposal TemplateCompletionProcessor.createProposal(Template template, TemplateContext context, Region region, int relevance)
          Creates a new proposal.
 

Uses of ICompletionProposal in org.eclipse.ui.texteditor.templates
 

Classes in org.eclipse.ui.texteditor.templates that implement ICompletionProposal
 class TemplateVariableProposal
          A proposal for insertion of template variables.
 

Methods in org.eclipse.ui.texteditor.templates that return ICompletionProposal
 ICompletionProposal[] TemplateVariableProcessor.computeCompletionProposals(ITextViewer viewer, int documentOffset)
           
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.