blob: 99858c7f5b686b75e8dc2754ae97c60cd45b886f [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="IBM">
<meta name="GENERATOR" content="Mozilla/4.51 [en] (WinNT; I) [Netscape]">
<title>Package-level Javadoc</title>
</head>
<body>
Provides a content assist add-on for implementors of <code>IContentAssistSubjectControl</code>.
Content assist supports the user in writing&nbsp; 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.
<h2>
Package Specification</h2>
<code>ISubjectControlContentAssistant</code> defines the concept of the content assist add-on.
It collaborates with content type specific completion processors (<code>ISubjectControlContentAssistProcessor</code>)
in order to generate completion proposals (<code>ICompletionProposal</code>)
valid at the current document position. The package provides a default
implementation <code>SubjectControlContentAssistant</code> which completely defines and implements
the UI and the control flow for content assist.
<br>
<br>
<strong>Deprecated, as of 3.2, replaced by Platform UI's field assist support</strong>
</body>
</html>