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.ExcelSpecialFormatExport.SingleCellExportable Class Reference

Inherits org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.ExcelItemExportable.

Public Member Functions

 SingleCellExportable (String key)
 
 SingleCellExportable (ExcelCellModel item)
 
ItemDimensions write (Sheet sheet, int rowStart, int colStart, ExcelExport.WorksheetEnv env) throws ExcelExportException
 

Private Attributes

final ExcelCellModel item
 

Detailed Description

Writes a string to a single cell in a specially formatted excel export.

Definition at line 109 of file ExcelSpecialFormatExport.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.SingleCellExportable.SingleCellExportable ( String  key)

Main constructor.

Parameters
keyThe text to be written.

Definition at line 118 of file ExcelSpecialFormatExport.java.

org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.SingleCellExportable.SingleCellExportable ( ExcelCellModel  item)

Main constructor.

Parameters
itemThe cell model to be written.

Definition at line 127 of file ExcelSpecialFormatExport.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.SingleCellExportable.item.

Member Function Documentation

ItemDimensions org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.SingleCellExportable.write ( Sheet  sheet,
int  rowStart,
int  colStart,
ExcelExport.WorksheetEnv  env 
) throws ExcelExportException

Writes the item to the sheet in the special format export sheet.

Parameters
sheetThe sheet.
rowStartThe starting row to start writing.
colStartThe starting column to start writing.
envThe excel export context.
Returns
The dimensions of what has been written.
Exceptions
ExcelExportException

Implements org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.ExcelItemExportable.

Definition at line 132 of file ExcelSpecialFormatExport.java.

Member Data Documentation

final ExcelCellModel org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.SingleCellExportable.item
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.