Eclipse Platform
Release 3.3

Package org.eclipse.jface.contentassist

Provides a content assist add-on for implementors of IContentAssistSubjectControl.

See:
          Description

Interface Summary
IContentAssistSubjectControl A content assist subject control can request assistance provided by a subject control content assistant.
ISubjectControlContentAssistant Deprecated. As of 3.2, replaced by Platform UI's field assist support
ISubjectControlContentAssistProcessor Deprecated. As of 3.2, replaced by Platform UI's field assist support
ISubjectControlContextInformationPresenter Deprecated. As of 3.2, replaced by Platform UI's field assist support
ISubjectControlContextInformationValidator Deprecated. As of 3.2, replaced by Platform UI's field assist support
 

Class Summary
AbstractControlContentAssistSubjectAdapter Deprecated. As of 3.2, replaced by Platform UI's field assist support
ComboContentAssistSubjectAdapter Deprecated. As of 3.2, replaced by Platform UI's field assist support
SubjectControlContentAssistant Deprecated. As of 3.2, replaced by Platform UI's field assist support *
SubjectControlContextInformationValidator Deprecated. As of 3.2, replaced by Platform UI's field assist support
TextContentAssistSubjectAdapter Deprecated. As of 3.2, replaced by Platform UI's field assist support
 

Package org.eclipse.jface.contentassist Description

Provides a content assist add-on for implementors of IContentAssistSubjectControl. Content assist supports the user in writing  by proposing context sensitive completions at a given position. A completion can also be a incomplete in itself and content assist provides means to deal with nested completions.

Package Specification

ISubjectControlContentAssistant defines the concept of the content assist add-on. It collaborates with content type specific completion processors (ISubjectControlContentAssistProcessor) in order to generate completion proposals (ICompletionProposal) valid at the current document position. The package provides a default implementation SubjectControlContentAssistant which completely defines and implements the UI and the control flow for content assist.

Deprecated, as of 3.2, replaced by Platform UI's field assist support


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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