Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.rules.report.html | |
org.openjdk.jmc.flightrecorder.rules.report.html.internal |
Modifier and Type | Class and Description |
---|---|
private static class |
JfrHtmlRulesReport.SimpleResultGroup |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<HtmlResultGroup> |
JfrHtmlRulesReport.SimpleResultGroup.children |
Modifier and Type | Method and Description |
---|---|
java.util.List<HtmlResultGroup> |
JfrHtmlRulesReport.SimpleResultGroup.getChildren() |
private static java.util.List<HtmlResultGroup> |
JfrHtmlRulesReport.loadResultGroups() |
private static java.util.List<HtmlResultGroup> |
JfrHtmlRulesReport.loadResultGroups(org.w3c.dom.Element element) |
Modifier and Type | Method and Description |
---|---|
private static void |
JfrHtmlRulesReport.SimpleResultProvider.removeMappedTopics(java.util.Set<java.lang.String> unmappedTopics,
java.util.List<HtmlResultGroup> groups) |
Constructor and Description |
---|
SimpleResultProvider(java.util.Collection<IResult> results,
java.util.List<HtmlResultGroup> groups) |
Modifier and Type | Method and Description |
---|---|
java.util.List<HtmlResultGroup> |
HtmlResultGroup.getChildren() |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
RulesHtmlToolkit.createSubHeading(HtmlResultGroup page,
java.lang.String type,
int margin) |
private static java.lang.String |
RulesHtmlToolkit.generateSubPageHTML(HtmlResultProvider editor,
HtmlResultGroup parent,
int margin,
java.util.Set<java.lang.String> displayed,
java.util.HashMap<java.lang.String,java.lang.Boolean> resultExpandedStates) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
RulesHtmlToolkit.generateStructuredHtml(HtmlResultProvider editor,
java.lang.Iterable<HtmlResultGroup> descriptors,
java.util.HashMap<java.lang.String,java.lang.Boolean> resultExpandedStates,
boolean addShowOkCheckBox) |