Class ListingCodeComparisonOptions

java.lang.Object
ghidra.app.util.viewer.listingpanel.ListingCodeComparisonOptions

public class ListingCodeComparisonOptions extends Object
  • Field Details

  • Constructor Details

    • ListingCodeComparisonOptions

      public ListingCodeComparisonOptions()
  • Method Details

    • getDefaultByteDiffsBackgroundColor

      public Color getDefaultByteDiffsBackgroundColor()
    • getDefaultMnemonicDiffsBackgroundColor

      public Color getDefaultMnemonicDiffsBackgroundColor()
    • getDefaultOperandDiffsBackgroundColor

      public Color getDefaultOperandDiffsBackgroundColor()
    • getDefaultDiffCodeUnitsBackgroundColor

      public Color getDefaultDiffCodeUnitsBackgroundColor()
    • getDefaultUnmatchedCodeUnitsBackgroundColor

      public Color getDefaultUnmatchedCodeUnitsBackgroundColor()
    • getByteDiffsBackgroundColor

      public Color getByteDiffsBackgroundColor()
    • getMnemonicDiffsBackgroundColor

      public Color getMnemonicDiffsBackgroundColor()
    • getOperandDiffsBackgroundColor

      public Color getOperandDiffsBackgroundColor()
    • getDiffCodeUnitsBackgroundColor

      public Color getDiffCodeUnitsBackgroundColor()
    • getUnmatchedCodeUnitsBackgroundColor

      public Color getUnmatchedCodeUnitsBackgroundColor()
    • initializeOptions

      public void initializeOptions(ToolOptions options)
    • loadOptions

      public void loadOptions(ToolOptions options)