Uses of Interface
org.eclipse.jface.text.information.IInformationProviderExtension2
-
Packages that use IInformationProviderExtension2 Package Description org.eclipse.jface.text.revisions Provides a revision model and a protocol to display revision information in a vertical ruler column.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those. -
-
Uses of IInformationProviderExtension2 in org.eclipse.jface.text.revisions
Classes in org.eclipse.jface.text.revisions that implement IInformationProviderExtension2 Modifier and Type Class Description class
RevisionInformation
Encapsulates revision information for one line-based document. -
Uses of IInformationProviderExtension2 in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement IInformationProviderExtension2 Modifier and Type Class Description class
LineChangeHover
A hover for line oriented diffs.
-