Top Classes
module org.jabref

Package org.jabref.gui.mergeentries.newmergedialog.diffhighlighter


Class Summary

Modifier and TypeClass and Description
public abstract class
public class
SplitDiffHighlighter

A diff highlighter in which changes are split between source and target text view.

public class
UnifiedDiffHighlighter

A diff highlighter in which differences of type DeltaType#CHANGE are unified and represented by an insertion and deletion in the target text view.