Package org.eclipse.mat.report.internal
Class LinkedPart
- java.lang.Object
-
- org.eclipse.mat.report.internal.AbstractPart
-
- org.eclipse.mat.report.internal.LinkedPart
-
public class LinkedPart extends AbstractPart
-
-
Constructor Summary
Constructors Constructor Description LinkedPart(java.lang.String id, AbstractPart parent, DataFile artefact, Spec spec, AbstractPart linkedTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractPart
execute(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 Detail
-
LinkedPart
public LinkedPart(java.lang.String id, AbstractPart parent, DataFile artefact, Spec spec, AbstractPart linkedTo)
-
-
Method Detail
-
execute
public AbstractPart execute(IQueryContext context, ResultRenderer renderer, IProgressListener listener) throws SnapshotException, java.io.IOException
- Specified by:
execute
in classAbstractPart
- Throws:
SnapshotException
java.io.IOException
-
-