Package ghidra.app.decompiler.component
Class DecompilerHoverProvider
java.lang.Object
ghidra.app.plugin.core.hover.AbstractHoverProvider
ghidra.app.decompiler.component.DecompilerHoverProvider
- All Implemented Interfaces:
HoverProvider
public class DecompilerHoverProvider
extends ghidra.app.plugin.core.hover.AbstractHoverProvider
-
Field Summary
Fields inherited from class ghidra.app.plugin.core.hover.AbstractHoverProvider
activeHoverService, enabled, hoverServices, lastField, popupWindow, popupWindowPlacer, program, windowName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHoverService(DecompilerHoverService hoverService) protected ProgramLocationgetHoverLocation(FieldLocation fieldLocation, Field field, Rectangle fieldBounds, MouseEvent event) voidremoveHoverService(DecompilerHoverService hoverService) Methods inherited from class ghidra.app.plugin.core.hover.AbstractHoverProvider
addHoverService, closeHover, dispose, getProgram, initializeListingHoverHandler, isForcePopups, isShowing, mouseHovered, removeHoverService, scroll, setHoverEnabled, setPopupPlacer, setProgram, showPopup
-
Constructor Details
-
DecompilerHoverProvider
public DecompilerHoverProvider()
-
-
Method Details
-
addHoverService
-
removeHoverService
-
getHoverLocation
protected ProgramLocation getHoverLocation(FieldLocation fieldLocation, Field field, Rectangle fieldBounds, MouseEvent event) - Specified by:
getHoverLocationin classghidra.app.plugin.core.hover.AbstractHoverProvider
-