DecompilerCodeComparisonPanel

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

11.2_PUBLIC

removedtype: ghidra.app.decompiler.component.DecompilerCodeComparisonPanel
class DecompilerCodeComparisonPanel

11.0_PUBLIC

removedmethod: getPanelThisSupersedes
java.lang.Class<? extends ghidra.app.decompiler.component.DecompilerCodeComparisonPanel<? extends docking.widgets.fieldpanel.internal.FieldPanelCoordinator>> getPanelThisSupersedes()

9.0.2_PUBLIC

addedmethod: createActions
void createActions()
addedmethod: createFieldPanelCoordinator
ghidra.app.decompiler.component.DualDecompilerFieldPanelCoordinator createFieldPanelCoordinator()
addedmethod: getLeftFieldPanel
docking.widgets.fieldpanel.FieldPanel getLeftFieldPanel()
addedmethod: getRightFieldPanel
docking.widgets.fieldpanel.FieldPanel getRightFieldPanel()
addedmethod: leftDecompileDataSet
void leftDecompileDataSet(ghidra.app.decompiler.component.DecompileData decompileData)
addedmethod: rightDecompileDataSet
void rightDecompileDataSet(ghidra.app.decompiler.component.DecompileData decompileData)
addedmethod: setPrograms
void setPrograms(ghidra.program.model.listing.Program leftProgram, ghidra.program.model.listing.Program rightProgram)

9.0.1_PUBLIC

introducedInitial version