Package com.ibm.lpex.alef.contentassist

This package is a copy of package org.eclipse.jface.text.contentassist modified for use with LPEX.

See:
          Description

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

Class Summary
CompletionProposal The standard LPEX implementation of the ICompletionProposal interface.
ContentAssistant An LPEX-based implementation of the IContentAssistant interface.
ContextInformation A default implementation of the IContextInformation interface.
ContextInformationValidator A default implementation of the IContextInfomationValidator interface.
 

Package com.ibm.lpex.alef.contentassist Description

This package is a copy of package org.eclipse.jface.text.contentassist modified for use with LPEX.