EmptyListingModel

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)

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.1_PUBLIC

introducedInitial version