Package ghidra.app.util.viewer.proxy
Class DataProxy
- java.lang.Object
- 
- ghidra.app.util.viewer.proxy.ProxyObj<Data>
- 
- ghidra.app.util.viewer.proxy.DataProxy
 
 
- 
- 
Constructor SummaryConstructors Constructor Description DataProxy(ListingModel model, Program program, Data data)Construct a proxy for the given Data object.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DatagetObject()Returns the object that this proxy represents or null if the represented object no longer exists.- 
Methods inherited from class ghidra.app.util.viewer.proxy.ProxyObjgetListingLayoutModel
 
- 
 
- 
- 
- 
Constructor Detail- 
DataProxypublic DataProxy(ListingModel model, Program program, Data data) Construct a proxy for the given Data object.- Parameters:
- program- the program containing the data object.
- data- the Data object to proxy.
 
 
- 
 - 
Method Detail- 
getObjectpublic Data getObject() Description copied from class:ProxyObjReturns the object that this proxy represents or null if the represented object no longer exists.- Specified by:
- getObjectin class- ProxyObj<Data>
- Returns:
- the object that this proxy represents or null if the represented object no longer exists.
- See Also:
- ProxyObj.getObject()
 
 
- 
 
-