Uses of Class
org.eclipse.mat.report.internal.Parameters

Packages that use Parameters
org.eclipse.mat.report.internal Internal classes for controlling building of reports from XML report definitions (not API). 
 

Uses of Parameters in org.eclipse.mat.report.internal
 

Subclasses of Parameters in org.eclipse.mat.report.internal
static class Parameters.Deep
           
 

Methods in org.eclipse.mat.report.internal that return Parameters
 Parameters AbstractPart.params()
           
abstract  Parameters Parameters.shallow()
           
 Parameters Parameters.Deep.shallow()
           
 

Constructors in org.eclipse.mat.report.internal with parameters of type Parameters
Parameters.Deep(Parameters parent, Map<String,String> map)
           
Parameters.Deep(Parameters parent, Parameters map)