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 Platform
Release 3.5

org.eclipse.jface.text.information
Interface IInformationProviderExtension


public interface IInformationProviderExtension

Extends IInformationProvider with the ability to provide the element for a given subject.

Since:
2.1
See Also:
IInformationProvider

Method Summary
  Object getInformation2 ( ITextViewer textViewer, IRegion subject)
          Returns the element for the given subject or null if no element is available.
 

Method Detail

getInformation2


Object getInformation2(
ITextViewer textViewer,
                       
IRegion subject)
Returns the element for the given subject or null if no element is available.

Implementers should ignore the text returned by IInformationProvider.getInformation(ITextViewer, IRegion).

Parameters:
textViewer - the viewer in whose document the subject is contained
subject - the text region constituting the information subject
Returns:
the element for the subject
See Also:
IInformationProvider.getInformation(ITextViewer, IRegion), ITextViewer

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