TPTP 4.5.0 Platform Project
Internal API Specification

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

All Superinterfaces:
IDItem, IDObject, IDTaggedItem
All Known Implementing Classes:
DDocument

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 IDDocument
extends IDTaggedItem, IDItem

Provides an interface for the JScrib documents.


Method Summary
 IDItem getDocument()
          Deprecated.  
 java.lang.String getTitle()
          Deprecated.  
 void setTitle(java.lang.String t)
          Deprecated. Sets the document title to 't'
 
Methods inherited from interface org.eclipse.tptp.platform.report.core.internal.IDTaggedItem
getTag, setTag
 
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

getTitle

java.lang.String getTitle()
Deprecated. 
Returns:
the document title. This title is used by the driver to set a Job name, a window title, etc...

setTitle

void setTitle(java.lang.String t)
Deprecated. 
Sets the document title to 't'


getDocument

IDItem getDocument()
Deprecated. 
Returns:
the root IDItem of the document

TPTP 4.5.0 Platform Project
Internal API Specification