|
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.tools.internal.DLinkResolver.Arg
public static class DLinkResolver.Arg
This class is used as the third parameter of doMethod. if link is resolved by an extension, found tagged item (if any), can be set here.
| Field Summary | |
|---|---|
IDItem |
document
returned by doMethod if this method found a document item associated to link |
IDItem |
needRebuild
returned by doMethod if this method update items of current document, and want (have) to declare it to link resolver caller. |
IDProgressMonitor |
pmonitor
Progress monitor to indicate status of the search progress |
boolean |
resolved
returned by doMethod to said, yes (or no) I resolve this link. |
IDTaggedItem |
taggedItem
returned by doMethod if this method found tagged item associated to link |
| Constructor Summary | |
|---|---|
DLinkResolver.Arg()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean resolved
public IDItem document
public IDTaggedItem taggedItem
public IDItem needRebuild
public IDProgressMonitor pmonitor
| Constructor Detail |
|---|
public DLinkResolver.Arg()
|
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 | ||||||||