Inherits AbstractTableModel.
|
final List< String > | nodeKeys = new ArrayList<>() |
|
final Map< String, List< OtherOccurrenceNodeData > > | nodeMap = new HashMap<>() |
|
Model for cells in the files section of the other occurrences data content viewer
Definition at line 38 of file OtherOccurrencesFilesTableModel.java.
String org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.createNodeKey |
( |
OtherOccurrenceNodeInstanceData |
nodeData | ) |
|
|
private |
Class<String> org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.getColumnClass |
( |
int |
colIdx | ) |
|
int org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.getColumnCount |
( |
| ) |
|
String org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.getColumnName |
( |
int |
colIdx | ) |
|
int org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.getRowCount |
( |
| ) |
|
Object org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.getValueAt |
( |
int |
rowIdx, |
|
|
int |
colIdx |
|
) |
| |
final Logger org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.logger = Logger.getLogger(OtherOccurrencesFilesTableModel.class.getName()) |
|
staticprivate |
final List<String> org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.nodeKeys = new ArrayList<>() |
|
private |
final Map<String, List<OtherOccurrenceNodeData> > org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.nodeMap = new HashMap<>() |
|
private |
final long org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesFilesTableModel.serialVersionUID = 1L |
|
staticprivate |
The documentation for this class was generated from the following file: