Eclipse Platform
Release 3.0

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

Packages that use IContentAssistProcessor
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.  
org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
 

Uses of IContentAssistProcessor in org.eclipse.jface.contentassist
 

Subinterfaces of IContentAssistProcessor in org.eclipse.jface.contentassist
 interface ISubjectControlContentAssistProcessor
          Extension interface for IContentAssistProcessor which provides the context for the subject control content assistant.
 

Constructors in org.eclipse.jface.contentassist with parameters of type IContentAssistProcessor
SubjectControlContextInformationValidator(IContentAssistProcessor processor)
          Creates a new context information validator which is ready to be installed on a particular context information.
 

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

Methods in org.eclipse.jface.text.contentassist that return IContentAssistProcessor
 IContentAssistProcessor ContentAssistant.getContentAssistProcessor(String contentType)
           
 IContentAssistProcessor IContentAssistant.getContentAssistProcessor(String contentType)
          Returns the content assist processor to be used for the given content type.
 

Methods in org.eclipse.jface.text.contentassist with parameters of type IContentAssistProcessor
 void ContentAssistant.setContentAssistProcessor(IContentAssistProcessor processor, String contentType)
          Registers a given content assist processor for a particular content type.
 

Constructors in org.eclipse.jface.text.contentassist with parameters of type IContentAssistProcessor
ContextInformationValidator(IContentAssistProcessor processor)
          Creates a new context information validator which is ready to be installed on a particular context information.
 

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

Classes in org.eclipse.jface.text.templates that implement IContentAssistProcessor
 class TemplateCompletionProcessor
          A completion processor that computes template proposals.
 

Uses of IContentAssistProcessor in org.eclipse.ui.texteditor.templates
 

Classes in org.eclipse.ui.texteditor.templates that implement IContentAssistProcessor
 class TemplateVariableProcessor
          A content assist processor for template variables.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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