Package org.eclipse.jface.contentassist
Provides a content assist add-on for implementors of
Deprecated, as of 3.2, replaced by Platform UI's field assist support
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
-
Interface Summary Interface Description 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 supportISubjectControlContentAssistProcessor Deprecated. As of 3.2, replaced by Platform UI's field assist supportISubjectControlContextInformationPresenter Deprecated. As of 3.2, replaced by Platform UI's field assist supportISubjectControlContextInformationValidator Deprecated. As of 3.2, replaced by Platform UI's field assist support -
Class Summary Class Description AbstractControlContentAssistSubjectAdapter Deprecated. As of 3.2, replaced by Platform UI's field assist supportComboContentAssistSubjectAdapter Deprecated. As of 3.2, replaced by Platform UI's field assist supportSubjectControlContentAssistant 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 supportTextContentAssistSubjectAdapter Deprecated. As of 3.2, replaced by Platform UI's field assist support