ReferenceDecompilerHover

Package: ghidra.app.decompiler.component.hover
Type: class

9.2.3_PUBLIC

addedmethod: getDescription
java.lang.String getDescription()
addedmethod: getName
java.lang.String getName()
addedmethod: getOptionsCategory
java.lang.String getOptionsCategory()
removedmethod: initializeOptions
void initializeOptions()

9.1_PUBLIC

modifiedmethod: getHoverComponent
param 2 renamed: programLocation → location
- javax.swing.JComponent getHoverComponent(ghidra.program.model.listing.Program program, ghidra.program.util.ProgramLocation programLocation, docking.widgets.fieldpanel.support.FieldLocation fieldLocation, docking.widgets.fieldpanel.field.Field field)
+ javax.swing.JComponent getHoverComponent(ghidra.program.model.listing.Program program, ghidra.program.util.ProgramLocation location, docking.widgets.fieldpanel.support.FieldLocation fieldLocation, docking.widgets.fieldpanel.field.Field field)

9.0.2_PUBLIC

addedfield: NAME
static java.lang.String NAME

9.0.1_PUBLIC

introducedInitial version