TPTP 4.5.0 Platform Project
Internal API Specification

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

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

A DTag is a fixed point in a document that represents a target for a link. It is like an anchor in the document.


Constructor Summary
DTag()
          Deprecated. Creates a DTag with no tag.By default this tagged 'tagdefault'
DTag(java.lang.String tag)
          Deprecated. Creates a DTag named 'n'.
 
Method Summary
 java.lang.String getTag()
          Deprecated. Access method for the tag property.
 void setTag(java.lang.String aTag)
          Deprecated. Sets the value of the tag 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

DTag

public DTag(java.lang.String tag)
Deprecated. 
Creates a DTag named 'n'.


DTag

public DTag()
Deprecated. 
Creates a DTag with no tag.By default this tagged 'tagdefault'

Method Detail

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. If aTag is null the tag takes 'tagdefault' automatically.

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

TPTP 4.5.0 Platform Project
Internal API Specification