Uses of Class
adams.core.DiffUtils.SideBySideDiff
-
Packages that use DiffUtils.SideBySideDiff Package Description adams.core adams.gui.flow.menu adams.gui.visualization.debug -
-
Uses of DiffUtils.SideBySideDiff in adams.core
Methods in adams.core that return DiffUtils.SideBySideDiff Modifier and Type Method Description DiffUtils.SideBySideDiff
DiffUtils.SideBySideDiff. clone()
Returns a clone if itself.static DiffUtils.SideBySideDiff
DiffUtils. sideBySide(File file1, File file2)
Generates a side-by-side diff for the two files.static DiffUtils.SideBySideDiff
DiffUtils. sideBySide(String[] list1, String[] list2)
Generates a side-by-side diff for the two lists.static DiffUtils.SideBySideDiff
DiffUtils. sideBySide(List<String> list1, List<String> list2)
Generates a side-by-side diff for the two lists. -
Uses of DiffUtils.SideBySideDiff in adams.gui.flow.menu
Methods in adams.gui.flow.menu that return DiffUtils.SideBySideDiff Modifier and Type Method Description protected DiffUtils.SideBySideDiff
EditDiff. getDiff()
Generates a diff between the current flow and the closest undo step. -
Uses of DiffUtils.SideBySideDiff in adams.gui.visualization.debug
Fields in adams.gui.visualization.debug declared as DiffUtils.SideBySideDiff Modifier and Type Field Description protected DiffUtils.SideBySideDiff
DiffTextPane. m_Diff
the list to display.Methods in adams.gui.visualization.debug that return DiffUtils.SideBySideDiff Modifier and Type Method Description DiffUtils.SideBySideDiff
SideBySideDiffPanel. getCurrent()
Returns the currently displayed diff.DiffUtils.SideBySideDiff
DiffTextPane. getDiff()
Returns the current diff data on display.Methods in adams.gui.visualization.debug with parameters of type DiffUtils.SideBySideDiff Modifier and Type Method Description void
SideBySideDiffPanel. display(DiffUtils.SideBySideDiff diff)
Updates the display with the given diff data.void
DiffTextPane. setDiff(DiffUtils.SideBySideDiff value)
Sets the diff data to display.
-