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 IInformationProvider
IInformationPresenter. getInformationProvider(String contentType)
Returns the information provider to be used for the given content type.IInformationProvider
InformationPresenter. getInformationProvider(String contentType)
Methods in org.eclipse.jface.text.information with parameters of type IInformationProvider Modifier and Type Method Description void
InformationPresenter. setInformationProvider(IInformationProvider provider, String contentType)
Registers a given information provider for a particular content type.
-