comparison dwtx/jface/text/information/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.76 [en] (Windows NT 5.0; U) [Netscape]">
7 <title>Package-level Javadoc</title>
8 </head>
9 <body>
10 Provides an information provider add-on for an <tt>ITextViewer</tt>.
11 An information provider presents information for a certain subject in a
12 specific information control. An information control usually is a floating
13 window.
14 <h2>
15 Package Specification</h2>
16 <tt>IInformationPresenter</tt> defines the concept of an information provider.
17 It collaborates with content type specific information providers (<tt>IInformationProvider</tt>)
18 which determine for a certain offset in a text viewer an information subject
19 and the information available about this subject.. The package contains
20 a default implementation of <tt>IInformationPresenter</tt> (<tt>InformationPresenter</tt>).
21 </body>
22 </html>