Interface OverviewProvider


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

    • getComponent

      JComponent getComponent()
      Returns the component to diplay in the right margin of the listing.
    • setProgram NEW

      void setProgram(Program program, AddressIndexMap map)
      Sets the current program and associated address-index map
      Parameters:
      program - the program to use.
      map - the address-index map to use.
    • setNavigatable NEW

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