Interface ListingOverviewProvider


public interface ListingOverviewProvider
An overview component that will be placed to the right side of the listing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clients call this when they are done with this provider.
    Returns the component to display in the right margin of the listing.
    void
    Called to notify this margin provider that the current screen information has changed.
    void
    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

      void screenDataChanged(Program program, AddressIndexMap map)
      Called to notify this margin provider that the current screen information has changed.
      Parameters:
      program - the program to use
      map - the address index map to use
    • setNavigatable

      void setNavigatable(Navigatable navigatable)
      Set the component provider that this overview navigates
      Parameters:
      navigatable - the navigatable provider
    • dispose

      void dispose()
      Clients call this when they are done with this provider.