comparison dwtx/jface/text/contentassist/package.html @ 129:eb30df5ca28b

Added JFace Text sources
author Frank Benoit <benoit@tionex.de>
date Sat, 23 Aug 2008 19:10:48 +0200
parents
children
comparison
equal deleted inserted replaced
128:8df1d4193877 129:eb30df5ca28b
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <meta name="Author" content="IBM">
6 <meta name="GENERATOR" content="Mozilla/4.51 [en] (WinNT; I) [Netscape]">
7 <title>Package-level Javadoc</title>
8 </head>
9 <body>
10 Provides a content assist add-on for an <tt>ITextViewer</tt>.
11 Content assist supports the user in writing&nbsp; by proposing context
12 sensitive completions at a given document position. A completion can also
13 be a incomplete in itself and content assist provides means to deal with
14 nested completions.
15 <h2>
16 Package Specification</h2>
17 <tt>IContentAssistant</tt> defines the concept of the content assist add-on.
18 It collaborates with content type specific completion processors (<tt>IContentAssistProcessor</tt>)
19 in order to generate completion proposals (<tt>ICompletionProposal</tt>)
20 valid at the current document position. The package provides a default
21 implementation <tt>ContentAssistant</tt> which completely defines and implements
22 the UI and the control flow for content assist.
23 <br>&nbsp;
24 </body>
25 </html>