Autopsy  4.1
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.actions.GetTagNameDialog.TagsTableModel Class Reference

Inherits AbstractTableModel.

Public Member Functions

int getColumnCount ()
 
int getRowCount ()
 
String getValueAt (int rowIndex, int columnIndex)
 
boolean isCellEditable (int rowIndex, int columnIndex)
 

Private Attributes

final ArrayList< String > tagDisplayNames = new ArrayList<>()
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Definition at line 126 of file GetTagNameDialog.java.

Member Function Documentation

int org.sleuthkit.autopsy.actions.GetTagNameDialog.TagsTableModel.getColumnCount ( )

Definition at line 148 of file GetTagNameDialog.java.

int org.sleuthkit.autopsy.actions.GetTagNameDialog.TagsTableModel.getRowCount ( )

Definition at line 138 of file GetTagNameDialog.java.

String org.sleuthkit.autopsy.actions.GetTagNameDialog.TagsTableModel.getValueAt ( int  rowIndex,
int  columnIndex 
)

Definition at line 153 of file GetTagNameDialog.java.

boolean org.sleuthkit.autopsy.actions.GetTagNameDialog.TagsTableModel.isCellEditable ( int  rowIndex,
int  columnIndex 
)

Definition at line 143 of file GetTagNameDialog.java.

Member Data Documentation

final long org.sleuthkit.autopsy.actions.GetTagNameDialog.TagsTableModel.serialVersionUID = 1L
staticprivate

Definition at line 128 of file GetTagNameDialog.java.

final ArrayList<String> org.sleuthkit.autopsy.actions.GetTagNameDialog.TagsTableModel.tagDisplayNames = new ArrayList<>()
private

Definition at line 129 of file GetTagNameDialog.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.