Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.actions.GetTagNameDialog.TagsTableModel Class Reference

Inherits AbstractTableModel.

Public Member Functions

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

Private Attributes

final ArrayList< TagNametagNames = new ArrayList<>()
 

Detailed Description

Definition at line 116 of file GetTagNameDialog.java.

Member Function Documentation

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

Definition at line 136 of file GetTagNameDialog.java.

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

Definition at line 126 of file GetTagNameDialog.java.

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

Definition at line 141 of file GetTagNameDialog.java.

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

Definition at line 131 of file GetTagNameDialog.java.

Member Data Documentation

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

Definition at line 117 of file GetTagNameDialog.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.