|
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.DIndexEntry
org.eclipse.tptp.platform.report.birt).
public class DIndexEntry
A DIndexEntry is an index entry. For example if you want to create an index of
all pictures in the document, you add an entry with the property 'picture' in
front of each image.
A DIndex entry is an IDTaggedItem, you can reference it with an IDLink.
This item is not actually implemented by the drivers.
It will be implemented in the next version.
IDLink| Constructor Summary | |
|---|---|
DIndexEntry()
Deprecated. Creates a DIndexEntry with a null property. |
|
DIndexEntry(java.lang.String _prop,
java.lang.Object _value)
Deprecated. Creates a DIndexEntry with property named 'prop' and associated value 'v'. |
|
| Method Summary | |
|---|---|
DPropertyStore |
getProperties()
Deprecated. Return property store |
java.lang.String |
getTag()
Deprecated. Returns the tag |
void |
setTag(java.lang.String _tag)
Deprecated. Sets the tag. |
| 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 DIndexEntry()
public DIndexEntry(java.lang.String _prop,
java.lang.Object _value)
_prop - name of the property_value - value of the property| Method Detail |
|---|
public DPropertyStore getProperties()
public java.lang.String getTag()
getTag in interface IDTaggedItempublic void setTag(java.lang.String _tag)
setTag in interface IDTaggedItem_tag - is a unique string characters.
|
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 | ||||||||