TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.drivers.ui.layout.internal
Class TCellIterator

java.lang.Object
  extended by org.eclipse.tptp.platform.report.drivers.ui.layout.internal.TCellIterator

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 class TCellIterator
extends java.lang.Object

Provides an iterator for ITCell item


Constructor Summary
TCellIterator(TAbstractCell i)
          Deprecated. Creates an interator from a ITCell
 
Method Summary
 TAbstractCell getCurrent()
          Deprecated. Returns the iterator of the current item.
 TAbstractCell getNext()
          Deprecated. Returns the iterator of the first child.
 TAbstractCell getPrevious()
          Deprecated. Returns the iterator of the last child.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCellIterator

public TCellIterator(TAbstractCell i)
Deprecated. 
Creates an interator from a ITCell

Method Detail

getCurrent

public TAbstractCell getCurrent()
Deprecated. 
Returns the iterator of the current item.


getNext

public TAbstractCell getNext()
Deprecated. 
Returns the iterator of the first child.


getPrevious

public TAbstractCell getPrevious()
Deprecated. 
Returns the iterator of the last child.


TPTP 4.5.0 Platform Project
Internal API Specification