Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | Private Attributes | List of all members
org.sleuthkit.autopsy.centralrepository.optionspanel.CasesTableModel.CaseTableColumns Enum Reference

Public Member Functions

 CaseTableColumns (String columnName)
 
String columnName ()
 

Public Attributes

 CASE_NAME =(Bundle.CasesTableModel_case())
 
 CREATION_DATE =(Bundle.CasesTableModel_creationDate())
 

Private Attributes

final String columnName
 

Detailed Description

Enum which lists columns of interest from CorrelationCase.

Definition at line 130 of file CasesTableModel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.centralrepository.optionspanel.CasesTableModel.CaseTableColumns.CaseTableColumns ( String  columnName)

Make a DataSourceTableColumns enum item.

Parameters
columnNamethe name of the column.s

Definition at line 143 of file CasesTableModel.java.

Member Function Documentation

String org.sleuthkit.autopsy.centralrepository.optionspanel.CasesTableModel.CaseTableColumns.columnName ( )

The name displayed in the column header.

Returns
the name of the column.

Definition at line 152 of file CasesTableModel.java.

Member Data Documentation

org.sleuthkit.autopsy.centralrepository.optionspanel.CasesTableModel.CaseTableColumns.CASE_NAME =(Bundle.CasesTableModel_case())

Definition at line 133 of file CasesTableModel.java.

final String org.sleuthkit.autopsy.centralrepository.optionspanel.CasesTableModel.CaseTableColumns.columnName
private

Definition at line 136 of file CasesTableModel.java.

org.sleuthkit.autopsy.centralrepository.optionspanel.CasesTableModel.CaseTableColumns.CREATION_DATE =(Bundle.CasesTableModel_creationDate())

Definition at line 134 of file CasesTableModel.java.


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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.