TPTP 4.5.0 Platform Project
Internal API Specification

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

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DItemContainer
          extended by org.eclipse.tptp.platform.report.core.internal.DList
All Implemented Interfaces:
IDItem, IDObject, IDParagraphItem

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 DList
extends DItemContainer
implements IDParagraphItem

A DList is a DItemContainer that lists paragraph numbers or paragraph glyph. A DList can contain IDParagraphItem. The children item of a DList are the contents of the list. They will be prefixed by a glyph or a number.


Constructor Summary
DList()
          Deprecated. Creates a DList with GLYPH format by default.
DList(int t)
          Deprecated. Creates a DList with format t.
 
Method Summary
 int getFormat()
          Deprecated. Access method for the format property.
 java.lang.String getStringFormat()
          Deprecated. Returns the value of the format property as a string.
 void setFormat(int aFormat)
          Deprecated. Sets the value of the format property.
 void setFormat(java.lang.String format)
          Deprecated. Sets the value of the format property from a string.
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItemContainer
clear, getChildCount, getChildOfClass, getChildPosition, getChildrenOfClass, getFirstChild, getLastChild, insertChild, isContainer, removeChild
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem
addChild, getAppliedStyle, getIterator, getNext, getParent, getRoot, getStyle, 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
 

Constructor Detail

DList

public DList(int t)
Deprecated. 
Creates a DList with format t.


DList

public DList()
Deprecated. 
Creates a DList with GLYPH format by default.

Method Detail

getFormat

public int getFormat()
Deprecated. 
Access method for the format property.

Returns:
the current value of the format property
See Also:
DStyle.getNumberingFormat()

setFormat

public void setFormat(int aFormat)
Deprecated. 
Sets the value of the format property. The values are defined in the DStyle class.

Parameters:
aFormat - the new value of the format property
See Also:
DStyle

setFormat

public void setFormat(java.lang.String format)
Deprecated. 
Sets the value of the format property from a string. The values are defined in the DStyle class.

Parameters:
aFormat - the new value of the format property
See Also:
DStyle

getStringFormat

public java.lang.String getStringFormat()
Deprecated. 
Returns the value of the format property as a string. The values are defined in the DStyle class.

See Also:
DStyle

TPTP 4.5.0 Platform Project
Internal API Specification