Interface ListingBackgroundColorModel

All Superinterfaces:
BackgroundColorModel
All Known Implementing Classes:
PropertyBasedBackgroundColorModel

public interface ListingBackgroundColorModel extends BackgroundColorModel
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.