Interface ListingBackgroundColorModel
- All Superinterfaces:
BackgroundColorModel
- All Known Implementing Classes:
PropertyBasedBackgroundColorModel
This interface extends the
BackgroundColorModel exclusively for BackgroundColorModels used by
the ListingPanel. The BackgroundColorModel is a general contract for dealing with
background colors in a FieldPanel. ListingBackgroundColorModels require additional
information such as the AddressIndexMap and the program so that it translate the indexes
to specific addresses and look up information in the program.-
Method Summary
Modifier and TypeMethodDescriptionvoidmodelDataChanged(ListingPanel listingPanel) Called when theAddressIndexMapor theProgramchanges.Methods inherited from interface docking.widgets.fieldpanel.support.BackgroundColorModel
getBackgroundColor, getDefaultBackgroundColor, setDefaultBackgroundColor
-
Method Details
-
modelDataChanged
Called when theAddressIndexMapor theProgramchanges.- Parameters:
listingPanel- theListingPanelthat changed and where the newAddressIndexMapandProgramcan be retrieved.
-