Interface OverviewProvider


  • public interface OverviewProvider
    Interface implemented by classes that provide overview components to the right side of the listing.
    • Method Detail

      • getComponent

        javax.swing.JComponent getComponent()
        Returns the component to diplay in the right margin of the listing.
      • setAddressIndexMap

        void setAddressIndexMap​(AddressIndexMap map)
        Sets the AddressIndexMap whenever it changes so that the overview provider has an current map.
        Parameters:
        map - the current AddressIndexMap of the ListingPanel