blob: e7b85641a7c80be1d8f159bcd27247fc37215d65 [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 <tt>IContentAssistSubjectControl</tt>.
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>
<tt>ISubjectControlContentAssistant</tt> defines the concept of the content assist add-on.
It collaborates with content type specific completion processors (<tt>ISubjectControlContentAssistProcessor</tt>)
in order to generate completion proposals (<tt>ICompletionProposal</tt>)
valid at the current document position. The package provides a default
implementation <tt>SubjectControlContentAssistant</tt> 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>