Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.report.infrastructure.PortableCaseTagsListPanel.TagNamesListModel Class Reference

Inherits ListModel< String >.

Public Member Functions

void addListDataListener (ListDataListener l)
 
String getElementAt (int index)
 
int getSize ()
 
void removeListDataListener (ListDataListener l)
 

Detailed Description

This class is a list model for the tag names JList component.

Definition at line 169 of file PortableCaseTagsListPanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.report.infrastructure.PortableCaseTagsListPanel.TagNamesListModel.addListDataListener ( ListDataListener  l)

Definition at line 182 of file PortableCaseTagsListPanel.java.

String org.sleuthkit.autopsy.report.infrastructure.PortableCaseTagsListPanel.TagNamesListModel.getElementAt ( int  index)

Definition at line 177 of file PortableCaseTagsListPanel.java.

int org.sleuthkit.autopsy.report.infrastructure.PortableCaseTagsListPanel.TagNamesListModel.getSize ( )

Definition at line 172 of file PortableCaseTagsListPanel.java.

void org.sleuthkit.autopsy.report.infrastructure.PortableCaseTagsListPanel.TagNamesListModel.removeListDataListener ( ListDataListener  l)

Definition at line 187 of file PortableCaseTagsListPanel.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.