Package ghidra.debug.api.listing
Class MultiBlendedListingBackgroundColorModel
java.lang.Object
ghidra.debug.api.listing.MultiBlendedListingBackgroundColorModel
- All Implemented Interfaces:
BackgroundColorModel,ListingBackgroundColorModel
public class MultiBlendedListingBackgroundColorModel
extends Object
implements ListingBackgroundColorModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetBackgroundColor(BigInteger index) voidmodelDataChanged(ListingPanel listingPanel) Called when theAddressIndexMapor theProgramchanges.voidvoid
-
Constructor Details
-
MultiBlendedListingBackgroundColorModel
public MultiBlendedListingBackgroundColorModel()
-
-
Method Details
-
addModel
-
removeModel
-
getBackgroundColor
- Specified by:
getBackgroundColorin interfaceBackgroundColorModel
-
getDefaultBackgroundColor
- Specified by:
getDefaultBackgroundColorin interfaceBackgroundColorModel
-
setDefaultBackgroundColor
- Specified by:
setDefaultBackgroundColorin interfaceBackgroundColorModel
-
modelDataChanged
Description copied from interface:ListingBackgroundColorModelCalled when theAddressIndexMapor theProgramchanges.- Specified by:
modelDataChangedin interfaceListingBackgroundColorModel- Parameters:
listingPanel- theListingPanelthat changed and where the newAddressIndexMapandProgramcan be retrieved.
-