|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A context information validator is used to determine whether a displayed context information is still valid at the current cursor position, or should be dismissed. The interface can be implemented by clients.
This is the LPEX version of org.eclipse.jface.text.contentassist.IContextInformationValidator.
Method Summary | |
---|---|
void | install(IContextInformation info,
org.eclipse.jface.text.ITextViewer viewer,
LpexDocumentLocation documentLocation)
Install this validator for the given context information. |
boolean | isContextInformationValid(LpexDocumentLocation documentLocation)
Return whether the information that this validator is installed on, is still valid at the current document location. |
Method Detail |
public void install(IContextInformation info, org.eclipse.jface.text.ITextViewer viewer, LpexDocumentLocation documentLocation)
public boolean isContextInformationValid(LpexDocumentLocation documentLocation)
|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |