Interface IInformationProviderExtension
public interface IInformationProviderExtension
Extends
IInformationProvider with
the ability to provide the element for a given subject.- Since:
- 2.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetInformation2(ITextViewer textViewer, IRegion subject) Returns the element for the given subject ornullif no element is available.
-
Method Details
-
getInformation2
Returns the element for the given subject ornullif 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 containedsubject- the text region constituting the information subject- Returns:
- the element for the subject
- See Also:
-