Package org.eclipse.jface.contentassist
Interface ISubjectControlContextInformationValidator
-
- All Superinterfaces:
IContextInformationValidator
- All Known Implementing Classes:
SubjectControlContextInformationValidator
@Deprecated public interface ISubjectControlContextInformationValidator extends IContextInformationValidator
Deprecated.As of 3.2, replaced by Platform UI's field assist supportExtendsIContextInformationValidator
to allow to install a content assistant on the given content assist subject control.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
install(IContextInformation info, IContentAssistSubjectControl contentAssistSubjectControl, int offset)
Deprecated.Installs this validator for the given context information.-
Methods inherited from interface org.eclipse.jface.text.contentassist.IContextInformationValidator
install, isContextInformationValid
-
-
-
-
Method Detail
-
install
void install(IContextInformation info, IContentAssistSubjectControl contentAssistSubjectControl, int offset)
Deprecated.Installs this validator for the given context information.- Parameters:
info
- the context information which this validator should checkcontentAssistSubjectControl
- the content assist subject controloffset
- the document offset for which the information has been computed
-
-