Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelExport.WorksheetEnv Class Reference

Public Member Functions

CellStyle getCellStyle (CellStyleKey cellStyleKey)
 
CellStyle getDefaultCellStyle ()
 
CellStyle getHeaderStyle ()
 
Workbook getParentWorkbook ()
 

Private Attributes

final Map< CellStyleKey, CellStyle > cellStyleCache = new HashMap<>()
 
final CellStyle defaultStyle
 
final CellStyle headerStyle
 
final Workbook parentWorkbook
 

Detailed Description

Class detailing aspects of the worksheet.

Definition at line 156 of file ExcelExport.java.

Member Function Documentation

CellStyle org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelExport.WorksheetEnv.getCellStyle ( CellStyleKey  cellStyleKey)

Returns a cell style signified by the given cell style key. If the key is already present, a cached version is returned.

Parameters
cellStyleKeyThe key.
Returns
The cell style representing this key.

Definition at line 185 of file ExcelExport.java.

CellStyle org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelExport.WorksheetEnv.getDefaultCellStyle ( )

Returns the cell style for default items.

Returns
The cell style for default items.

Definition at line 215 of file ExcelExport.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelExport.WorksheetEnv.defaultStyle.

CellStyle org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelExport.WorksheetEnv.getHeaderStyle ( )

Returns the cell style to use for headers.

Returns
The cell style to use for headers.

Definition at line 206 of file ExcelExport.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelExport.WorksheetEnv.headerStyle.

Workbook org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelExport.WorksheetEnv.getParentWorkbook ( )

Returns the parent workbook.

Returns
The parent workbook.

Definition at line 224 of file ExcelExport.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelExport.WorksheetEnv.parentWorkbook.

Member Data Documentation

final Map<CellStyleKey, CellStyle> org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelExport.WorksheetEnv.cellStyleCache = new HashMap<>()
private

Definition at line 163 of file ExcelExport.java.

final CellStyle org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelExport.WorksheetEnv.defaultStyle
private
final CellStyle org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelExport.WorksheetEnv.headerStyle
private
final Workbook org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelExport.WorksheetEnv.parentWorkbook
private

The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.