ProgramBigListingModel

Package: ghidra.app.util.viewer.listingpanel
Type: class

12.0_PUBLIC

addedmethod: areFunctionVariablesOpen
boolean areFunctionVariablesOpen(ghidra.program.model.address.Address FunctionAddress)
addedmethod: setAllFunctionVariablesOpen
void setAllFunctionVariablesOpen(boolean open)
addedmethod: setFunctionVariablesOpen
void setFunctionVariablesOpen(ghidra.program.model.address.Address functionAddress, boolean open)

11.2_PUBLIC

removedmethod: formatModelAdded
void formatModelAdded(ghidra.app.util.viewer.format.FieldFormatModel model)
removedmethod: formatModelRemoved
void formatModelRemoved(ghidra.app.util.viewer.format.FieldFormatModel model)

9.2_PUBLIC

addedmethod: copy
ghidra.app.util.viewer.listingpanel.ListingModel copy()
modifiedmethod: openData
return type: void → boolean
- void openData(ghidra.program.model.listing.Data data)
+ boolean openData(ghidra.program.model.listing.Data data)

9.0.2_PUBLIC

addedmethod: notifyDataChanged
void notifyDataChanged(boolean updateImmediately)
addedfield: program
ghidra.program.model.listing.Program program

9.0.1_PUBLIC

introducedInitial version