TPTP 4.5.0 Platform Project
Internal API Specification

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

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DItemContainer
          extended by org.eclipse.tptp.platform.report.core.internal.DTitle
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 DTitle
extends DItemContainer
implements IDParagraphItem, IDTaggedItem

A DTitle is a title with a title level and a tag. The tag is usefull for the summary links.

See Also:
DSummary

Constructor Summary
DTitle()
          Deprecated. Creates a title with a level equal to 0 and a null tag.
DTitle(int l)
          Deprecated. Creates a title with level 'l'.
 
Method Summary
 int getLevel()
          Deprecated. Access method for the level property.
 java.lang.String getTag()
          Deprecated. Returns the item tag.
 void setLevel(int aLevel)
          Deprecated. Sets the value of the level property.
 void setTag(java.lang.String aTag)
          Deprecated. Sets the value of the tag associated with this title, might be null
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItemContainer
clear, getChildCount, getChildOfClass, getChildPosition, getChildrenOfClass, getFirstChild, getLastChild, insertChild, isContainer, removeChild
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem
addChild, getAppliedStyle, getIterator, getNext, getParent, getRoot, getStyle, 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

DTitle

public DTitle(int l)
Deprecated. 
Creates a title with level 'l'.


DTitle

public DTitle()
Deprecated. 
Creates a title with a level equal to 0 and a null tag.

Method Detail

getLevel

public int getLevel()
Deprecated. 
Access method for the level property.

Returns:
the current value of the level property

setLevel

public void setLevel(int aLevel)
Deprecated. 
Sets the value of the level property.

Parameters:
aLevel - the new value of the level property

getTag

public java.lang.String getTag()
Deprecated. 
Description copied from interface: IDTaggedItem
Returns the item tag.

Specified by:
getTag in interface IDTaggedItem
Returns:
the current value of title's tag, might be null is no tag set.

setTag

public void setTag(java.lang.String aTag)
Deprecated. 
Sets the value of the tag associated with this title, might be null. *

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

TPTP 4.5.0 Platform Project
Internal API Specification