TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Interface IDTaggedItem

All Superinterfaces:
IDItem, IDObject
All Known Subinterfaces:
IDDocument
All Known Implementing Classes:
DDocument, DIndex, DIndexEntry, DPopup, DSection, DSummary, DTag, DTitle

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 interface IDTaggedItem
extends IDItem

Provides an interface for item which can be identified by a tag in a document.


Method Summary
 java.lang.String getTag()
          Deprecated. Returns the item tag.
 void setTag(java.lang.String t)
          Deprecated. Sets the item tag to 't'.
 
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
 

Method Detail

setTag

void setTag(java.lang.String t)
Deprecated. 
Sets the item tag to 't'.


getTag

java.lang.String getTag()
Deprecated. 
Returns the item tag.


TPTP 4.5.0 Platform Project
Internal API Specification