|
TPTP 4.6.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.DIndex
org.eclipse.tptp.platform.report.birt).
public class DIndex
Creates automatically an index in the document. To render the index the driver
uses the index entries which have the same property that the index.
The index has a property to able to create different index in a document.
This item is not actually implemented by the drivers.
It will be implemented in the next version.
| Constructor Summary | |
|---|---|
DIndex()
Deprecated. Creates an index with a null property. |
|
DIndex(java.lang.String _name,
java.lang.Object _value)
Deprecated. Creates a DIndex with a property named _name and a value _value. |
|
| Method Summary | |
|---|---|
java.util.ArrayList |
getEntries()
Deprecated. Returns the entries of the index which match with the index property Not yet implemented will be in next version |
java.lang.String |
getProperty()
Deprecated. Access method for the property property. |
java.lang.String |
getTag()
Deprecated. Access method for the tag property. |
java.lang.Object |
getValue()
Deprecated. Access method for the value property. |
void |
setProperty(java.lang.String aProperty)
Deprecated. Sets the value of the property property. |
void |
setTag(java.lang.String aTag)
Deprecated. Sets the value of the tag property. |
void |
setValue(java.lang.Object aValue)
Deprecated. Sets the value of the value property. |
| Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem |
|---|
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, 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 DIndex(java.lang.String _name,
java.lang.Object _value)
public DIndex()
| Method Detail |
|---|
public java.lang.String getProperty()
public void setProperty(java.lang.String aProperty)
aProperty - the new value of the property propertypublic java.lang.Object getValue()
public void setValue(java.lang.Object aValue)
aValue - the new value of the value propertypublic java.lang.String getTag()
getTag in interface IDTaggedItempublic void setTag(java.lang.String aTag)
setTag in interface IDTaggedItemaTag - the new value of the tag propertypublic java.util.ArrayList getEntries()
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||