Class ListingCodeComparisonOptions


  • public class ListingCodeComparisonOptions
    extends java.lang.Object
    • Field Detail

      • OPTIONS_CATEGORY_NAME

        public static final java.lang.String OPTIONS_CATEGORY_NAME
        See Also:
        Constant Field Values
      • MEDIUM_SKY_BLUE_COLOR

        public static final java.awt.Color MEDIUM_SKY_BLUE_COLOR
      • MEDIUM_GRAY_COLOR

        public static final java.awt.Color MEDIUM_GRAY_COLOR
      • SPRING_GREEN_COLOR

        public static final java.awt.Color SPRING_GREEN_COLOR
    • Constructor Detail

      • ListingCodeComparisonOptions

        public ListingCodeComparisonOptions()
    • Method Detail

      • getDefaultByteDiffsBackgroundColor

        public java.awt.Color getDefaultByteDiffsBackgroundColor()
      • getDefaultMnemonicDiffsBackgroundColor

        public java.awt.Color getDefaultMnemonicDiffsBackgroundColor()
      • getDefaultOperandDiffsBackgroundColor

        public java.awt.Color getDefaultOperandDiffsBackgroundColor()
      • getDefaultDiffCodeUnitsBackgroundColor

        public java.awt.Color getDefaultDiffCodeUnitsBackgroundColor()
      • getDefaultUnmatchedCodeUnitsBackgroundColor

        public java.awt.Color getDefaultUnmatchedCodeUnitsBackgroundColor()
      • getByteDiffsBackgroundColor

        public java.awt.Color getByteDiffsBackgroundColor()
      • getMnemonicDiffsBackgroundColor

        public java.awt.Color getMnemonicDiffsBackgroundColor()
      • getOperandDiffsBackgroundColor

        public java.awt.Color getOperandDiffsBackgroundColor()
      • getDiffCodeUnitsBackgroundColor

        public java.awt.Color getDiffCodeUnitsBackgroundColor()
      • getUnmatchedCodeUnitsBackgroundColor

        public java.awt.Color getUnmatchedCodeUnitsBackgroundColor()
      • initializeOptions

        public void initializeOptions​(ToolOptions options)
      • loadOptions

        public void loadOptions​(ToolOptions options)