Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package org.eclipse.jface.text.information

Provides an information provider add-on for an ITextViewer.

See:
           Description

Interface Summary
IInformationPresenter An information presenter shows information available at the text viewer's current document position.
IInformationPresenterExtension Extends IInformationPresenter with the ability to handle documents with multiple partitions.
IInformationProvider Provides information related to the content of a text viewer.
IInformationProviderExtension Extends IInformationProvider with the ability to provide the element for a given subject.
IInformationProviderExtension2 Extends IInformationProvider with the ability to provide its own information presenter control creator.
 

Class Summary
InformationPresenter Standard implementation of IInformationPresenter.
 

Package org.eclipse.jface.text.information Description

Provides an information provider add-on for an ITextViewer. An information provider presents information for a certain subject in a specific information control. An information control usually is a floating window.

Package Specification

IInformationPresenter defines the concept of an information provider. It collaborates with content type specific information providers (IInformationProvider) which determine for a certain offset in a text viewer an information subject and the information available about this subject.. The package contains a default implementation of IInformationPresenter (InformationPresenter).


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire