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 ILineDiffInfoILineDiffer. 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 ILineDiffInfo Modifier and Type Method Description protected StringLineChangeHover. decorateText(List<? extends ILineDiffInfo> diffInfos, int maxLines)Takes a list ofILineDiffInfos and computes a hover of at mostmaxLines.
-