\n
" + reportName + "
\n"); // NON-NLS
- //embed snapshot
- htmlWriter.write("

"); // NON-NLS
- //write view paramaters
- htmlWriter.write("
\n"); // NON-NLS
- writeTableRow(htmlWriter, "Case", Case.getCurrentCase().getName()); // NON-NLS
- writeTableRow(htmlWriter, "Time Range", zoomParams.getTimeRange().toString()); // NON-NLS
- writeTableRow(htmlWriter, "Description Level of Detail", zoomParams.getDescriptionLOD().getDisplayName()); // NON-NLS
- writeTableRow(htmlWriter, "Event Type Zoom Level", zoomParams.getTypeZoomLevel().getDisplayName()); // NON-NLS
- writeTableRow(htmlWriter, "Filters", zoomParams.getFilter().getHTMLReportString()); // NON-NLS
- //end table and html
- htmlWriter.write("
\n"); // NON-NLS
- htmlWriter.write("
\n\n"); // NON-NLS
- }
-
/**
- *
- * @param htmlWriter the value of htmlWriter
- * @param key the value of Key
- * @param value the value of value
- *
- * @throws IOException
+ * Action that opens the given Path in the system default application.
*/
- private static void writeTableRow(final Writer htmlWriter, final String key, final String value) throws IOException {
- htmlWriter.write("