Uses of Class
adams.gui.visualization.debug.DiffTextPane
-
Packages that use DiffTextPane Package Description adams.gui.visualization.debug -
-
Uses of DiffTextPane in adams.gui.visualization.debug
Fields in adams.gui.visualization.debug declared as DiffTextPane Modifier and Type Field Description protected DiffTextPane
SideBySideDiffPanel. m_TextLeft
the left content.protected DiffTextPane
SideBySideDiffPanel. m_TextRight
the right content.Methods in adams.gui.visualization.debug that return DiffTextPane Modifier and Type Method Description DiffTextPane
SideBySideDiffPanel. getDiffTextPane(boolean left)
Returns the underlying diff pane.
-