Eclipse Platform
2.1

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

Packages that use ICompletionProposal
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer
 

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 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.
 


Eclipse Platform
2.1

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