TPTP 4.6.0 Platform Project
Internal API Specification

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

All Known Subinterfaces:
IDIImageProvider
All Known Implementing Classes:
AbstractIImageProvider, AWTIImageProvider, RenderPersistData, SWTDStyle, SWTIImageProvider

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 IDisposable

Interface to mark class that have .dispose() method ... useful in SWT (?)


Method Summary
 void dispose()
          Deprecated.  
 

Method Detail

dispose

void dispose()
Deprecated. 

TPTP 4.6.0 Platform Project
Internal API Specification