TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Class DSummary

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DSummary
All Implemented Interfaces:
IDItem, IDObject, IDParagraphItem, IDTaggedItem

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 DSummary
extends DItem
implements IDParagraphItem, IDTaggedItem

A DSummary is a table of contents which lists titles, title levels. This item is not actually implemented by the drivers. It will be implemented in the next version.

See Also:
DTitle

Constructor Summary
DSummary()
          Deprecated. Creates a DSummary for all titles.
DSummary(int _maxLevel)
          Deprecated. Creates a Summary the for the title level between 0 and _maxLevel.
 
Method Summary
 java.lang.String getTag()
          Deprecated. Access method for the tag property.
 int getTitleLevel()
          Deprecated. Access method for the titleLevel property.
 void setTag(java.lang.String aTag)
          Deprecated. Sets the value of the tag property.
 void setTitleLevel(int aTitleLevel)
          Deprecated. Sets the value of the titleLevel property.
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.tptp.platform.report.core.internal.IDItem
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle
 
Methods inherited from interface org.eclipse.tptp.platform.report.core.internal.IDItem
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle
 

Constructor Detail

DSummary

public DSummary(int _maxLevel)
Deprecated. 
Creates a Summary the for the title level between 0 and _maxLevel. For all title levels the maxLevel can be equal to -1


DSummary

public DSummary()
Deprecated. 
Creates a DSummary for all titles.

Method Detail

getTitleLevel

public int getTitleLevel()
Deprecated. 
Access method for the titleLevel property.

Returns:
the current value of the titleLevel property

setTitleLevel

public void setTitleLevel(int aTitleLevel)
Deprecated. 
Sets the value of the titleLevel property.

Parameters:
aTitleLevel - the new value of the titleLevel property

getTag

public java.lang.String getTag()
Deprecated. 
Access method for the tag property.

Specified by:
getTag in interface IDTaggedItem
Returns:
the current value of the tag property

setTag

public void setTag(java.lang.String aTag)
Deprecated. 
Sets the value of the tag property.

Specified by:
setTag in interface IDTaggedItem
Parameters:
aTag - the new value of the tag property

TPTP 4.5.0 Platform Project
Internal API Specification