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

Inherits org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModel.

Inherited by org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultCellModel< T >.

Public Member Functions

Object getData ()
 
String getExcelFormatString ()
 
HorizontalAlign getHorizontalAlignment ()
 
default String getText ()
 
String getTooltip ()
 

Detailed Description

Basic interface for a cell model.

Definition at line 24 of file ExcelCellModel.java.

Member Function Documentation

Object org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModel.getData ( )
inherited
String org.sleuthkit.autopsy.datasourcesummary.uiutils.ExcelCellModel.getExcelFormatString ( )
Returns
The format string to be used with Apache POI during excel export or null if none necessary.

Implemented in org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultCellModel< T >.

HorizontalAlign org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModel.getHorizontalAlignment ( )
inherited
default String org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModel.getText ( )
inherited
String org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModel.getTooltip ( )
inherited

The documentation for this interface 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.