TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.extension.internal
Interface IDExtension

All Known Implementing Classes:
DExtensibleTest1.Extension1, DExtensibleTest1.Extension1_1, DExtensibleTest1.Extension2, DXYSurface.Extension

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 IDExtension

Object which want to extends/configure a DExtensible object must implements this interface and register into DExtensionRegistry.


Method Summary
 void updateExtensible(DExtensible ext)
          Deprecated. setup and update givent extensible part
 

Method Detail

updateExtensible

void updateExtensible(DExtensible ext)
Deprecated. 
setup and update givent extensible part


TPTP 4.6.0 Platform Project
Internal API Specification