|
SWT LPEX v3.0.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IContextInformation | |
---|---|
com.ibm.lpex.alef.contentassist | This package is a version of package org.eclipse.jface.text.contentassist modified for use with LPEX. |
Uses of IContextInformation in com.ibm.lpex.alef.contentassist |
---|
Classes in com.ibm.lpex.alef.contentassist that implement IContextInformation | |
class | ContextInformation
An implementation of the IContextInformation interface for LPEX. |
Methods in com.ibm.lpex.alef.contentassist that return IContextInformation | |
IContextInformation[] | IContentAssistProcessor.computeContextInformation(org.eclipse.jface.text.ITextViewer viewer,
int documentOffset)
Return information about possible contexts, based on the specified location within the document that corresponds to the current cursor position within the text viewer. |
IContextInformation | ICompletionProposal.getContextInformation()
Return optional context information associated with this proposal. |
IContextInformation | CompletionProposal.getContextInformation()
|
Methods in com.ibm.lpex.alef.contentassist with parameters of type IContextInformation | |
void | IContextInformationValidator.install(IContextInformation info,
org.eclipse.jface.text.ITextViewer viewer,
LpexDocumentLocation documentLocation)
Install this validator for the given context information. |
void | IContextInformationPresenter.install(IContextInformation info,
org.eclipse.jface.text.ITextViewer viewer,
LpexDocumentLocation documentLocation)
Installs this presenter for the given context information. |
void | ContextInformationValidator.install(IContextInformation contextInformation,
org.eclipse.jface.text.ITextViewer viewer,
LpexDocumentLocation location)
Install this validator for the given context information. |
Constructors in com.ibm.lpex.alef.contentassist with parameters of type IContextInformation | |
CompletionProposal(String replacementString,
int replacementOffset,
int replacementLength,
int cursorPosition,
org.eclipse.swt.graphics.Image image,
String displayString,
IContextInformation contextInformation,
String additionalProposalInfo)
Create a new completion proposal. |
|
SWT LPEX v3.0.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |