TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Interface IDRegistry

All Superinterfaces:
IDObject
All Known Implementing Classes:
DColorRegistry, DExtensionRegistry, DFontRegistry, DStyleRegistry, ViewerRegistry

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 IDRegistry
extends IDObject

Provides a common interface for registries.


Method Summary
 void clear()
          Deprecated. Clear the contents before re-use
 java.util.Iterator iterator()
          Deprecated. Returns an iterator to access to all elements
 

Method Detail

clear

void clear()
Deprecated. 
Clear the contents before re-use


iterator

java.util.Iterator iterator()
Deprecated. 
Returns an iterator to access to all elements


TPTP 4.5.0 Platform Project
Internal API Specification