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.SideBySideDiffDiffUtils.SideBySideDiff. clone()Returns a clone if itself.static DiffUtils.SideBySideDiffDiffUtils. sideBySide(File file1, File file2)Generates a side-by-side diff for the two files.static DiffUtils.SideBySideDiffDiffUtils. sideBySide(String[] list1, String[] list2)Generates a side-by-side diff for the two lists.static DiffUtils.SideBySideDiffDiffUtils. 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.SideBySideDiffEditDiff. 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.SideBySideDiffDiffTextPane. m_Diffthe list to display.Methods in adams.gui.visualization.debug that return DiffUtils.SideBySideDiff Modifier and Type Method Description DiffUtils.SideBySideDiffSideBySideDiffPanel. getCurrent()Returns the currently displayed diff.DiffUtils.SideBySideDiffDiffTextPane. 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 voidSideBySideDiffPanel. display(DiffUtils.SideBySideDiff diff)Updates the display with the given diff data.voidDiffTextPane. setDiff(DiffUtils.SideBySideDiff value)Sets the diff data to display.
-