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 Summary
Constructors Constructor Description DataProxy(ListingModel model, Program program, Data data)Construct a proxy for the given Data object.
-
Method Summary
All 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.ProxyObj
getListingLayoutModel
-
-
-
-
Constructor Detail
-
DataProxy
public 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
-
getObject
public 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 classProxyObj<Data>- Returns:
- the object that this proxy represents or null if the represented object no longer exists.
- See Also:
ProxyObj.getObject()
-
-