TPTP 4.5.0 Platform Project
Internal API Specification

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

All Superinterfaces:
IDItem, IDObject, IDParagraphItem
All Known Implementing Classes:
DData, DImage, 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 IDBasicItem
extends IDParagraphItem

Provides an empty interface for categorized basic items in a JScrib document. The basic items are generally leaf items like DText or DImage that are children of DTitle or DLink items


Method Summary
 
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
 


TPTP 4.5.0 Platform Project
Internal API Specification