TPTP 4.5.0 Platform Project
Internal API Specification

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

All Superinterfaces:
IDItem, IDObject
All Known Implementing Classes:
DAccessibilityDesc, DCellText, DText

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 IDTextualItem
extends IDItem

Provides an interface for object which can contain a string character as contents.


Method Summary
 java.lang.String getText()
          Deprecated. Access method for the text property.
 void setText(java.lang.String aText)
          Deprecated. Sets the value of the text property.
 
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

getText

java.lang.String getText()
Deprecated. 
Access method for the text property.

Returns:
the current value of the text property

setText

void setText(java.lang.String aText)
Deprecated. 
Sets the value of the text property.

Parameters:
aText - the new value of the text property

TPTP 4.5.0 Platform Project
Internal API Specification