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.KeyValueItemExportable Class Reference

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

Public Member Functions

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

Private Attributes

final ExcelCellModel key
 
final ExcelCellModel value
 

Detailed Description

Writes a row consisting of first column as a key and second column as a value.

Definition at line 143 of file ExcelSpecialFormatExport.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.KeyValueItemExportable.KeyValueItemExportable ( String  key,
ExcelCellModel  value 
)

Main constructor.

Parameters
keyThe string key to be exported.
valueThe cell model to be exported.

Definition at line 154 of file ExcelSpecialFormatExport.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.KeyValueItemExportable.key.

org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.KeyValueItemExportable.KeyValueItemExportable ( ExcelCellModel  key,
ExcelCellModel  value 
)

Member Function Documentation

ItemDimensions org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.KeyValueItemExportable.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 170 of file ExcelSpecialFormatExport.java.

Member Data Documentation

final ExcelCellModel org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.KeyValueItemExportable.key
private
final ExcelCellModel org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.KeyValueItemExportable.value
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.