Uses of Interface
org.eclipse.jface.text.information.IInformationProvider
-
Packages that use IInformationProvider Package Description org.eclipse.jface.text.information Provides an information provider add-on for anITextViewer. -
-
Uses of IInformationProvider in org.eclipse.jface.text.information
Methods in org.eclipse.jface.text.information that return IInformationProvider Modifier and Type Method Description IInformationProviderIInformationPresenter. getInformationProvider(String contentType)Returns the information provider to be used for the given content type.IInformationProviderInformationPresenter. getInformationProvider(String contentType)Methods in org.eclipse.jface.text.information with parameters of type IInformationProvider Modifier and Type Method Description voidInformationPresenter. setInformationProvider(IInformationProvider provider, String contentType)Registers a given information provider for a particular content type.
-