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

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

Public Member Functions

 TitledExportable (String title, List<?extends ExcelItemExportable > children)
 
ItemDimensions write (Sheet sheet, int rowStart, int colStart, ExcelExport.WorksheetEnv env) throws ExcelExportException
 

Private Attributes

final List<?extends ExcelItemExportablechildren
 
final String title
 

Static Private Attributes

static final int DEFAULT_INDENT = 1
 

Detailed Description

A special format excel export item that shows a title and a list of items indented one column.

i.e.

title
     item 1
     item 2

Definition at line 189 of file ExcelSpecialFormatExport.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.TitledExportable.TitledExportable ( String  title,
List<?extends ExcelItemExportable children 
)

Main constructor.

Parameters
titleThe title for the export.
childrenThe children to be indented and enumerated.

Definition at line 202 of file ExcelSpecialFormatExport.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.TitledExportable.children, and org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.TitledExportable.title.

Member Function Documentation

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

References org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.ItemDimensions.getColEnd(), org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.ItemDimensions.getRowEnd(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.TitledExportable.title.

Member Data Documentation

final List<? extends ExcelItemExportable> org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.TitledExportable.children
private
final int org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.TitledExportable.DEFAULT_INDENT = 1
staticprivate

Definition at line 191 of file ExcelSpecialFormatExport.java.

final String org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelSpecialFormatExport.TitledExportable.title
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.