Eclipse Platform
Release 3.1

Uses of Package
org.eclipse.jface.text.contentassist

Packages that use org.eclipse.jface.text.contentassist
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.link Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
org.eclipse.jface.text.source Provides a support for managing annotations attached to a document. 
org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
org.eclipse.ui.texteditor.spelling   
 

Classes in org.eclipse.jface.text.contentassist used by org.eclipse.jface.contentassist
ContentAssistant
          The standard implementation of the IContentAssistant interface.
ICompletionProposal
          The interface of completion proposals generated by content assist processors.
IContentAssistant
          An IContentAssistant provides support on interactive content completion.
IContentAssistantExtension
          Extends IContentAssistant with the following functions: handle documents with multiple partitions insertion of common completion prefixes
IContentAssistProcessor
          A content assist processor proposes completions and computes context information for a particular content type.
IContextInformation
          The interface of context information presented to the user and generated by content assist processors.
IContextInformationPresenter
          A context information presenter determines the presentation of context information depending on a given document position.
IContextInformationValidator
          A context information validator is used to determine if a displayed context information is still valid or should be dismissed.
 

Classes in org.eclipse.jface.text.contentassist used by org.eclipse.jface.text.contentassist
ICompletionProposal
          The interface of completion proposals generated by content assist processors.
IContentAssistant
          An IContentAssistant provides support on interactive content completion.
IContentAssistantExtension
          Extends IContentAssistant with the following functions: handle documents with multiple partitions insertion of common completion prefixes
IContentAssistProcessor
          A content assist processor proposes completions and computes context information for a particular content type.
IContextInformation
          The interface of context information presented to the user and generated by content assist processors.
IContextInformationValidator
          A context information validator is used to determine if a displayed context information is still valid or should be dismissed.
 

Classes in org.eclipse.jface.text.contentassist used by org.eclipse.jface.text.link
ICompletionProposal
          The interface of completion proposals generated by content assist processors.
 

Classes in org.eclipse.jface.text.contentassist used by org.eclipse.jface.text.source
IContentAssistant
          An IContentAssistant provides support on interactive content completion.
 

Classes in org.eclipse.jface.text.contentassist used by org.eclipse.jface.text.templates
ICompletionProposal
          The interface of completion proposals generated by content assist processors.
ICompletionProposalExtension
          Extends ICompletionProposal with the following functions: handling of trigger characters other than ENTER completion proposal validation for a given offset context information can be freely positioned
ICompletionProposalExtension2
          Extends ICompletionProposal with the following functions: handling of trigger characters with modifiers visual indication for selection of a proposal
ICompletionProposalExtension3
          Extends ICompletionProposal with the following functions: provision of a custom information control creator provide a custom completion text and offset for prefix completion
IContentAssistProcessor
          A content assist processor proposes completions and computes context information for a particular content type.
IContextInformation
          The interface of context information presented to the user and generated by content assist processors.
IContextInformationValidator
          A context information validator is used to determine if a displayed context information is still valid or should be dismissed.
 

Classes in org.eclipse.jface.text.contentassist used by org.eclipse.ui.texteditor.spelling
ICompletionProposal
          The interface of completion proposals generated by content assist processors.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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