|
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.DLink
org.eclipse.tptp.platform.report.birt).
public class DLink
A DLink allows to define links in a document and create hypertext document. by referencing a DTag. A DLink describes a link to a document, a section and a tag. The target is described as a string.
utility class| Constructor Summary | |
|---|---|
DLink()
Deprecated. Creates a DLink with an empty target. |
|
DLink(java.lang.String target)
Deprecated. Creates a DLink whose target is the parameter target. |
|
DLink(java.lang.String a_method,
java.lang.String a_path)
Deprecated. Creates a DLink whose target is a_path and method is a_method. |
|
| Method Summary | |
|---|---|
IDItem |
getLinkedItem()
Deprecated. Returns this |
java.lang.String |
getTarget()
Deprecated. Returns the link target |
void |
setTarget(java.lang.String a_target)
Deprecated. Sets the target (method and path) for this link. |
| 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 |
|---|
public DLink(java.lang.String target)
public DLink(java.lang.String a_method,
java.lang.String a_path)
a_method - a method identifier from IDLink interface.a_target - target of the link.public DLink()
| Method Detail |
|---|
public java.lang.String getTarget()
getTarget in interface IDLinkIDLink.getTarget()public IDItem getLinkedItem()
getLinkedItem in interface IDLinkIDLink.getLinkedItem()public void setTarget(java.lang.String a_target)
setTarget in interface IDLinkDLinkUtil.buildTarget(java.lang.String, java.lang.String)
|
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 | ||||||||