Eclipse Platform
2.1

Uses of Interface
org.eclipse.jface.text.information.IInformationProvider

Packages that use IInformationProvider
org.eclipse.jface.text.information 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 IInformationProvider
 IInformationProvider InformationPresenter.getInformationProvider(String contentType)
           
 IInformationProvider IInformationPresenter.getInformationProvider(String contentType)
          Returns the information provider to be used for the given content type.
 

Methods in org.eclipse.jface.text.information with parameters of type IInformationProvider
 void InformationPresenter.setInformationProvider(IInformationProvider provider, String contentType)
          Registers a given information provider for a particular content type.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.