|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.core.internal.DItem
org.eclipse.tptp.platform.report.core.internal.DItemContainer
org.eclipse.tptp.platform.report.core.internal.DTitle
org.eclipse.tptp.platform.report.birt).
public class DTitle
A DTitle is a title with a title level and a tag. The tag is usefull for the summary links.
DSummary| Constructor Summary | |
|---|---|
DTitle()
Deprecated. Creates a title with a level equal to 0 and a null tag. |
|
DTitle(int l)
Deprecated. Creates a title with level 'l'. |
|
| Method Summary | |
|---|---|
int |
getLevel()
Deprecated. Access method for the level property. |
java.lang.String |
getTag()
Deprecated. Returns the item tag. |
void |
setLevel(int aLevel)
Deprecated. Sets the value of the level property. |
void |
setTag(java.lang.String aTag)
Deprecated. Sets the value of the tag associated with this title, might be null |
| 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 |
| 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 |
|---|
public DTitle(int l)
public DTitle()
| Method Detail |
|---|
public int getLevel()
public void setLevel(int aLevel)
aLevel - the new value of the level propertypublic java.lang.String getTag()
IDTaggedItem
getTag in interface IDTaggedItempublic void setTag(java.lang.String aTag)
setTag in interface IDTaggedItemaTag - the new value of the tag.
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||