Class ListingHoverProvider
- java.lang.Object
- 
- ghidra.app.plugin.core.hover.AbstractHoverProvider
- 
- ghidra.app.util.viewer.listingpanel.ListingHoverProvider
 
 
- 
- All Implemented Interfaces:
- HoverProvider
 
 public class ListingHoverProvider extends ghidra.app.plugin.core.hover.AbstractHoverProvider
- 
- 
Constructor SummaryConstructors Constructor Description ListingHoverProvider()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddHoverService(ghidra.app.plugin.core.codebrowser.hover.ListingHoverService hoverService)protected ProgramLocationgetHoverLocation(FieldLocation fieldLocation, Field field, java.awt.Rectangle fieldBounds, java.awt.event.MouseEvent event)voidremoveHoverService(ghidra.app.plugin.core.codebrowser.hover.ListingHoverService hoverService)
 
- 
- 
- 
Method Detail- 
addHoverServicepublic void addHoverService(ghidra.app.plugin.core.codebrowser.hover.ListingHoverService hoverService) 
 - 
removeHoverServicepublic void removeHoverService(ghidra.app.plugin.core.codebrowser.hover.ListingHoverService hoverService) 
 - 
getHoverLocationprotected ProgramLocation getHoverLocation(FieldLocation fieldLocation, Field field, java.awt.Rectangle fieldBounds, java.awt.event.MouseEvent event) - Specified by:
- getHoverLocationin class- ghidra.app.plugin.core.hover.AbstractHoverProvider
 
 
- 
 
-