|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractPart | |
---|---|
org.eclipse.mat.report.internal | Internal classes for controlling building of reports from XML report definitions (not API). |
Uses of AbstractPart in org.eclipse.mat.report.internal |
---|
Subclasses of AbstractPart in org.eclipse.mat.report.internal | |
---|---|
class |
LinkedPart
|
class |
QueryPart
|
class |
SectionPart
|
Methods in org.eclipse.mat.report.internal that return AbstractPart | |
---|---|
AbstractPart |
PartsFactory.create(AbstractPart parent,
Spec spec)
|
AbstractPart |
PartsFactory.createClone(AbstractPart template,
Spec spec)
|
AbstractPart |
PartsFactory.createRoot(Spec spec)
|
AbstractPart |
SectionPart.execute(IQueryContext context,
ResultRenderer renderer,
IProgressListener listener)
|
AbstractPart |
LinkedPart.execute(IQueryContext context,
ResultRenderer renderer,
IProgressListener listener)
|
abstract AbstractPart |
AbstractPart.execute(IQueryContext context,
ResultRenderer renderer,
IProgressListener listener)
|
AbstractPart |
QueryPart.execute(IQueryContext context,
ResultRenderer renderer,
IProgressListener listener)
|
AbstractPart |
AbstractPart.getParent()
|
Methods in org.eclipse.mat.report.internal that return types with arguments of type AbstractPart | |
---|---|
java.util.List<AbstractPart> |
AbstractPart.getChildren()
|
Methods in org.eclipse.mat.report.internal with parameters of type AbstractPart | |
---|---|
void |
ResultRenderer.beginSuite(TestSuite suite,
AbstractPart part)
|
AbstractPart |
PartsFactory.create(AbstractPart parent,
Spec spec)
|
AbstractPart |
PartsFactory.createClone(AbstractPart template,
Spec spec)
|
void |
ResultRenderer.endSuite(AbstractPart part)
|
Constructors in org.eclipse.mat.report.internal with parameters of type AbstractPart | |
---|---|
LinkedPart(java.lang.String id,
AbstractPart parent,
DataFile artefact,
Spec spec,
AbstractPart linkedTo)
|
|
QueryPart(java.lang.String id,
AbstractPart parent,
DataFile artefact,
QuerySpec spec)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |