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

Inherits JDialog.

Classes

class  TagNameAndComment
 

Static Public Member Functions

static TagNameAndComment doDialog ()
 
static TagNameAndComment doDialog (Window owner)
 

Private Member Functions

 GetTagNameAndCommentDialog (Window owner)
 
void cancelButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void closeDialog (java.awt.event.WindowEvent evt)
 
void display ()
 
TagNameAndComment getTagNameAndComment ()
 
void initComponents ()
 
void newTagButtonActionPerformed (java.awt.event.ActionEvent evt)
 
void okButtonActionPerformed (java.awt.event.ActionEvent evt)
 

Private Attributes

javax.swing.JButton cancelButton
 
javax.swing.JLabel commentLabel
 
javax.swing.JTextArea commentText
 
javax.swing.JScrollPane jScrollPane1
 
javax.swing.JButton newTagButton
 
javax.swing.JButton okButton
 
final List< TagName > standardTagNamesList = new ArrayList<>()
 
javax.swing.JComboBox< TagName > tagCombo
 
javax.swing.JLabel tagLabel
 
TagNameAndComment tagNameAndComment = null
 
final List< TagName > tagNamesList = new ArrayList<>()
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

This dialog allows tag assignment with a comment attached.

Definition at line 52 of file GetTagNameAndCommentDialog.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.GetTagNameAndCommentDialog ( Window  owner)
private

Definition at line 118 of file GetTagNameAndCommentDialog.java.

Member Function Documentation

void org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.cancelButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 300 of file GetTagNameAndCommentDialog.java.

void org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.closeDialog ( java.awt.event.WindowEvent  evt)
private

Definition at line 305 of file GetTagNameAndCommentDialog.java.

void org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.display ( )
private
static TagNameAndComment org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.doDialog ( )
static

Show the Tag Name and Comment Dialog and return the TagNameAndContent chosen by the user. The dialog will be centered with the main autopsy window as its owner.

Returns
a TagNameAndComment instance containing the TagName selected by the user and the entered comment, or null if the user canceled the dialog.

Definition at line 87 of file GetTagNameAndCommentDialog.java.

static TagNameAndComment org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.doDialog ( Window  owner)
static

Show the Tag Name and Comment Dialog and return the TagNameAndContent chosen by the user.

Parameters
ownerthe window that will be the owner of the dialog. The dialog will be centered over this window and will block the rest of the application.
Returns
a TagNameAndComment instance containg the TagName selected by the user and the entered comment, or null if the user canceled the dialog.

Definition at line 103 of file GetTagNameAndCommentDialog.java.

References org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.display(), and org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.getTagNameAndComment().

TagNameAndComment org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.getTagNameAndComment ( )
private

Get the TagNameAndComment.

Returns
the tagNameAndComment

Definition at line 114 of file GetTagNameAndCommentDialog.java.

Referenced by org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.doDialog().

void org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.initComponents ( )
private

This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.

Definition at line 194 of file GetTagNameAndCommentDialog.java.

void org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.newTagButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.okButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 294 of file GetTagNameAndCommentDialog.java.

Member Data Documentation

javax.swing.JButton org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.cancelButton
private

Definition at line 320 of file GetTagNameAndCommentDialog.java.

javax.swing.JLabel org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.commentLabel
private

Definition at line 321 of file GetTagNameAndCommentDialog.java.

javax.swing.JTextArea org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.commentText
private

Definition at line 322 of file GetTagNameAndCommentDialog.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.jScrollPane1
private

Definition at line 323 of file GetTagNameAndCommentDialog.java.

javax.swing.JButton org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.newTagButton
private

Definition at line 324 of file GetTagNameAndCommentDialog.java.

javax.swing.JButton org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.okButton
private

Definition at line 325 of file GetTagNameAndCommentDialog.java.

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

Definition at line 54 of file GetTagNameAndCommentDialog.java.

final List<TagName> org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.standardTagNamesList = new ArrayList<>()
private

Definition at line 56 of file GetTagNameAndCommentDialog.java.

javax.swing.JComboBox<TagName> org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagCombo
private

Definition at line 326 of file GetTagNameAndCommentDialog.java.

javax.swing.JLabel org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagLabel
private

Definition at line 327 of file GetTagNameAndCommentDialog.java.

TagNameAndComment org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagNameAndComment = null
private

Definition at line 57 of file GetTagNameAndCommentDialog.java.

final List<TagName> org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagNamesList = new ArrayList<>()
private

Definition at line 55 of file GetTagNameAndCommentDialog.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.