Interface ListingOverviewProvider
public interface ListingOverviewProvider
An overview component that will be placed to the right side of the listing.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Clients call this when they are done with this provider.Returns the component to display in the right margin of the listing.voidscreenDataChanged(Program program, AddressIndexMap map) Called to notify this margin provider that the current screen information has changed.voidsetNavigatable(Navigatable navigatable) Set the component provider that this overview navigates
-
Method Details
-
getComponent
JComponent getComponent()Returns the component to display in the right margin of the listing.- Returns:
- the component
-
screenDataChanged
Called to notify this margin provider that the current screen information has changed.- Parameters:
program- the program to usemap- the address index map to use
-
dispose
void dispose()Clients call this when they are done with this provider.
-