Uses of Interface
org.eclipse.jface.text.source.ILineDiffInfo
Packages that use ILineDiffInfo
Package
Description
Provides a framework for connecting document regions
with annotations and for displaying those.
-
Uses of ILineDiffInfo in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source that return ILineDiffInfoModifier and TypeMethodDescriptionILineDiffer.getLineInfo(int line) Determines the line state for linelinein the targeted document.Method parameters in org.eclipse.jface.text.source with type arguments of type ILineDiffInfoModifier and TypeMethodDescriptionprotected StringLineChangeHover.decorateText(List<? extends ILineDiffInfo> diffInfos, int maxLines) Takes a list ofILineDiffInfos and computes a hover of at mostmaxLines.