Uses of Interface
com.ibm.lpex.alef.contentassist.ICompletionProposal

Packages that use ICompletionProposal
com.ibm.lpex.alef.contentassist This package is a copy of package org.eclipse.jface.text.contentassist modified for use with LPEX. 
 

Uses of ICompletionProposal in com.ibm.lpex.alef.contentassist
 

Classes in com.ibm.lpex.alef.contentassist that implement ICompletionProposal
 class CompletionProposal
          The standard LPEX implementation of the ICompletionProposal interface.
 

Methods in com.ibm.lpex.alef.contentassist that return ICompletionProposal
 ICompletionProposal[] IContentAssistProcessor.computeCompletionProposals(org.eclipse.jface.text.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.