Package ghidra.app.util.viewer.proxy
Class DataProxy
Stores information about a data item in a program such that the data item can
be retrieved when needed.
-
Constructor Summary
ConstructorDescriptionDataProxy
(ListingModel model, Program program, Data data) Construct a proxy for the given Data object. -
Method Summary
Methods inherited from class ghidra.app.util.viewer.proxy.ProxyObj
getListingLayoutModel
-
Constructor Details
-
DataProxy
Construct a proxy for the given Data object.- Parameters:
model
- the modelprogram
- the program containing the data object.data
- the Data object to proxy.
-
-
Method Details