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 lineline
in the targeted document.Method parameters in org.eclipse.jface.text.source with type arguments of type ILineDiffInfoModifier and TypeMethodDescriptionprotected String
LineChangeHover.decorateText
(List<? extends ILineDiffInfo> diffInfos, int maxLines) Takes a list ofILineDiffInfo
s and computes a hover of at mostmaxLines
.