Uses of Interface
org.eclipse.jface.text.information.IInformationProvider
Packages that use IInformationProvider
Package
Description
Provides an information provider add-on for an
ITextViewer.-
Uses of IInformationProvider in org.eclipse.jface.text.information
Methods in org.eclipse.jface.text.information that return IInformationProviderModifier and TypeMethodDescriptionIInformationPresenter.getInformationProvider(String contentType) Returns the information provider to be used for the given content type.InformationPresenter.getInformationProvider(String contentType) Methods in org.eclipse.jface.text.information with parameters of type IInformationProviderModifier and TypeMethodDescriptionvoidInformationPresenter.setInformationProvider(IInformationProvider provider, String contentType) Registers a given information provider for a particular content type.