Autopsy  4.1
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 ()
 
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.JTextField commentText
 
javax.swing.JButton newTagButton
 
javax.swing.JButton okButton
 
javax.swing.JComboBox< String > tagCombo
 
javax.swing.JLabel tagLabel
 
TagNameAndComment tagNameAndComment = null
 
final Map< String, TagName > tagNamesMap = new TreeMap<>()
 

Static Private Attributes

static final String NO_TAG_NAMES_MESSAGE
 
static final long serialVersionUID = 1L
 

Detailed Description

Definition at line 41 of file GetTagNameAndCommentDialog.java.

Constructor & Destructor Documentation

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

Member Function Documentation

void org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.cancelButtonActionPerformed ( java.awt.event.ActionEvent  evt)
private
void org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.closeDialog ( java.awt.event.WindowEvent  evt)
private
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 77 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 93 of file GetTagNameAndCommentDialog.java.

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

void org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.initComponents ( )
private
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

Member Data Documentation

javax.swing.JButton org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.cancelButton
private
javax.swing.JLabel org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.commentLabel
private
javax.swing.JTextField org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.commentText
private
javax.swing.JButton org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.newTagButton
private
final String org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.NO_TAG_NAMES_MESSAGE
staticprivate
Initial value:
= NbBundle.getMessage(GetTagNameAndCommentDialog.class,
"GetTagNameAndCommentDialog.noTags")

Definition at line 44 of file GetTagNameAndCommentDialog.java.

javax.swing.JButton org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.okButton
private
final long org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.serialVersionUID = 1L
staticprivate

Definition at line 43 of file GetTagNameAndCommentDialog.java.

javax.swing.JComboBox<String> org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagCombo
private
javax.swing.JLabel org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagLabel
private
TagNameAndComment org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagNameAndComment = null
private
final Map<String, TagName> org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.tagNamesMap = new TreeMap<>()
private

Definition at line 46 of file GetTagNameAndCommentDialog.java.


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

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