Autopsy  4.19.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.DataSourcesTableModel.DataSourcesTableColumns Enum Reference

Public Member Functions

 DataSourcesTableColumns (String columnName)
 
String columnName ()
 

Public Attributes

 DATA_SOURCE =(Bundle.DataSourcesTableModel_dataSource())
 
 DEVICE_ID =(Bundle.DataSourcesTableModel_deviceId())
 

Private Attributes

final String columnName
 

Detailed Description

Enum which lists columns of interest from CorrelationDataSource.

Definition at line 125 of file DataSourcesTableModel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.centralrepository.optionspanel.DataSourcesTableModel.DataSourcesTableColumns.DataSourcesTableColumns ( String  columnName)

Make a CasesTableColumns enum item.

Parameters
columnNamethe name of the column.

Definition at line 138 of file DataSourcesTableModel.java.

Member Function Documentation

String org.sleuthkit.autopsy.centralrepository.optionspanel.DataSourcesTableModel.DataSourcesTableColumns.columnName ( )

The name displayed in the column header.

Returns
the name of the column.

Definition at line 147 of file DataSourcesTableModel.java.

Member Data Documentation

final String org.sleuthkit.autopsy.centralrepository.optionspanel.DataSourcesTableModel.DataSourcesTableColumns.columnName
private

Definition at line 131 of file DataSourcesTableModel.java.

org.sleuthkit.autopsy.centralrepository.optionspanel.DataSourcesTableModel.DataSourcesTableColumns.DATA_SOURCE =(Bundle.DataSourcesTableModel_dataSource())

Definition at line 128 of file DataSourcesTableModel.java.

org.sleuthkit.autopsy.centralrepository.optionspanel.DataSourcesTableModel.DataSourcesTableColumns.DEVICE_ID =(Bundle.DataSourcesTableModel_deviceId())

Definition at line 129 of file DataSourcesTableModel.java.


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