|
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.extension.internal.DExtensible
org.eclipse.tptp.platform.report.tools.internal.DLinkResolver
org.eclipse.tptp.platform.report.birt).
public class DLinkResolver
A DLinkResolver is able to find tags in the document to resolve links. As DExtensible the DLinkResolver class can be extended using "doMethod" mechanism
DExtensible| Nested Class Summary | |
|---|---|
static class |
DLinkResolver.Arg
Deprecated. This class is used as the third parameter of doMethod. |
| Nested classes/interfaces inherited from class org.eclipse.tptp.platform.report.extension.internal.DExtensible |
|---|
DExtensible.InvokeMethod |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.tptp.platform.report.extension.internal.DExtensible |
|---|
mapMethod, paramTab |
| Constructor Summary | |
|---|---|
DLinkResolver()
Deprecated. Creates a DLinkResolver. |
|
DLinkResolver(IDLink l)
Deprecated. Creates a DLinkResolver and initializes the DLink to resolve with l. |
|
| Method Summary | |
|---|---|
void |
doMethod(IDLink link,
DExtensible ext,
java.lang.Object arg)
Deprecated. doMethod for IDLink, if no IDExtension handle link, here is the piece of code to make the last try... |
IDItem |
getDocument()
Deprecated. |
IDItem |
getItemToRebuild()
Deprecated. Checks if the IDItem is need to rebuild after link resolution |
IDLink |
getLink()
Deprecated. Access method for the link property. |
IDTaggedItem |
getTaggedItem()
Deprecated. Access method for the taggedItem property. |
boolean |
isResolved()
Deprecated. Checks if the link is resolved |
static void |
makeDocumentPool(IDDocument[] docs)
Deprecated. This method creates a circular linked list with the documents passed in the table docs. |
void |
resolve(IDProgressMonitor pm)
Deprecated. Resolves the link. |
void |
setLink(IDLink aLink)
Deprecated. Sets the value of the link property. |
| Methods inherited from class org.eclipse.tptp.platform.report.extension.internal.DExtensible |
|---|
doMethod, getDoMethod, installDoMethod, installDoMethods, installDoMethods, invokeDoMethod, invokeSuperDoMethod, removeDoMethod, removeDoMethod, removeDoMethods, removeDoMethods, resolveDoMethod |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DLinkResolver(IDLink l)
l - link to be resolvedpublic DLinkResolver()
| Method Detail |
|---|
public void resolve(IDProgressMonitor pm)
public void doMethod(IDLink link,
DExtensible ext,
java.lang.Object arg)
public IDLink getLink()
public void setLink(IDLink aLink)
aLink - the new value of the link propertypublic IDTaggedItem getTaggedItem()
public IDItem getItemToRebuild()
public boolean isResolved()
public static void makeDocumentPool(IDDocument[] docs)
public IDItem getDocument()
|
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 | ||||||||