Class ReferenceDecompilerHover
java.lang.Object
ghidra.app.plugin.core.hover.AbstractHover
ghidra.app.plugin.core.hover.AbstractConfigurableHover
ghidra.app.plugin.core.hover.AbstractReferenceHover
ghidra.app.decompiler.component.hover.ReferenceDecompilerHover
- All Implemented Interfaces:
- DecompilerHoverService,- HoverService,- OptionsChangeListener,- Disposable
public class ReferenceDecompilerHover
extends ghidra.app.plugin.core.hover.AbstractReferenceHover
implements DecompilerHoverService
- 
Field SummaryFields inherited from class ghidra.app.plugin.core.hover.AbstractConfigurableHoveroptionsFields inherited from class ghidra.app.plugin.core.hover.AbstractHoverenabled, priority, tool
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringgetHoverComponent(Program program, ProgramLocation location, FieldLocation fieldLocation, Field field) Returns a component to be shown in a popup window that is relevant to the given parameters.protected StringgetName()protected StringMethods inherited from class ghidra.app.plugin.core.hover.AbstractReferenceHovercomponentHidden, componentShown, createExternalToolTipComponent, createOutOfMemoryToolTipComponent, dispose, getPanel, getPreviewLocation, getToolTip, initializeLazily, initializeOptions, programClosed, scroll, setOptionsMethods inherited from class ghidra.app.plugin.core.hover.AbstractConfigurableHoveroptionsChangedMethods inherited from class ghidra.app.plugin.core.hover.AbstractHovercreateTooltipComponent, getPriority, hoverModeSelected, isValidTooltipContentMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ghidra.app.services.HoverServicecomponentHidden, componentShown, getPriority, hoverModeSelected, scroll
- 
Constructor Details- 
ReferenceDecompilerHover
 
- 
- 
Method Details- 
getName- Specified by:
- getNamein class- ghidra.app.plugin.core.hover.AbstractConfigurableHover
 
- 
getDescription- Specified by:
- getDescriptionin class- ghidra.app.plugin.core.hover.AbstractConfigurableHover
 
- 
getOptionsCategory- Specified by:
- getOptionsCategoryin class- ghidra.app.plugin.core.hover.AbstractConfigurableHover
 
- 
getHoverComponentpublic JComponent getHoverComponent(Program program, ProgramLocation location, FieldLocation fieldLocation, Field field) Description copied from interface:HoverServiceReturns a component to be shown in a popup window that is relevant to the given parameters. Null is returned if there is no appropriate information to display.- Specified by:
- getHoverComponentin interface- HoverService
- Overrides:
- getHoverComponentin class- ghidra.app.plugin.core.hover.AbstractReferenceHover
- Parameters:
- program- the program that is being hovered over.
- location- the program location where the mouse is hovering.
- fieldLocation- the precise mouse location within the field viewer
- field- the field over which the mouse is hovering
- Returns:
- The component to be shown for the given location information.
 
 
-