Class SubjectControlContextInformationValidator

java.lang.Object
org.eclipse.jface.contentassist.SubjectControlContextInformationValidator
All Implemented Interfaces:
ISubjectControlContextInformationValidator, IContextInformationValidator

@Deprecated public final class SubjectControlContextInformationValidator extends Object implements ISubjectControlContextInformationValidator
Deprecated.
As of 3.2, replaced by Platform UI's field assist support
A default implementation of the SubjectControlContextInformationValidator interface. This implementation determines whether the information is valid by asking the content assist processor for all context information objects for the current position. If the currently displayed information is in the result set, the context information is considered valid.
Since:
3.0
  • Constructor Details

    • SubjectControlContextInformationValidator

      @Deprecated public SubjectControlContextInformationValidator(IContentAssistProcessor processor)
      Deprecated.
      Creates a new context information validator which is ready to be installed on a particular context information.
      Parameters:
      processor - the processor to be used for validation
  • Method Details