CodeViewerService

Package: ghidra.app.services
Type: class

11.1_PUBLIC

addedmethod: requestFocus
void requestFocus()

10.3_PUBLIC

addedmethod: removeHighlightProvider
void removeHighlightProvider(ghidra.app.util.ListingHighlightProvider provider, ghidra.program.model.listing.Program program)
addedmethod: setHighlightProvider
void setHighlightProvider(ghidra.app.util.ListingHighlightProvider provider, ghidra.program.model.listing.Program program)
removedmethod: removeHighlightProvider
void removeHighlightProvider(ghidra.app.util.HighlightProvider provider, ghidra.program.model.listing.Program program)
removedmethod: setHighlightProvider
void setHighlightProvider(ghidra.app.util.HighlightProvider provider, ghidra.program.model.listing.Program program)

10.1_PUBLIC

addedmethod: addListingDisplayListener
void addListingDisplayListener(ghidra.app.util.viewer.listingpanel.AddressSetDisplayListener listener)
addedmethod: removeListingDisplayListener
void removeListingDisplayListener(ghidra.app.util.viewer.listingpanel.AddressSetDisplayListener listener)
removedmethod: addListingDisplayListener
void addListingDisplayListener(ghidra.app.util.viewer.listingpanel.ListingDisplayListener listener)
removedmethod: removeListingDisplayListener
void removeListingDisplayListener(ghidra.app.util.viewer.listingpanel.ListingDisplayListener listener)

9.2_PUBLIC

addedmethod: addListingDisplayListener
void addListingDisplayListener(ghidra.app.util.viewer.listingpanel.ListingDisplayListener listener)
addedmethod: removeListingDisplayListener
void removeListingDisplayListener(ghidra.app.util.viewer.listingpanel.ListingDisplayListener listener)
removedmethod: getLayout
docking.widgets.fieldpanel.Layout getLayout(ghidra.program.model.address.Address addr)

9.0.2_PUBLIC

introducedInitial version