Class ListingComparisonProvider

    • Constructor Detail

      • ListingComparisonProvider

        public ListingComparisonProvider​(PluginTool tool,
                                         java.lang.String name,
                                         Program p1,
                                         Program p2,
                                         AddressSetView set1,
                                         AddressSetView set2)
        Constructor for a provider that can display a ListingCodeComparisonPanel.
        Parameters:
        tool - the tool that contains this provider.
        name - the owner of this provider, which is usually a plugin name.
        p1 - program for the listing displayed in the left side of the panel.
        p2 - program for the listing displayed in the right side of the panel.
        set1 - the address set indicating the portion of the listing displayed in the left side of the panel.
        set2 - the address set indicating the portion of the listing displayed in the right side of the panel.