Interface OverviewProvider
public interface OverviewProvider
Interface implemented by classes that provide overview components to the right side of the
listing.
-
Method Summary
ChangeModifier and TypeMethodDescriptionReturns the component to diplay in the right margin of the listing.NEWvoidsetNavigatable(Navigatable navigatable) Set the component provider that this overview navigatesNEWvoidsetProgram(Program program, AddressIndexMap map) Sets the current program and associated address-index mapREMOVEDvoidsetAddressIndexMap(AddressIndexMap map) Removed
-
Method Details
-
getComponent
JComponent getComponent()Returns the component to diplay in the right margin of the listing. -
setProgram NEW
Sets the current program and associated address-index map- Parameters:
program- the program to use.map- the address-index map to use.
-