Uses of Package
com.ibm.lpex.alef.contentassist

Packages that use com.ibm.lpex.alef.contentassist
com.ibm.lpex.alef This package provides advanced line-oriented editing functions for Eclipse Platform plugins. 
com.ibm.lpex.alef.contentassist This package is a copy of package org.eclipse.jface.text.contentassist modified for use with LPEX. 
 

Classes in com.ibm.lpex.alef.contentassist used by com.ibm.lpex.alef
IContentAssistant
          An IContentAssistant provides support on interactive content completion.
 

Classes in com.ibm.lpex.alef.contentassist used by com.ibm.lpex.alef.contentassist
ICompletionProposal
          The interface of completion proposals generated by content assist processors.
IContentAssistant
          An IContentAssistant provides support on interactive content completion.
IContentAssistProcessor
          A content assist processor proposes completions and computes context information for a particular content type.
IContextInformation
          The inferface of context information presented to the user and generated by content assist processors.
IContextInformationValidator
          A context information validator is used to determine if a displayed context information is still valid or should be dismissed.