TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.tools.internal
Class DListLevel

java.lang.Object
  extended by org.eclipse.tptp.platform.report.tools.internal.DListLevel

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

Provides a class to store the list level in a JScrib document during parsing the document.


Field Summary
protected  int[] listTab
          Deprecated.  
 
Constructor Summary
DListLevel()
          Deprecated.  
 
Method Summary
 void clear()
          Deprecated. Clears the internal data.
 void decrease()
          Deprecated. Decreases the list level
 int getCurrentEntryNumber()
          Deprecated. Returns the list number for the current level
 int getLevel()
          Deprecated. Returns the current list level
 int getMax()
          Deprecated. Returns the max of list level
 void increase()
          Deprecated. Increases the list level
 void newEntry()
          Deprecated. Adds one increment in the current list level
 void setMax(int i)
          Deprecated. Sets the list level max
 java.lang.String toFormatString(int format)
          Deprecated. Returns the list level number in a string character with the format \format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listTab

protected int[] listTab
Deprecated. 
Constructor Detail

DListLevel

public DListLevel()
Deprecated. 
Method Detail

increase

public void increase()
Deprecated. 
Increases the list level


decrease

public void decrease()
Deprecated. 
Decreases the list level


newEntry

public void newEntry()
Deprecated. 
Adds one increment in the current list level


getMax

public int getMax()
Deprecated. 
Returns the max of list level


setMax

public void setMax(int i)
Deprecated. 
Sets the list level max

Parameters:
i -

toFormatString

public java.lang.String toFormatString(int format)
Deprecated. 
Returns the list level number in a string character with the format \format

See Also:
DTitleLevel.toFormatString(int)

getCurrentEntryNumber

public int getCurrentEntryNumber()
Deprecated. 
Returns the list number for the current level


getLevel

public int getLevel()
Deprecated. 
Returns the current list level


clear

public void clear()
Deprecated. 
Clears the internal data. Call it before reuse this object.


TPTP 4.6.0 Platform Project
Internal API Specification