Package org.eclipse.mat.report.internal
Class LinkedPart
java.lang.Object
org.eclipse.mat.report.internal.AbstractPart
org.eclipse.mat.report.internal.LinkedPart
-
Constructor Summary
ConstructorDescriptionLinkedPart
(String id, AbstractPart parent, DataFile artefact, Spec spec, AbstractPart linkedTo) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(IQueryContext context, ResultRenderer renderer, IProgressListener listener) Methods inherited from class org.eclipse.mat.report.internal.AbstractPart
getChildren, getCommand, getId, getObject, getParent, getStatus, params, putObject, spec
-
Constructor Details
-
LinkedPart
public LinkedPart(String id, AbstractPart parent, DataFile artefact, Spec spec, AbstractPart linkedTo)
-
-
Method Details
-
execute
public AbstractPart execute(IQueryContext context, ResultRenderer renderer, IProgressListener listener) throws SnapshotException, IOException - Specified by:
execute
in classAbstractPart
- Throws:
SnapshotException
IOException
-