public interface ISmartContextInformation
extends org.eclipse.jface.text.contentassist.IContextInformation, org.eclipse.jface.text.contentassist.IContextInformationExtension
IContextInformationValidator,
IContextInformationPresenter| Modifier and Type | Method and Description |
|---|---|
boolean |
isContextInformationValid(org.eclipse.jface.text.ITextViewer viewer,
int offset) |
boolean |
updatePresentation(org.eclipse.jface.text.ITextViewer viewer,
int offset,
org.eclipse.jface.text.TextPresentation presentation) |
boolean isContextInformationValid(org.eclipse.jface.text.ITextViewer viewer,
int offset)
IContextInformationValidator.isContextInformationValid(int)boolean updatePresentation(org.eclipse.jface.text.ITextViewer viewer,
int offset,
org.eclipse.jface.text.TextPresentation presentation)
IContextInformationPresenter.updatePresentation(int, TextPresentation)Copyright © 2016. All Rights Reserved.