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 SummaryConstructorsConstructorDescriptionDataProxy(ListingModel model, Program program, Data data) Construct a proxy for the given Data object.
- 
Method SummaryMethods inherited from class ghidra.app.util.viewer.proxy.ProxyObjgetListingLayoutModel
- 
Constructor Details- 
DataProxyConstruct a proxy for the given Data object.- Parameters:
- model- the model
- program- the program containing the data object.
- data- the Data object to proxy.
 
 
- 
- 
Method Details