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