Package org.eclipse.mat.report.internal
Class SectionPart
- java.lang.Object
-
- org.eclipse.mat.report.internal.AbstractPart
-
- org.eclipse.mat.report.internal.SectionPart
-
public class SectionPart extends AbstractPart
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractPart
execute(IQueryContext context, ResultRenderer renderer, IProgressListener listener)
String
getCommand()
-
Methods inherited from class org.eclipse.mat.report.internal.AbstractPart
getChildren, getId, getObject, getParent, getStatus, params, putObject, spec
-
-
-
-
Method Detail
-
getCommand
public String getCommand()
- Overrides:
getCommand
in classAbstractPart
-
execute
public AbstractPart execute(IQueryContext context, ResultRenderer renderer, IProgressListener listener) throws SnapshotException, IOException
- Specified by:
execute
in classAbstractPart
- Throws:
SnapshotException
IOException
-
-