Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.jface.text.contentassist.IContextInformationValidator

Packages that use IContextInformationValidator
org.eclipse.jface.contentassist Provides a content assist add-on for implementors of IContentAssistSubjectControl.  
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer.  
org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
 

Uses of IContextInformationValidator in org.eclipse.jface.contentassist
 

Subinterfaces of IContextInformationValidator in org.eclipse.jface.contentassist
 interface ISubjectControlContextInformationValidator
          Extends IContextInformationValidator to allow to install a content assistant on the given content assist subject control.
 

Classes in org.eclipse.jface.contentassist that implement IContextInformationValidator
 class SubjectControlContextInformationValidator
          A default implementation of the SubjectControlContextInformationValidator interface.
 

Uses of IContextInformationValidator in org.eclipse.jface.text.contentassist
 

Classes in org.eclipse.jface.text.contentassist that implement IContextInformationValidator
 class ContextInformationValidator
          A default implementation of the IContextInfomationValidator interface.
 

Methods in org.eclipse.jface.text.contentassist that return IContextInformationValidator
 IContextInformationValidator IContentAssistProcessor.getContextInformationValidator()
          Returns a validator used to determine when displayed context information should be dismissed.
 

Uses of IContextInformationValidator in org.eclipse.jface.text.templates
 

Methods in org.eclipse.jface.text.templates that return IContextInformationValidator
 IContextInformationValidator TemplateCompletionProcessor.getContextInformationValidator()
           
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.