Uses of Interface
org.eclipse.jface.text.source.ILineDiffInfo
-
Packages that use ILineDiffInfo Package Description org.eclipse.jface.text.source 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 ILineDiffInfo Modifier and Type Method Description ILineDiffInfo
ILineDiffer. 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 ILineDiffInfo Modifier and Type Method Description protected String
LineChangeHover. decorateText(List<? extends ILineDiffInfo> diffInfos, int maxLines)
Takes a list ofILineDiffInfo
s and computes a hover of at mostmaxLines
.
-