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

Inherits SwingWorker< TagName, Void >.

Protected Member Functions

TagName doInBackground () throws Exception
 
void done ()
 

Private Attributes

final TagName.HTML_COLOR color
 
final String description
 
final String name
 
final TskData.FileKnown status
 

Detailed Description

A SwingWorker for creating a new TagName.

Definition at line 173 of file GetTagNameDialog.java.

Member Function Documentation

TagName org.sleuthkit.autopsy.actions.GetTagNameDialog.AddTagNameWorker.doInBackground ( ) throws Exception
protected
void org.sleuthkit.autopsy.actions.GetTagNameDialog.AddTagNameWorker.done ( )
protected

Member Data Documentation

final TagName.HTML_COLOR org.sleuthkit.autopsy.actions.GetTagNameDialog.AddTagNameWorker.color
private

Definition at line 178 of file GetTagNameDialog.java.

final String org.sleuthkit.autopsy.actions.GetTagNameDialog.AddTagNameWorker.description
private

Definition at line 176 of file GetTagNameDialog.java.

final String org.sleuthkit.autopsy.actions.GetTagNameDialog.AddTagNameWorker.name
private

Definition at line 175 of file GetTagNameDialog.java.

final TskData.FileKnown org.sleuthkit.autopsy.actions.GetTagNameDialog.AddTagNameWorker.status
private

Definition at line 177 of file GetTagNameDialog.java.


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

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