TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.tools.internal
Interface IVObject

All Known Implementing Classes:
TCellData, TCellRenderable

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IVObject

Interface for a set/get using Object.

See Also:
IDisposable

Method Summary
 java.lang.Object getObject()
          Deprecated.  
 void setObject(java.lang.Object object)
          Deprecated. Change the current value of stored object.
 

Method Detail

getObject

java.lang.Object getObject()
Deprecated. 
Returns:
current stored object

setObject

void setObject(java.lang.Object object)
Deprecated. 
Change the current value of stored object. To handle correclty stored system resource such as Font,Color that MUST be disposed. this is under the responsability of IVObject implementor to check before changing current value, this value isn't an instance of IDisposable and if it's the case to call .dispose() method.


TPTP 4.5.0 Platform Project
Internal API Specification